From owner-freebsd-questions Mon Sep 4 12:26:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BCF7137B424 for ; Mon, 4 Sep 2000 12:26:42 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA18632; Mon, 4 Sep 2000 14:26:39 -0500 (CDT) (envelope-from dan) Date: Mon, 4 Sep 2000 14:26:39 -0500 From: Dan Nelson To: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PNP Id's: Anyone know what these are? Message-ID: <20000904142639.C14338@dan.emsphone.com> References: <20000904122639.A15357@lerbsd.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000904122639.A15357@lerbsd.lerctr.org>; from "Larry Rosenman" on Mon Sep 4 12:26:39 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 04), Larry Rosenman said: > Anyone have any idea on what these PNP id's are? Or what I need to > add to get them recognized? Don't worry about them. Most of them actually are probed in other places; for example PNP0501 are your two serial ports, and PNP0401 is your parallel port. Most drivers simply don't have the appropriate code to query the legacy PNP table. Some do, however. If you add "device pca" to your kernel config file, it'll attach using the PNP0800 legacy entry. http://www.jps.net/tadavis/irda/devids.txt has a list of all the legacy PNP IDs and what they map to. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message