Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 13:50:03 -0700 (PDT)
From:      Damon Anton Permezel <dap@damon.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems
Message-ID:  <200207232050.g6NKo31B048951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/38894; it has been noted by GNATS.

From: Damon Anton Permezel <dap@damon.com>
To: Andrew Gallatin <gallatin@cs.duke.edu>
Cc: Jung-uk Kim <jkim@niksun.com>, freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems
Date: Tue, 23 Jul 2002 15:49:06 -0500

 On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote:
 > 
 > Jung-uk Kim writes:
 >  > Following patch says 0x02011166 is host to PCI bridge but it is not. It 
 >  > is a southbridge.
 >  > 
 >  > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82
 >  > 
 >  > My SuperMicro P4DSE motherboard says:
 >  > 
 >  > isab0@pci0:15:0:        class=0x060100 card=0x405515d9 chip=0x02011166 
 >  > rev=0x93 hdr=0x00
 >  > 
 > 
 > I was afraid of that..
 > 
 > Damon,
 > 
 > If you comment out 0x02011166 in pci_bus.c, does your system still
 > work?
 
 I was wondering why the loonix source kept appearing on my system...
 I keep downloading it so I can see what they do, and then forgetting,
 and deleting it...
 
 #define PCI_VENDOR_ID_SERVERWORKS	  0x1166
 #define PCI_DEVICE_ID_SERVERWORKS_HE	  0x0008
 #define PCI_DEVICE_ID_SERVERWORKS_LE	  0x0009
 #define PCI_DEVICE_ID_SERVERWORKS_CIOB30  0x0010
 #define PCI_DEVICE_ID_SERVERWORKS_CMIC_HE 0x0011
 #define PCI_DEVICE_ID_SERVERWORKS_OSB4	  0x0200
 #define PCI_DEVICE_ID_SERVERWORKS_CSB5	  0x0201
 #define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x0211
 #define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x0212
 #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220
 #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB
 #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230
 
 
 The CSB5 (according to http://www.serverworks.com/products/GCHE.html)
 is for legacy I/O, including 32-bit PCI.
 
 I think I'd like to keep it, no?
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207232050.g6NKo31B048951>