From owner-freebsd-stable Tue Apr 23 5:25:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by hub.freebsd.org (Postfix) with ESMTP id 89A4237B416; Tue, 23 Apr 2002 05:25:42 -0700 (PDT) Received: from alogis.com (kipp@clausthal.int1.b.intern [10.1.1.30]) by alogis.com (8.11.1/8.9.3) with ESMTP id g3NCPfl90615; Tue, 23 Apr 2002 14:25:41 +0200 (CEST) (envelope-from holger.kipp@alogis.com) Message-ID: <3CC54F5A.22D48F42@alogis.com> Date: Tue, 23 Apr 2002 14:11:06 +0200 From: Holger Kipp X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey , FreeBSD Stable Users Subject: Re: Vinum and /dev/twed0 (3ware escalade) References: <20010601134157.A8251@wantadilla.lemis.com> <3CC54B6E.5839BDAC@alogis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 sometime, I'm going to kill this editor... ok, here once more (sorry for the inconvenience): Greg, I had some problems using vinum on /dev/twed0 (3ware IDE Raid Controller). Message similar to: 1: drive drive0 device /dev/twed1s1a ** 1 Can't initialize drive drive0: Operation not supported by device I found one corresponding message at http://www.geocrawler.com/archives/3/159/2001/10/50/6949487/ and would just like to ask if you could patch vinumio.c permanently... Thank you, Holger *** vinumio.c.orig Tue Apr 23 13:15:19 2002 --- vinumio.c. Tue Apr 23 13:22:57 2002 *************** *** 93,98 **** --- 93,101 ---- } else if (bcmp(dname, "idad", 4) == 0) { devmajor = 109; dname += 2; + } else if (bcmp(dname, "twed", 4) == 0) { /* 3ware raid */ + devmajor = 147; + dname += 2; } else return ENODEV; dname += 2; /* point past */ -- Holger Kipp, Dipl.-Math., Systemadministrator | alogis AG Fon: +49 (0)30 / 43 65 8 - 114 | Berliner Strasse 26 Fax: +49 (0)30 / 43 65 8 - 214 | D-13507 Berlin Tegel email: holger.kipp@alogis.com | http://www.alogis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message