COMPAT_OLDISA is only used on i386.

This commit is contained in:
jhb 2002-07-15 18:50:13 +00:00
parent 12ace143f0
commit 08255d70df
2 changed files with 1 additions and 2 deletions

View File

@ -938,8 +938,6 @@ options MSGBUF_SIZE=40960
# ISA bus # ISA bus
# #
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
# Enable support for the kernel PLL to use an external PPS signal, # Enable support for the kernel PLL to use an external PPS signal,
# under supervision of [x]ntpd(8) # under supervision of [x]ntpd(8)
# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp # More info in ntpd documentation: http://www.eecis.udel.edu/~ntp

View File

@ -266,6 +266,7 @@ device isa
# reset the CPU for reboot. This is needed on some systems with broken # reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers. # keyboard controllers.
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
options AUTO_EOI_1 options AUTO_EOI_1
#options AUTO_EOI_2 #options AUTO_EOI_2