From owner-freebsd-stable Fri Jul 19 10: 0: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8FB37B484 for ; Fri, 19 Jul 2002 09:59:53 -0700 (PDT) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CDD43E67 for ; Fri, 19 Jul 2002 09:59:52 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by earth.hub.org (Postfix) with ESMTP id 61D772CCA87; Fri, 19 Jul 2002 13:59:52 -0300 (ADT) Date: Fri, 19 Jul 2002 13:59:52 -0300 (ADT) From: "Marc G. Fournier" To: Andrew Gallatin Cc: "Kenneth D. Merry" , Subject: Re: Adaptec 39160 Controller in IBM xSeries 360 Server In-Reply-To: <15672.12017.430492.394525@grasshopper.cs.duke.edu> Message-ID: <20020719135917.H55179-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You've hit it right on ... add those to pcibus.c, rebuild new kernel, and all 14 drives and 2 controllers now come up ... is there any way of getting this into the -STABLE tree? On Fri, 19 Jul 2002, Andrew Gallatin wrote: > > Marc G. Fournier writes: > > > > chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x03021014 rev=0x02 hdr=0x00 > > > > none0@pci0:1:0: class=0x030000 card=0x01c51014 chip=0x8a225333 rev=0x06 hdr=0x00 > > > > chip1@pci0:2:0: class=0x068000 card=0x01131014 chip=0x010f1014 rev=0x00 hdr=0x00 > > > > fxp0@pci0:3:0: class=0x020000 card=0x024d1014 chip=0x12298086 rev=0x08 hdr=0x00 > > > > ahc0@pci0:4:0: class=0x010000 card=0x02011014 chip=0x008f9005 rev=0x02 hdr=0x00 > > > > none1@pci0:6:0: class=0x080800 card=0x02471014 chip=0x02461014 rev=0x00 hdr=0x00 > > > > isab0@pci0:15:0: class=0x060100 card=0x02001166 chip=0x02001166 rev=0x50 hdr=0x00 > > > > none2@pci0:15:1: class=0x01018a card=0x00000000 chip=0x02111166 rev=0x00 hdr=0x00 > > > > ohci0@pci0:15:2: class=0x0c0310 card=0x02201166 chip=0x02201166 rev=0x04 hdr=0x00 > > Is this a P-4 Xeon with a PCI-X bus? If so, I'm guessing that this > IBM chipset is really a re-badged serverworks chipset, given the > serverworks southbridge (pci0:15). > > You might want to try a patch to sys/i386/isa/pcibus.c similar to the > one in kern/38894, using 0x010f1014 in addition to 0x02011166: and > 0x03021014 in addition to 0x00111166. Eg: > > case 0x00061166: > /* FALLTHROUGH */ > case 0x00081166: > /* FALLTHROUGH */ > case 0x00101166: > /* FALLTHROUGH */ > case 0x010f1014: > /* FALLTHROUGH */ > case 0x02011166: > /* FALLTHROUGH */ > s = "ServerWorks host to PCI bridge"; > *busnum = pci_cfgread(cfg, 0x44, 1); > break; > > <...> > > case 0x00111166: > /* FALLTHROUGH */ > case 0x03021014: > s = "ServerWorks CMIC-HE"; > *busnum = pci_cfgread(cfg, 0x44, 1); > break; > > > Drew > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message