From owner-freebsd-arch@FreeBSD.ORG Sun Feb 29 13:24:26 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C8D16A4CE for ; Sun, 29 Feb 2004 13:24:26 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E84E43D1D for ; Sun, 29 Feb 2004 13:24:26 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1TLOMkj028063; Sun, 29 Feb 2004 14:24:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 29 Feb 2004 14:24:27 -0700 (MST) Message-Id: <20040229.142427.22561661.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: arch@freebsd.org Subject: Re: 'sysctl dev', round two X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 21:24:26 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : - unattached devices still aren't picked up, which they should if : they have a device_t. For instance, I don't see a sysctl entry fo= r : the following: : = : none0@pci0:31:3: class=3D0x0c0500 card=3D0x24c21458 chip=3D0x2= 4c38086 rev=3D0x02 hdr=3D0x00 : vendor =3D 'Intel Corporation' : device =3D '82801DB/DBM (ICH4/M) SMBus Controller' : class =3D serial bus : subclass =3D SMBus I'll see why. : - USB devices don't seem to report their location or pnpinfo. usb's uhub hasn't implemented these functions. Warner