From owner-freebsd-drivers@FreeBSD.ORG Mon Nov 15 17:19:07 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB7F31065675; Mon, 15 Nov 2010 17:19:07 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4659B8FC19; Mon, 15 Nov 2010 17:19:07 +0000 (UTC) Received: from gw.mediatech.hu ([217.150.130.177] helo=unknown) by marvin.harmless.hu with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PI2TG-0008wx-Cu; Mon, 15 Nov 2010 18:03:58 +0100 Date: Mon, 15 Nov 2010 18:03:35 +0100 From: Gergely CZUCZY To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org, freebsd-drivers@freebsd.org Message-ID: <20101115180335.00004610@unknown> Organization: Harmless Digital Bt X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: LSI 9211 driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 17:19:07 -0000 Hello, I'd like to ask when can we expect a driver for the LSI 9211 hardware? That is, the following device: none13@pci0:4:0:0: class=0x010700 card=0x30501000 chip=0x00721000 rev=0x02 hdr=0x00 vendor = 'LSI Logic (Was: Symbios Logic, NCR)' class = mass storage subclass = SAS I've tried to add the cardID to the mfi(4) and mpt(4) drivers, but the most I could get, is a failed initalization. If any devs supposed to add properly the device to any of the drivers, I should be able to arrange access to this device for the time of the development. Please be so kind to reply to any known developers of these drivers, if they might not read these mailing lists, in order to get a working driver for this card (been seen google hits on many missing the support for this driver). Drivers for linux and solars are availabe on LSI.com, but not for fbsd. Thank you very much in advance. Best regards, Gergely -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963 From owner-freebsd-drivers@FreeBSD.ORG Mon Nov 15 19:01:30 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E491B1065670; Mon, 15 Nov 2010 19:01:30 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 897288FC19; Mon, 15 Nov 2010 19:01:30 +0000 (UTC) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.4/8.14.4) with ESMTP id oAFImuUV080698; Mon, 15 Nov 2010 11:48:56 -0700 (MST) (envelope-from scottl@samsco.org) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Scott Long In-Reply-To: <20101115180335.00004610@unknown> Date: Mon, 15 Nov 2010 11:48:56 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5C78AD92-2AE5-48CC-BE38-D94B44FF335A@samsco.org> References: <20101115180335.00004610@unknown> To: Gergely CZUCZY (by way of Gergely CZUCZY ) X-Mailer: Apple Mail (2.1082) X-Spam-Status: No, score=-50.0 required=3.8 tests=ALL_TRUSTED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on pooker.samsco.org Cc: freebsd-drivers@freebsd.org, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: LSI 9211 driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 19:01:31 -0000 A driver called "mps" exists in FreeBSD 9-CURRENT. We're working to = move it to FreeBSD 8 in time for the 8.2 release. Scott On Nov 15, 2010, at 10:03 AM, Gergely CZUCZY (by way of Gergely CZUCZY = ) wrote: > Hello, >=20 > I'd like to ask when can we expect a driver for the LSI 9211 hardware? > That is, the following device: > none13@pci0:4:0:0: class=3D0x010700 card=3D0x30501000 = chip=3D0x00721000 > rev=3D0x02 hdr=3D0x00 vendor =3D 'LSI Logic (Was: Symbios Logic, = NCR)' > class =3D mass storage > subclass =3D SAS >=20 >=20 > I've tried to add the cardID to the mfi(4) and mpt(4) drivers, but the > most I could get, is a failed initalization. >=20 > If any devs supposed to add properly the device to any of the drivers, > I should be able to arrange access to this device for the time of the > development. >=20 > Please be so kind to reply to any known developers of these drivers, = if > they might not read these mailing lists, in order to get a working > driver for this card (been seen google hits on many missing the = support > for this driver). >=20 > Drivers for linux and solars are availabe on LSI.com, but not for = fbsd. >=20 > Thank you very much in advance. >=20 > Best regards, > Gergely >=20 > --=20 > Sincerely, > Gergely CZUCZY > Harmless Digital Bt >=20 > +36-30-9702963 From owner-freebsd-drivers@FreeBSD.ORG Mon Nov 15 19:10:33 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F042F106566C; Mon, 15 Nov 2010 19:10:33 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id AEAC68FC17; Mon, 15 Nov 2010 19:10:33 +0000 (UTC) Received: from gw.mediatech.hu ([217.150.130.177] helo=unknown) by marvin.harmless.hu with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PI4Rk-000A0m-FF; Mon, 15 Nov 2010 20:10:32 +0100 Date: Mon, 15 Nov 2010 20:10:11 +0100 From: Gergely CZUCZY To: Scott Long Message-ID: <20101115201011.00003cc9@unknown> In-Reply-To: <5C78AD92-2AE5-48CC-BE38-D94B44FF335A@samsco.org> References: <20101115180335.00004610@unknown> <5C78AD92-2AE5-48CC-BE38-D94B44FF335A@samsco.org> Organization: Harmless Digital Bt X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-drivers@freebsd.org, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: LSI 9211 driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 19:10:34 -0000 Dear Scott and John, Thank you very much for your quick and helpful reply. mps(4) does seem to recognize the card, and the disks showed up properly, so far. Currently i'm loading it from loader.conf, and putting it inside the kernel config doesn't work, though i think i just have to insert that somewhere. I'll test the drivers a bit more when the remaining 6 disks arrive. Thank you very much again. Best regards, Gergely On Mon, 15 Nov 2010 11:48:56 -0700 Scott Long wrote: > A driver called "mps" exists in FreeBSD 9-CURRENT. We're working to > move it to FreeBSD 8 in time for the 8.2 release. > > Scott > > On Nov 15, 2010, at 10:03 AM, Gergely CZUCZY (by way of Gergely > CZUCZY ) wrote: > > > Hello, > > > > I'd like to ask when can we expect a driver for the LSI 9211 > > hardware? That is, the following device: > > none13@pci0:4:0:0: class=0x010700 card=0x30501000 > > chip=0x00721000 rev=0x02 hdr=0x00 vendor = 'LSI Logic (Was: > > Symbios Logic, NCR)' class = mass storage > > subclass = SAS > > > > > > I've tried to add the cardID to the mfi(4) and mpt(4) drivers, but > > the most I could get, is a failed initalization. > > > > If any devs supposed to add properly the device to any of the > > drivers, I should be able to arrange access to this device for the > > time of the development. > > > > Please be so kind to reply to any known developers of these > > drivers, if they might not read these mailing lists, in order to > > get a working driver for this card (been seen google hits on many > > missing the support for this driver). > > > > Drivers for linux and solars are availabe on LSI.com, but not for > > fbsd. > > > > Thank you very much in advance. > > > > Best regards, > > Gergely > > > > -- > > Sincerely, > > Gergely CZUCZY > > Harmless Digital Bt > > > > +36-30-9702963 > -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963