From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 02:35:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A4816A4CE for ; Mon, 23 Aug 2004 02:35:50 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A581243D46 for ; Mon, 23 Aug 2004 02:35:50 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 81D8372DD4; Sun, 22 Aug 2004 19:35:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 79FD872DCB; Sun, 22 Aug 2004 19:35:50 -0700 (PDT) Date: Sun, 22 Aug 2004 19:35:50 -0700 (PDT) From: Doug White To: Joe Marcus Clarke In-Reply-To: <1093222625.11223.26.camel@shumai.marcuscom.com> Message-ID: <20040822193301.E94593@carver.gumbysoft.com> References: <1093058259.9940.29.camel@shumai.marcuscom.com> <1093121246.17246.33.camel@shumai.marcuscom.com> <1093195573.11223.3.camel@shumai.marcuscom.com> <1093222625.11223.26.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Divacky Roman cc: current@freebsd.org Subject: Re: Cannot install onto mpt-driven drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 02:35:50 -0000 On Sun, 22 Aug 2004, Joe Marcus Clarke wrote: > > mpt0@pci4:5:0: class=0x010000 card=0x014a1028 chip=0x00301000 rev=0x07 > > hdr=0x00 > > vendor = 'LSI Logic (Was: Symbios Logic, NCR)' > > device = 'LSI53C1020/1030 PCI-X to Ultra320 SCSI Controller' > > class = mass storage > > subclass = SCSI > > There is a subtle difference in the card: > > mpt1@pci2:3:1: class=0x010000 card=0x10401028 chip=0x00301000 rev=0x07 hdr=0x00 > vendor = 'LSI Logic (Was: Symbios Logic, NCR)' > device = 'LSI53C1020/1030 PCI-X to Ultra320 SCSI Controller' > class = mass storage > subclass = SCSI > > I have a PE server as well that has another slightly different card: > > mpt0@pci1:4:0: class=0x010000 card=0x01351028 chip=0x00301000 rev=0x07 hdr=0x00 > vendor = 'LSI Logic (Was: Symbios Logic, NCR)' > device = 'LSI53C1020/1030 PCI-X to Ultra320 SCSI Controller' > class = mass storage > subclass = SCSI > > This works fine as well. Hm, I guess the one in your workstation is a wierd variant. Advancing the product ID is a common tactic for showing different silicon & packaging revisions, rather than bumping the PCI revision byte. That particular rev may be more prone to use chains due to memory requirements or whatever. I guess the poweredge variants don't exercise that particular feature. :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org