From owner-cvs-all Mon Mar 1 23: 5:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A41154F2; Mon, 1 Mar 1999 22:54:46 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA44736; Mon, 1 Mar 1999 22:54:31 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903020654.WAA44736@freefall.freebsd.org> From: Greg Lehey Date: Mon, 1 Mar 1999 22:54:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/01 22:54:30 PST Modified files: sys/dev/vinum vinumio.c Log: Change printf() calls to log() calls. Recognize "referenced" drives by the lack of a slash in the device name, not by a NUL character. vinum_scandisk: return error indication (ENOENT if we can't find any vinum drive, otherwise 0). VINUM_SAVECONFIG: change parameters. Revision Changes Path 1.13 +81 -46 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message