diff options
author | jhb <jhb@FreeBSD.org> | 2004-01-06 18:51:14 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-01-06 18:51:14 +0000 |
commit | 604579d4b8cbee9537d7dda239923dbc6db54fcc (patch) | |
tree | 7a63de92c5bc5416e2e200f026070b5c4ccd9a66 | |
parent | 0614df8c402691c20096f400a9d1cb5f74653265 (diff) | |
download | FreeBSD-src-604579d4b8cbee9537d7dda239923dbc6db54fcc.zip FreeBSD-src-604579d4b8cbee9537d7dda239923dbc6db54fcc.tar.gz |
Remove the AUTO_EOI_2 option for PC-98 as it has never done anything anyway
and was even commented out in NOTES.
-rw-r--r-- | sys/conf/options.pc98 | 1 | ||||
-rw-r--r-- | sys/pc98/conf/NOTES | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 413f12e..54cc5f4 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -2,7 +2,6 @@ # Options specific to the pc98 platform kernels AUTO_EOI_1 opt_auto_eoi.h -AUTO_EOI_2 opt_auto_eoi.h BROKEN_KEYBOARD_RESET opt_reset.h COMPAT_OLDISA I586_PMC_GUPROF opt_i586_guprof.h diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 51b74ee..0621987 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -249,12 +249,6 @@ device isa # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # This option breaks suspend/resume on some portables. # -# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A -# interrupt controller. This saves about 0.7-1.25 usec for each interrupt. -# Automatic EOI is documented not to work for for the slave with the -# original i8259A, but it works for some clones and some integrated -# versions. -# # MAXMEM specifies the amount of RAM on the machine; if this is not # specified, FreeBSD will first read the amount of memory from the CMOS # RAM, so the amount of memory will initially be limited to 64MB or 16MB @@ -270,7 +264,6 @@ device isa options COMPAT_OLDISA #Use ISA shims and glue for old drivers options AUTO_EOI_1 -#options AUTO_EOI_2 options MAXMEM=(128*1024) #options BROKEN_KEYBOARD_RESET |