aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch)
tree37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/gnu/i386
parent7f4ba7135504dcc12d161978438219a68976f07c (diff)
downloadsrc-7b778b5e61910c0f18361e6f5e17ab0b6c5480f3.tar.gz
src-7b778b5e61910c0f18361e6f5e17ab0b6c5480f3.zip
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow.
Notes
Notes: svn path=/head/; revision=32726
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/isa/dgb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c
index 1ae47547af48..cf98b7e71b8b 100644
--- a/sys/gnu/i386/isa/dgb.c
+++ b/sys/gnu/i386/isa/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.29 1997/12/06 13:22:03 bde Exp $
+ * dgb.c $Id: dgb.c,v 1.30 1997/12/16 17:39:57 eivind Exp $
*
* Digiboard driver.
*
@@ -28,6 +28,7 @@
*/
#include "opt_compat.h"
+#include "opt_devfs.h"
#include "dgb.h"