Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2002 09:53:40 -0500 (CDT)
From:      Damon Anton Permezel <dap@damon.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/38894: Dell PowerEdge 4600 PCI Bus scan problems
Message-ID:  <200206041453.g54EreSo033212@damon.com>

next in thread | raw e-mail | index | archive | help

>Number:         38894
>Category:       kern
>Synopsis:       Dell PowerEdge 4600 PCI Bus scan problems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 04 08:00:12 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Damon Anton Permezel
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD damon.com 4.6-RC FreeBSD 4.6-RC #0: Sun Jun 2 13:52:20 CDT 2002 dap@damon.com:/usr/obj/usr/src/sys/GENERIC i386

	Dell PowerEdge 4600

	
>Description:
	Devices in the last two PCI slots (6 and 7) were not being
	configured at boot time.

>How-To-Repeat:
	Insert PCI device in slot 6 and/or 7.
	Reboot.

>Fix:

	Fixes courtesy of Mark Tinguely and Andrew Gallatin.

*** pcibus.c    Sun Apr  7 07:57:25 2002
--- /root/pcibus.c      Tue Jun  4 09:47:39 2002
***************
*** 191,196 ****
--- 191,198 ----
        case 0x00061166:
                /* FALLTHROUGH */
        case 0x00081166:
+       case 0x00101166:
+       case 0x02011166:
                s = "ServerWorks host to PCI bridge";
                *busnum = pci_cfgread(cfg, 0x44, 1);
                break;
***************
*** 199,204 ****
--- 201,211 ----
                s = "ServerWorks NB6635 3.0LE host to PCI bridge";
                *busnum = pci_cfgread(cfg, 0x44, 1);
                break;
+ 
+        case 0x00111166:
+                s = "ServerWorks CMIC-HE";
+                *busnum = pci_cfgread(cfg, 0x44, 1);
+                break;
  
                /* Integrated Micro Solutions -- vendor 0x10e0 */
        case 0x884910e0:

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200206041453.g54EreSo033212>