From owner-freebsd-arch Fri May 5 14:22:57 2000 Delivered-To: freebsd-arch@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 65D8B37B7DA for ; Fri, 5 May 2000 14:22:54 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id XAA03177; Fri, 5 May 2000 23:22:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Greg Lehey Cc: FreeBSD-arch@FreeBSD.org Subject: Re: Support for bootable Vinum file systems: please review In-reply-to: Your message of "Fri, 05 May 2000 12:21:00 +0930." <20000505122100.I32650@freebie.lemis.com> Date: Fri, 05 May 2000 23:22:17 +0200 Message-ID: <3175.957561737@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I've been testing vinum root file systems for a couple of months now, >and I'd like to commit the code. I'm attaching the patches, which you >can also access at http://www.FreeBSD.org/~grog/vinum-root.html. It looks good, but I think using devstat to find possible disks is wrong. The right way to do it is probably to link the "struct disk"s registered by the drivers with disk_creat() into a list which can be searched. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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-arch" in the body of the message