From owner-cvs-all@FreeBSD.ORG Mon Jun 16 01:42:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD8F37B401; Mon, 16 Jun 2003 01:42:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8A743F3F; Mon, 16 Jun 2003 01:42:21 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5G8gL0U003414; Mon, 16 Jun 2003 01:42:21 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5G8gKPd003410; Mon, 16 Jun 2003 01:42:20 -0700 (PDT) Message-Id: <200306160842.h5G8gKPd003410@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 16 Jun 2003 01:42:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 08:42:22 -0000 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