From owner-freebsd-bugs Wed Jul 24 14:20: 8 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 391D537B400 for ; Wed, 24 Jul 2002 14:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3F443E6A for ; Wed, 24 Jul 2002 14:20: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 g6OLK4JU099023 for ; Wed, 24 Jul 2002 14:20: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 g6OLK4FL099022; Wed, 24 Jul 2002 14:20:04 -0700 (PDT) Date: Wed, 24 Jul 2002 14:20:04 -0700 (PDT) Message-Id: <200207242120.g6OLK4FL099022@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: Damon Anton Permezel Cc: Andrew Gallatin , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Wed, 24 Jul 2002 17:09:56 -0400 Damon Anton Permezel wrote: > http://www.supermicro.com/PRODUCT/MotherBoards/GC_SL/P4DSE.htm > claims to have the GC-SL. > > Can the "card" be used to distinguish? No, that cannot be used. It only tells you who made the motherboard. 0x15d9 is SuperMicro. 0x11d9 is a kind of screwup. Yours shows 0x1166 because the motherboard maker didn't change the default values. I still believe that 0x02011166 is PCI-to-ISA and 0x02251166 is host-to-PCI bridge because I can use any buses without any patch. 0x02001166 was old chip ID. Naturally they must increase the number by one. ;) FYI, this is dump from my Intel STL2 mobo: isab0@pci0:15:0: class=0x060100 card=0x02001166 chip=0x02001166 rev=0x50 hdr=0x00 atapci0@pci0:15:1: class=0x01018e card=0x00000000 chip=0x02111166 rev=0x00 hdr=0x00 Jung-uk Kim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message