From owner-freebsd-scsi@FreeBSD.ORG Fri Mar 2 22:16:28 2012 Return-Path: Delivered-To: scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0192C1065673; Fri, 2 Mar 2012 22:16:28 +0000 (UTC) (envelope-from ken@kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.freebsd.org (Postfix) with ESMTP id BE7BA8FC12; Fri, 2 Mar 2012 22:16:27 +0000 (UTC) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.14.2/8.14.2) with ESMTP id q22M5qnC061919; Fri, 2 Mar 2012 15:05:52 -0700 (MST) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.14.2/8.14.2/Submit) id q22M5qGJ061918; Fri, 2 Mar 2012 15:05:52 -0700 (MST) (envelope-from ken) Date: Fri, 2 Mar 2012 15:05:52 -0700 From: "Kenneth D. Merry" To: sbruno@freebsd.org Message-ID: <20120302220551.GA60828@nargothrond.kdm.org> References: <1330724697.5391.3.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1330724697.5391.3.camel@powernoodle-l7.corp.yahoo.com> User-Agent: Mutt/1.4.2i Cc: scsi@freebsd.org Subject: Re: [patch] Add New PCI ID to mfi(4) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 22:16:28 -0000 On Fri, Mar 02, 2012 at 13:44:57 -0800, Sean Bruno wrote: > New megaraid SAS card from Dell coming down the pipe. I think this is > the right thing to do. In order for that to work correctly, at least with a GENERIC kernel, you'll need SVN rev 232411. (Just committed.) The mpt(4) driver was masking off the bottom bit of the PCI device ID, and causing it to attach to some MegaRAID controllers. > > --- //depot/yahoo/ybsd_7/src/sys/dev/mfi/mfi_pci.c 2011-09-16 > 22:47:30.000000000 0000 > +++ /home/seanbru/ybsd_7/src/sys/dev/mfi/mfi_pci.c 2011-09-16 > 22:47:30.000000000 0000 > @@ -123,6 +123,7 @@ > {0x1000, 0x0079, 0x1028, 0x1f17, MFI_FLAGS_GEN2, "Dell PERC > H700 Integrated"}, > {0x1000, 0x0079, 0x1028, 0x1f18, MFI_FLAGS_GEN2, "Dell PERC > H700 Modular"}, > {0x1000, 0x0079, 0x1028, 0x1f19, MFI_FLAGS_GEN2, "Dell PERC > H700"}, > + {0x1000, 0x005b, 0x1028, 0x1f34, MFI_FLAGS_GEN2, "Dell PERC > H710P Mini"}, > {0x1000, 0x0079, 0x1028, 0x1f1b, MFI_FLAGS_GEN2, "Dell PERC > H800"}, > {0x1000, 0x0079, 0x1028, 0xffff, MFI_FLAGS_GEN2, "Dell PERC > Gen2"}, > {0x1000, 0x0079, 0xffff, 0xffff, MFI_FLAGS_GEN2, "LSI MegaSAS > Gen2"}, > Ken -- Kenneth Merry ken@FreeBSD.ORG