Date: Thu, 25 Apr 2002 11:30:08 -0700 (PDT) From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/37458: twed (3ware escalade) devices not supported by vinum Message-ID: <200204251830.g3PIU8i38773@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/37458; it has been noted by GNATS.
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
To: holger.kipp@alogis.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/37458: twed (3ware escalade) devices not supported by vinum
Date: Thu, 25 Apr 2002 20:21:55 +0200
While this patch is technically correct, the code it patches is
mightily bogus.
>*** vinumio.c.orig Tue Apr 23 13:05: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 */
>>Release-Note:
>>Audit-Trail:
>>Unformatted:
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-bugs" in the body of the message
>
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204251830.g3PIU8i38773>
