diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-01-06 18:51:14 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-01-06 18:51:14 +0000 |
| commit | b277f64b8b478efd607793e977588e21e553350e (patch) | |
| tree | 7a63de92c5bc5416e2e200f026070b5c4ccd9a66 | |
| parent | 1d0342a3d5e8789055e426f426d2ed05d9169e1e (diff) | |
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 413f12eaef91..54cc5f4f7641 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 51b74eeefdc5..06219878a88f 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 |
