From owner-freebsd-stable Thu Mar 14 4:21:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from cage.tse-online.de (cage.tse-online.de [194.97.69.170]) by hub.freebsd.org (Postfix) with SMTP id DED5E37B417 for ; Thu, 14 Mar 2002 04:21:12 -0800 (PST) Received: (qmail 54609 invoked by uid 1000); 14 Mar 2002 12:21:11 -0000 Date: Thu, 14 Mar 2002 13:21:11 +0100 From: Andreas Braukmann To: Greg Lehey Cc: stable@freebsd.org Subject: Re: Request for testers of new ATA driver patches Message-ID: <20020314122110.GB48288@cage.tse-online.de> References: <200203060821.g268LR045942@freebsd.dk> <3C864253.5000700@meoqu.gank.org> <20020307103513.C66287@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020307103513.C66287@wantadilla.lemis.com> User-Agent: Mutt/1.3.27i Organization: TSE GmbH - Neue Medien 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 On Thu, Mar 07, 2002 at 10:35:13AM +1030, Greg Lehey wrote: > On Wednesday, 6 March 2002 at 10:22:43 -0600, Craig Boston wrote: > > --- vinumio.c.orig Wed Mar 6 08:33:05 2002 > > +++ vinumio.c Wed Mar 6 08:44:24 2002 > > @@ -78,6 +78,8 @@ > > devmajor = 116; > > else if (bcmp(dname, "wd", 2) == 0) /* IDE disk */ > > devmajor = 3; > > + else if (bcmp(dname, "ar", 2) == 0) /* ATA RAID */ > > + devmajor = 157; > > else if (bcmp(dname, "da", 2) == 0) > > devmajor = 13; > > else if (bcmp(dname, "vn", 2) == 0) > > > Well, I do read -stable, and all messages with "Vinum" in the subject > line get highlighted, but thanks for copying me. And yes, I find it a > little strange that people would want to run Vinum on a RAID array, why? vinum is quite useful as a volume manager. > but hey, if that's what you want to do, I won't stop you. I'll commit > the fix. Thanks. Would you mind including the necessary changes for twe(4), too? Thanks, Andreas -- no sig today. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message