summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committereivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit71ddd313905625e7a30459009de6972aa2fd42a2 (patch)
tree6d6142bad3e6171bba77304251f69f1a8ab13c2d /sys/dev/fdc
parent71161cca1452c50ca0ea535bae82c1df9c67663c (diff)
downloadFreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.zip
FreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.tar.gz
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.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index d31c643..c179222 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.105 1997/10/19 13:12:02 joerg Exp $
+ * $Id: fd.c,v 1.106 1997/12/02 21:06:21 phk Exp $
*
*/
@@ -52,6 +52,7 @@
#undef NFDC
#endif
#include "fd.h"
+#include "opt_devfs.h"
#include "opt_fdc.h"
#if NFDC > 0
OpenPOWER on IntegriCloud