From 71ddd313905625e7a30459009de6972aa2fd42a2 Mon Sep 17 00:00:00 2001 From: eivind Date: Sat, 24 Jan 1998 02:54:56 +0000 Subject: 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. --- sys/dev/dgb/dgb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/dgb') diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 1ae4754..cf98b7e 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/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" -- cgit v1.1