remove some out-of-scope DEVFS references..
(don't worry greg.. cosmetic only)
This commit is contained in:
parent
cb899cd41d
commit
439a479b3b
@ -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);
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user