From owner-freebsd-current@FreeBSD.ORG Mon Dec 13 18:03:51 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 E49AD106566B for ; Mon, 13 Dec 2010 18:03:51 +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 B40998FC0C for ; Mon, 13 Dec 2010 18:03:51 +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 6186946B17; Mon, 13 Dec 2010 13:03:51 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 866A88A009; Mon, 13 Dec 2010 13:03:50 -0500 (EST) From: John Baldwin To: Tom Uffner Date: Mon, 13 Dec 2010 12:01:51 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20101102; KDE/4.4.5; amd64; ; ) References: <4D010215.8020600@uffner.com> <201012130924.26244.jhb@freebsd.org> <4D064A08.9070905@uffner.com> In-Reply-To: <4D064A08.9070905@uffner.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012131201.51315.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 13 Dec 2010 13:03:50 -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: freebsd-current@freebsd.org 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: Mon, 13 Dec 2010 18:03:52 -0000 On Monday, December 13, 2010 11:30:00 am Tom Uffner wrote: > John Baldwin wrote: > > On Friday, December 10, 2010 8:13:01 pm Tom Uffner wrote: > > >> none0@pci0:0:16:0: class=0x0c0300 card=0x80ed1043 chip=0x30381106 > >> rev=0x81 hdr=0x00 > >> vendor = 'VIA Technologies, Inc.' > >> device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' > >> class = serial bus > >> subclass = USB > > > Ok, can you show the output of 'pciconf -rb pci0:0:16:0 0x9'? > > [xiombarg#:~:1] pciconf -rb pci0:0:16:0 0x9 > 00 This device should be supported by the generic UHCI probe in uhci(4). Are you sure you have uhci(4) in your kernel (or uhci.ko loaded)? -- John Baldwin