From owner-freebsd-bugs Thu Apr 25 11:30:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0033837B405 for ; Thu, 25 Apr 2002 11:30:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3PIU8i38773; Thu, 25 Apr 2002 11:30:08 -0700 (PDT) (envelope-from gnats) Date: Thu, 25 Apr 2002 11:30:08 -0700 (PDT) Message-Id: <200204251830.g3PIU8i38773@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Poul-Henning Kamp Subject: Re: bin/37458: twed (3ware escalade) devices not supported by vinum Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/37458; it has been noted by GNATS. From: Poul-Henning Kamp 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