From owner-freebsd-bugs Tue Jun 4 8: 0:48 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4374137B40F for ; Tue, 4 Jun 2002 08:00:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54F0DF34557; Tue, 4 Jun 2002 08:00:13 -0700 (PDT) (envelope-from gnats) Received: from damon.com (damon.com [199.98.84.130]) by hub.freebsd.org (Postfix) with ESMTP id F110D37B404 for ; Tue, 4 Jun 2002 07:53:36 -0700 (PDT) Received: from damon.com (localhost [127.0.0.1]) by damon.com (8.12.3/8.12.3) with ESMTP id g54EreGJ033213 for ; Tue, 4 Jun 2002 09:53:40 -0500 (CDT) (envelope-from dap@damon.com) Received: (from dap@localhost) by damon.com (8.12.3/8.12.3/Submit) id g54EreSo033212; Tue, 4 Jun 2002 09:53:40 -0500 (CDT) (envelope-from dap) Message-Id: <200206041453.g54EreSo033212@damon.com> Date: Tue, 4 Jun 2002 09:53:40 -0500 (CDT) From: Damon Anton Permezel Reply-To: Damon Anton Permezel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems 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 >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