From 9b8b69aae470adabcfea332850838bd9d673d90e Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sun, 19 Mar 2000 14:42:52 +0000 Subject: [PATCH] Added COMPAT_OLDPCI and COMPAT_OLDISA options. --- sys/pc98/conf/GENERIC | 2 ++ sys/pc98/conf/GENERIC98 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 313703a69e1..543b2202751 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 313703a69e1..543b2202751 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