Date: Sat, 27 Jan 1996 01:34:27 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Message-ID: <199601270934.BAA02536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601270934.BAA02536>