diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
commit | 7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch) | |
tree | 37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/i386/bios/apm.c | |
parent | 7f4ba7135504dcc12d161978438219a68976f07c (diff) |
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/i386/bios/apm.c')
-rw-r--r-- | sys/i386/bios/apm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index 59067c30378d..1f5e23963df3 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -15,9 +15,11 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.66 1997/12/04 02:40:00 imp Exp $ + * $Id: apm.c,v 1.67 1997/12/23 16:32:35 nate Exp $ */ +#include "opt_devfs.h" + #include <sys/param.h> #include <sys/conf.h> #include <sys/kernel.h> |