From owner-cvs-src@FreeBSD.ORG Fri Sep 3 15:45:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8793916A4D0; Fri, 3 Sep 2004 15:45:57 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1604A43D1F; Fri, 3 Sep 2004 15:45:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i83FioNB008076; Fri, 3 Sep 2004 09:44:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 03 Sep 2004 09:45:09 -0600 (MDT) Message-Id: <20040903.094509.69351561.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200409030928.42802.jhb@FreeBSD.org> References: <200409021344.41267.peter@wemm.org> <20040902220125.GA72910@freebie.xs4all.nl> <200409030928.42802.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: peter@wemm.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: dfr@nlsystems.com cc: wb@freebie.xs4all.nl Subject: Re: cvs commit: src/sys/dev/fdc fdc_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 15:45:57 -0000 In message: <200409030928.42802.jhb@FreeBSD.org> John Baldwin writes: : Yes. PnPBIOS is different from ISA PnP, but they look the same to ISA device : drivers in FreeBSD. It is definitely true that Alphas do not enumerate : floppy drives via PnPBIOS, and I don't know of any PnP floppy drives. I believe that the aha-1542CP has a pnp floppy controller on it. Warner