From owner-cvs-src@FreeBSD.ORG Wed Sep 1 13:49:07 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 4FC2616A4CE; Wed, 1 Sep 2004 13:49:07 +0000 (GMT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA4543D5F; Wed, 1 Sep 2004 13:49:06 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i81Dn5GR087823; Wed, 1 Sep 2004 14:49:05 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i81Dn480098430; Wed, 1 Sep 2004 14:49:05 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: "M. Warner Losh" In-Reply-To: <20040831.144236.117916474.imp@bsdimp.com> References: <200408312037.i7VKbARQ075764@repoman.freebsd.org> <20040831203807.GA60718@freebie.xs4all.nl> <20040831.144236.117916474.imp@bsdimp.com> Content-Type: text/plain Message-Id: <1094046544.31688.2.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 01 Sep 2004 14:49:04 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: wb@freebie.xs4all.nl cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org 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: Wed, 01 Sep 2004 13:49:07 -0000 On Tue, 2004-08-31 at 21:42, M. Warner Losh wrote: > In message: <20040831203807.GA60718@freebie.xs4all.nl> > Wilko Bulte writes: > : On Tue, Aug 31, 2004 at 08:37:10PM +0000, Warner Losh wrote.. > : > imp 2004-08-31 20:37:10 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/dev/fdc fdc_isa.c > : > Log: > : > When ISA_PNP_PROBE is called, it will return 0 when it finds a device, > : > ENOENT when there's no PNP ID for this device node, or ENXIO when there > : > is one, but it doesn't match. > : > > : > In the nonPNP case (as most Alpha systems appear to be), we were > : > : I think no Alpha has PNP. > > Makes sense. The Floppy controller usually shows up in the PNP BIOS > or ACPI tables. I do believe that Alpha supports the ISA PNP, > however, for add-in cards. We map both PNP BIOS and ISA PNP into the > same thing (which is probed with ISA_PNP_PROBE). There is also a hardware list which SRM has that we could use to imitate PnP bios if someone could be bothered to figure out the format.