From owner-freebsd-current Sun Mar 24 20:15:14 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA17166 for current-outgoing; Sun, 24 Mar 1996 20:15:14 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA17161 for ; Sun, 24 Mar 1996 20:15:08 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id PAA20022 for current@freebsd.org; Mon, 25 Mar 1996 15:11:06 +1100 Date: Mon, 25 Mar 1996 15:11:06 +1100 From: Bruce Evans Message-Id: <199603250411.PAA20022@godzilla.zeta.org.au> To: current@freebsd.org Subject: libdisk Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The builtin device list {"wd","sd",0} and logic (!strcmp(p, "wd", 2) are is unsuitable for a library. What about "fd", "vn", "od", ...? I change the list to test sysinstall since I rarely have any unpartitioned unlabelled wd or sd disks to test on. Bruce