Date: Tue, 23 Apr 2002 14:11:06 +0200 From: Holger Kipp <holger.kipp@alogis.com> To: Greg Lehey <grog@FreeBSD.ORG>, FreeBSD Stable Users <freebsd-stable@FreeBSD.ORG> Subject: Re: Vinum and /dev/twed0 (3ware escalade) Message-ID: <3CC54F5A.22D48F42@alogis.com> References: <20010601134157.A8251@wantadilla.lemis.com> <3CC54B6E.5839BDAC@alogis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC54F5A.22D48F42>
