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