From owner-freebsd-commit Sat Jan 27 01:34:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02571 for freebsd-commit-outgoing; Sat, 27 Jan 1996 01:34:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02556 for cvs-all-outgoing; Sat, 27 Jan 1996 01:34:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02547 for cvs-sys-outgoing; Sat, 27 Jan 1996 01:34:33 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02536 Sat, 27 Jan 1996 01:34:27 -0800 (PST) Date: Sat, 27 Jan 1996 01:34:27 -0800 (PST) From: Bruce Evans Message-Id: <199601270934.BAA02536@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/27 01:34:26 Modified: sys/kern subr_diskslice.c Log: [Oops, forgot to commit this together with things that depend on it.] First attempt at creating devfs entries for sliced devices. Doesn't quite work yet, so the heart of it is disabled. Added bdev and cdev args to dsopen(). Create devfs entries in dsopen() and (unsuccessfully) attempt to make them go away at the right times. DEVFS is #undefed at the start so that this shouldn't cause problems. Revision Changes Path 1.18 +133 -11 src/sys/kern/subr_diskslice.c