aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2000-03-19 14:42:52 +0000
committerKATO Takenori <kato@FreeBSD.org>2000-03-19 14:42:52 +0000
commit9b8b69aae470adabcfea332850838bd9d673d90e (patch)
tree0be6d86f822dd7ebc2b3401864418578a50d44cc /sys
parent085beaf86230d621c9d714b485af7a4c7531dae5 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC982
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 313703a69e11..543b22027513 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -68,6 +68,8 @@ options ICMP_BANDLIM #Rate limit bad replies
device isa
device pci
+options COMPAT_OLDISA # Old ISA driver shims
+options COMPAT_OLDPCI # Old PCI driver shims
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 11 drq 2
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 313703a69e11..543b22027513 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -68,6 +68,8 @@ options ICMP_BANDLIM #Rate limit bad replies
device isa
device pci
+options COMPAT_OLDISA # Old ISA driver shims
+options COMPAT_OLDPCI # Old PCI driver shims
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 11 drq 2