From owner-freebsd-current@FreeBSD.ORG Fri Dec 10 13:51:57 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5FA1065673 for ; Fri, 10 Dec 2010 13:51:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id BC5F28FC1A for ; Fri, 10 Dec 2010 13:51:57 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 689F946B2A; Fri, 10 Dec 2010 08:51:57 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CD91E8A01D; Fri, 10 Dec 2010 08:51:46 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 10 Dec 2010 08:20:52 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20101102; KDE/4.4.5; amd64; ; ) References: <4D010215.8020600@uffner.com> In-Reply-To: <4D010215.8020600@uffner.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012100820.52926.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 10 Dec 2010 08:51:46 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Subject: Re: USB 1.1 devs not working on ASUS K8VSE (x86) MB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 10 Dec 2010 13:51:58 -0000 On Thursday, December 09, 2010 11:21:41 am Tom Uffner wrote: > I have a fairly recent Current system running on an ASUS K8V SE Deluxe MB. > > It was a dual boot amd64/x86 system (until a few days ago when the drive > w/ the amd64 partitions unexpectedly failed after only a week of use) > > When running it as x86, USB 1.1 devices are not recognized by FreeBSD. > They worked fine on the amd64 kernel built from the same code. both > ohci and uhci are in the kernel even though they don't show up in dmesg. > the devices in question (currently a 1.1 hub and a mouse) are both seen > and activated by the BIOS but turned off once FreeBSD takes over. > > I had the same problem with GENERIC kernels from the 9.0-current-201011 > snapshot, so it is not my kernel config. > > the mouse also works fine on either x86 or amd64 when plugged into a > USB 2.0 hub or a PS2 adapter. and both these devices worked w/ the x86 > kernel on the previous incarnation of this system with an ASUS A7N8X MB > (NVIDIA chipset) so i suspect that the problem may be in the initialization > code for the Via chipset. > > thanks in advance for any help, > tom > > pci0: at device 16.0 (no driver attached) > pci0: at device 16.1 (no driver attached) > pci0: at device 16.2 (no driver attached) > pci0: at device 16.3 (no driver attached) Can you get pciconf -lv output for these four devices? -- John Baldwin