From owner-cvs-all@FreeBSD.ORG Sat May 3 22:20:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EECE37B401; Sat, 3 May 2003 22:20:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CCE43FCB; Sat, 3 May 2003 22:20:56 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h445Ku0U019532; Sat, 3 May 2003 22:20:56 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h445Kuoo019530; Sat, 3 May 2003 22:20:56 -0700 (PDT) Message-Id: <200305040520.h445Kuoo019530@repoman.freebsd.org> From: Greg Lehey Date: Sat, 3 May 2003 22:20:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 05:20:58 -0000 grog 2003/05/03 22:20:56 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumio.c Log: Forced commit. Grr: I used the wrong text before. Here's the correct information. Rewrite of startup code: vinum_scandisk: 1. Hand a string with device names, not a table and length. This is the way we get it at system startup time. This also means that we don't insist on a /dev in the names. 2. Allocate drive list dynamically. 3. If passed a null drive list, use kern.disks as a list to search. Revision Changes Path 1.85 +0 -0 src/sys/dev/vinum/vinumio.c