Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 01:42:20 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa fd.c
Message-ID:  <200306160842.h5G8gKPd003410@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2003/06/16 01:42:20 PDT

  FreeBSD src repository

  Modified files:
    sys/isa              fd.c 
  Log:
  Force media autodetection if the device has lost its parameter table.
  Previously, any normal I/O on an fdc(4) device would fail with ENXIO
  if the device had been opened in non-blocking mode and then closed
  prior to the conventional access; that would last until the floppy
  disk was ejected and re-inserted to raise the unit attention condition.
  
  Add a clarifying comment.
  
  Revision  Changes    Path
  1.255     +7 -1      src/sys/isa/fd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306160842.h5G8gKPd003410>