From b277f64b8b478efd607793e977588e21e553350e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 6 Jan 2004 18:51:14 +0000 Subject: [PATCH] Remove the AUTO_EOI_2 option for PC-98 as it has never done anything anyway and was even commented out in NOTES. --- sys/conf/options.pc98 | 1 - sys/pc98/conf/NOTES | 7 ------- 2 files changed, 8 deletions(-) diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 413f12eaef9..54cc5f4f764 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 51b74eeefdc..06219878a88 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