From owner-freebsd-stable Tue Apr 23 5: 9: 5 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 20B2337B41E; Tue, 23 Apr 2002 05:08:59 -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 g3NC8wl89873; Tue, 23 Apr 2002 14:08:58 +0200 (CEST) (envelope-from holger.kipp@alogis.com) Message-ID: <3CC54B6E.5839BDAC@alogis.com> Date: Tue, 23 Apr 2002 13:54:22 +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 Cc: FreeBSD Stable Users Subject: Vinum and /dev/twed0 (3ware escalade) References: <20010601134157.A8251@wantadilla.lemis.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 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