COMPAT_OLDISA is only used on i386.

This commit is contained in:
John Baldwin 2002-07-15 18:50:13 +00:00
parent 6c519e3898
commit 122b088a2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100119
2 changed files with 1 additions and 2 deletions

View File

@ -938,8 +938,6 @@ options MSGBUF_SIZE=40960
# 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,
# under supervision of [x]ntpd(8)
# 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
# keyboard controllers.
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
options AUTO_EOI_1
#options AUTO_EOI_2