From owner-freebsd-hardware Mon May 6 12:13:25 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 89C2D37B403 for ; Mon, 6 May 2002 12:13:16 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA20843; Mon, 6 May 2002 15:13:12 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g46JD1670384; Mon, 6 May 2002 15:13:01 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15574.54717.730771.563800@grasshopper.cs.duke.edu> Date: Mon, 6 May 2002 15:13:01 -0400 (EDT) To: Damon Permezel Cc: freebsd-hardware@freebsd.org Subject: Re: problems with dell poweredge 4600 In-Reply-To: <20020505202815.GR24693@fubar.damon.com> References: <20020505202815.GR24693@fubar.damon.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Damon Permezel writes: > Hi. > I posted a question to "questions" and got no nibbles, so this time, I thought > "hardware" might be more appropriate. > > The poweredge 4600 has oodles of PCI busses, but 4.5-RELEASE-p4 doesn't detect > cards plugged in to three of them, the PCI-X ones. > My guess is this is a server-werks chipset issue. "pciconf -v -l" indicates there are > CMIC-HC server werks devices. > I have tried with a PCI-X card with a BCM570X on it, and also with an old > 64-bit, 33Mhz qlogic F/C card. > > In both cases, the BIOS sees the cards, but the OS doesn't. Can you be more specific about "the OS doesn't" Can you supply dmesg output from a verbose boot, please? Also, try this patch & see if it helps.. Index: i386/isa/pcibus.c =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/Attic/pcibus.c,v retrieving revision 1.57.2.6 diff -u -r1.57.2.6 pcibus.c --- i386/isa/pcibus.c 23 Dec 2001 08:17:43 -0000 1.57.2.6 +++ i386/isa/pcibus.c 6 May 2002 19:11:34 -0000 @@ -197,6 +197,11 @@ *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: s = "Integrated Micro Solutions VL Bridge"; Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message