From owner-freebsd-hackers Fri Sep 20 17:51:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16876 for hackers-outgoing; Fri, 20 Sep 1996 17:51:04 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA16851 for ; Fri, 20 Sep 1996 17:51:02 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id RAA06198; Fri, 20 Sep 1996 17:49:45 -0700 (PDT) Message-Id: <199609210049.RAA06198@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Terry Lambert cc: smpatel@umiacs.umd.edu (Sujal Patel), janus@freegate.net, hackers@FreeBSD.org Subject: USB + Re: Plug and Play naivety In-reply-to: Your message of "Fri, 20 Sep 1996 13:15:46 PDT." <199609202015.NAA02942@phaeton.artisoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 20 Sep 1996 17:49:45 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Terry Lambert : > > > 1. mail from Sujal notes that "if your motherboard supports PnP > > > devices, then you don't need this code". What does this mean? > > > I've been told that the BIOS on the machine I'm using has > > > "Plug and Play" support ... does this mean it's possible that the > > > BIOS has queried the ISA devices on boot and already has all the > > > config info? Can I get at this somehow from the kernel? Or is this > > > only referring to PCI kind of Plug and Play? > > > > The PnP-aware BIOS will configure all ISA PnP cards (to the best of it's > > ability) during the boot up cycle. If the BIOS gets this wrong (which it > > often does), you'll need to either use the PnP driver or turn if PnP (if > > the device supports that option). > > This exchange implies that the kernel will not use the PnP information > in the presence of a PnP BIOS to configure the drivers. Can you confirm > or deny this? Yes, I can confirm that the GUS PnP works with BIOS hints or with hardcoded values in the kernel config file. Additionally, the GUS PnP fills in the isa data structures so the rest of the kernel knows what the card got set to. Since we are discussing PnP and thats good 8) what about support for USB devices?? Enjoy, Amancio