From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 19:06:57 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB06016A4CE; Fri, 26 Dec 2003 19:06:57 -0800 (PST) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AB043D2D; Fri, 26 Dec 2003 19:06:56 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from grover.psp.pas.earthlink.net ([207.217.78.249]) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Aa4mT-0003ki-00; Fri, 26 Dec 2003 19:06:21 -0800 Message-ID: <33430057.1072494381079.JavaMail.root@grover.psp.pas.earthlink.net> Date: Fri, 26 Dec 2003 19:06:21 -0800 (PST) From: Sean Welch To: ticso@cicely.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 X-Mailman-Approved-At: Fri, 26 Dec 2003 21:01:17 -0800 cc: freebsd-hackers@freebsd.org Subject: Re: Unprobed PCI bus on VXPro II chipset X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean Welch List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 03:06:57 -0000 I don't know about that. I seem to recall that this motherboard has a built-in USB controler but I read somewhere that it was non-functional. Regardless, I don't have any way to interface to it (no cables etc from the the board). I saw the two devices and thought that maybe the onboard and pci slot USBs both were reporting the same chipset? I suppose I should poke around in the bios to see if I can disable the onboard USB (if it does exist). Perhaps that would make the USB attach... Sean -----Original Message----- From: Bernd Walter Sent: Dec 26, 2003 6:34 PM To: Sean Welch Cc: John Baldwin , freebsd-hackers@freebsd.org Subject: Re: Unprobed PCI bus on VXPro II chipset On Fri, Dec 26, 2003 at 10:54:27AM -0800, Sean Welch wrote: > That change seems to have done it!! > > I left in the extra PCI IDs I had added to pcisupport.c > and pci_cfgreg.c -- looks like that helps get things > going. I've got "options PCI_ENABLE_IO_MODES" in > the kernel. I've also got "device puc" due to a suggestion > from fbsd_user on freebsd-questions. > > The USB card doesn't seem to be attaching but I do see > the WinTV card! > > Any other suggestions based on what you see below? Still very strange - you have many shadowed host-pci bridges. > pcib4@pci0:5:0: class=0x060000 card=0x80113388 chip=0x80113388 rev=0x00 hdr=0x00 > pcib5@pci0:5:1: class=0x060100 card=0x80123388 chip=0x80123388 rev=0x00 hdr=0x00 > pcib6@pci0:5:2: class=0x010100 card=0x80133388 chip=0x80133388 rev=0x00 hdr=0x00 > bktr0@pci0:8:0: class=0x040000 card=0x13eb0070 chip=0x036e109e rev=0x02 hdr=0x00 > none0@pci0:8:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x02 hdr=0x00 > pcib7@pci0:9:0: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x04 hdr=0x00 This one (class=0x0c0300) is your USB (uhci) controller, but it's already bogusly attached to pcib7. Not surprising that uhci(4) didn't take care of it. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de