Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 13:54:22 +0200
From:      Holger Kipp <holger.kipp@alogis.com>
To:        Greg Lehey <grog@FreeBSD.ORG>
Cc:        FreeBSD Stable Users <freebsd-stable@FreeBSD.ORG>
Subject:   Vinum and /dev/twed0 (3ware escalade)
Message-ID:  <3CC54B6E.5839BDAC@alogis.com>
References:  <20010601134157.A8251@wantadilla.lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lehey wrote:
> 
> Those of you who have been following the mailing lists will have
> noticed (or participated in) a thread bemoaning the continued lack of
> feedback from the core team.  That thread is still very active, but
> one suggestion (made by phk) was to send out a message asking for help
> getting things done.  It's easy to claim that this would work, but
> first we need to know if anybody would be interested.  Here's phk's
> text:
> 
>   HELP WANTED
> 
>   The FreeBSD core team is looking for an assistant to help with
>   tracking and recording the issues being worked by core.
> 
>   Responsibilities:
> 
>   When a request or question is sent to core@ you reply with an
>   acknowledgement that it has been received, and nag the core team
>   until it has been decided on and replied to.
> 
>   It is also your responsibility to prepare a summary of core@'s
>   businnes once per month and after cores approval of the text, to
>   send this to developers@.  This summary should be detailed enough to
>   show the committers which core members participate in the core
>   business and which don't.
> 
>   You will obviously gain insight into the work of and communications
>   of the core team, but apart from the above mentioned summary, this
>   information is of course strictly confidential.
> 
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...

*** 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?3CC54B6E.5839BDAC>