diff options
author | ticso <ticso@FreeBSD.org> | 2003-07-22 11:42:45 +0000 |
---|---|---|
committer | ticso <ticso@FreeBSD.org> | 2003-07-22 11:42:45 +0000 |
commit | 94d1a5de21a31c87cea17a35bf16a2e3665dfbf3 (patch) | |
tree | 89fc2d898c6b44f620d5b2bb9ceaede05ad936f6 /sys/conf | |
parent | 7ad34ff61e1c5027c00e0880b90ab17041674925 (diff) | |
download | FreeBSD-src-94d1a5de21a31c87cea17a35bf16a2e3665dfbf3.zip FreeBSD-src-94d1a5de21a31c87cea17a35bf16a2e3665dfbf3.tar.gz |
EISA_SLOTS is mandantory to get opt_eisa.h
Put it into MI files.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 2 | ||||
-rw-r--r-- | sys/conf/options.i386 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index 20e25b2..1b2b2b3 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -596,6 +596,8 @@ DEV_MCA opt_mca.h DEV_BPF opt_bpf.h DEV_SPLASH opt_splash.h +EISA_SLOTS opt_eisa.h + # ed driver ED_NO_MIIBUS opt_ed.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 96fad27..027d317 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -91,8 +91,6 @@ PSM_DEBUG opt_psm.h ATKBD_DFLT_KEYMAP opt_atkbd.h -EISA_SLOTS opt_eisa.h - # pcvt(4) has a bunch of options FAT_CURSOR opt_pcvt.h XSERVER opt_pcvt.h |