diff options
author | pst <pst@FreeBSD.org> | 1996-09-06 23:33:45 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-09-06 23:33:45 +0000 |
commit | aa7dd6a945acd609af10420525d634074993109c (patch) | |
tree | 1b0f8a2b16ac6b1d58b95544a2b17f793132c476 /sys | |
parent | bf3221f3b2494e9c75ec41d37b40811e4b441242 (diff) | |
download | FreeBSD-src-aa7dd6a945acd609af10420525d634074993109c.zip FreeBSD-src-aa7dd6a945acd609af10420525d634074993109c.tar.gz |
Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options.i386 | 7 | ||||
-rw-r--r-- | sys/i386/conf/options.i386 | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index df1af79..2f7eb3e 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.13 1996/05/11 04:39:44 bde Exp $ +# $Id: options.i386,v 1.14 1996/06/11 16:02:51 pst Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -27,3 +27,8 @@ XSERVER opt_pcvt.h CLK_CALIBRATION_LOOP opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.h CLK_USE_I586_CALIBRATION opt_clock.h + +SC_KEYBOARD_PROBE_WORKS opt_syscons.h + +ATAPI opt_atapi.h +ATAPI_STATIC opt_atapi.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index df1af79..2f7eb3e 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.13 1996/05/11 04:39:44 bde Exp $ +# $Id: options.i386,v 1.14 1996/06/11 16:02:51 pst Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -27,3 +27,8 @@ XSERVER opt_pcvt.h CLK_CALIBRATION_LOOP opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.h CLK_USE_I586_CALIBRATION opt_clock.h + +SC_KEYBOARD_PROBE_WORKS opt_syscons.h + +ATAPI opt_atapi.h +ATAPI_STATIC opt_atapi.h |