remove some out-of-scope DEVFS references..

(don't worry greg.. cosmetic only)
This commit is contained in:
Julian Elischer 1999-09-03 05:08:05 +00:00
parent cb899cd41d
commit 439a479b3b
3 changed files with 1 additions and 8 deletions

View File

@ -88,9 +88,6 @@ vinumattach(void *dummy)
dqend = NULL;
cdevsw_add(&vinum_cdevsw); /* add the cdevsw entry */
#ifdef DEVFS
#error DEVFS not finished yet
#endif
/* allocate space: drives... */
DRIVE = (struct drive *) Malloc(sizeof(struct drive) * INITIAL_DRIVES);

View File

@ -43,10 +43,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#endif
#ifdef DEVFS
#error "DEVFS code not complete yet"
#include <sys/devfsext.h>
#endif /*DEVFS */
#include <sys/proc.h>
#include <sys/errno.h>
#include <sys/dkstat.h>

View File

@ -326,7 +326,7 @@ Edit number code marking begins here - earlier edits were during development.
<27> Incorporated changes needed to move the cdevsw and bdevsw
entries into the drivers (including this one). Also
include a quick first pass cut at DEVFS suppport.
include a quick first pass cut at DEVFS suppport. (removed later)
---------------------------------------------------------------------------*/