From owner-freebsd-bugs Wed Jul 24 9:50:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA28C37B401 for ; Wed, 24 Jul 2002 09:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A946743E70 for ; Wed, 24 Jul 2002 09:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6OGo4JU051178 for ; Wed, 24 Jul 2002 09:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6OGo4dl051177; Wed, 24 Jul 2002 09:50:04 -0700 (PDT) Date: Wed, 24 Jul 2002 09:50:04 -0700 (PDT) Message-Id: <200207241650.g6OGo4dl051177@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jung-uk Kim Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Jung-uk Kim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Jung-uk Kim To: Andrew Gallatin , Damon Anton Permezel Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Wed, 24 Jul 2002 12:48:48 -0400 Andrew Gallatin wrote: > Damon Anton Permezel writes: > > chip4@pci0:15:0: class=0x060000 card=0x02011166 chip=0x02011166 rev=0x93 > > hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' > > device = 'CSB5 PCI to ISA Bridge' > > class = bridge > > subclass = HOST-PCI > > This is interesting. According to the class code, it IS a host-pci > bridge on Damon's Dell, and not an isa bridge like the device ID code > on file would indicate. Indeed it is very interesting. I don't know it is possible or not but it seems the chip can 'act like a PCI bridge' when the following function is enabled. isab0@pci0:15:3: class=0x060100 card=0x02301166 chip=0x02251166 rev=0x00 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' class = bridge subclass = PCI-ISA The following link has several entries for CSB5. :-( http://www.yourvote.com/pci/pciread.asp?venid=0x1166 Jung-uk Kim > Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message