From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 18:35:22 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 AE58216A4CE; Fri, 26 Dec 2003 18:35:22 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6430743D46; Fri, 26 Dec 2003 18:35:20 -0800 (PST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) hBR2YwHP030875 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 27 Dec 2003 03:35:07 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id hBR2YtWK078981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Dec 2003 03:34:56 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.10/8.12.10) with ESMTP id hBR2YtBE087316; Sat, 27 Dec 2003 03:34:55 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.10/8.12.10/Submit) id hBR2YrP7087315; Sat, 27 Dec 2003 03:34:53 +0100 (CET) (envelope-from ticso) Date: Sat, 27 Dec 2003 03:34:53 +0100 From: Bernd Walter To: Sean Welch Message-ID: <20031227023452.GE83316@cicely12.cicely.de> References: <15259089.1072464867529.JavaMail.root@grover.psp.pas.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15259089.1072464867529.JavaMail.root@grover.psp.pas.earthlink.net> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.4i 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: ticso@cicely.de 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 02:35:22 -0000 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