From owner-freebsd-current@FreeBSD.ORG Tue Mar 16 05:37:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E41F16A4CE; Tue, 16 Mar 2004 05:37:36 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C502B43D3F; Tue, 16 Mar 2004 05:37:35 -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 i2GDbTkj084155; Tue, 16 Mar 2004 06:37:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 16 Mar 2004 08:46:54 +0800 (CST) Message-Id: <20040316.084654.90118442.imp@bsdimp.com> To: anton@nikiforov.ru From: "M. Warner Losh" In-Reply-To: <40522FB6.2080105@nikiforov.ru> References: <40522FB6.2080105@nikiforov.ru> 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: freebsd-current@freebsd.org cc: freebsd-hardware@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Unknown hardware X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 13:37:36 -0000 In message: <40522FB6.2080105@nikiforov.ru> Anton Nikiforov writes: : This is WiFi adapter (if i'm right) it should be Boardcom 802.11b/g : MiniPCI but ath driver is not working with it. : pci0: at device 9.0 (no driver attached) likely. That's what mine shows up as in my Sony and I have something similar. : I cannon understand what is this. I have uhci and ohci devices compiled : into the kernel and two usb buses (3 connectors) are working just fine, : but what is this for? : pci0: at device 11.2 (no driver attached) ehci. Don't worry about it. If your laptop is like mine, you really don't want to attach to this anyway. Mine hangs hard when I have ehci in the kernel. I've not investigated why yet. Warner