From e0cc5cc54ea78a32477b271be072c2a89b1bd472 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 12 Jun 2003 04:19:10 +0000 Subject: [PATCH] pc98 doesn't need COMPAT_OLDISA for any devices in the kernel. However, GENERIC has wdc commented out, and COMPAT_OLDISA is required for that. Comment out COMPAT_OLDISA and sdd a comment to this effect near wdc. Reviewed by: nyan@ --- sys/pc98/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 18d6e05fecd1..60efee42171e 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -73,7 +73,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed device isa device pci -options COMPAT_OLDISA # Old ISA driver shims +#options COMPAT_OLDISA # Old ISA driver shims # Floppy drives device fdc @@ -87,7 +87,7 @@ device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # IDE controller and disks -#device wdc 1 +#device wdc 1 # Needs COMPAT_OLDISA # ATAPI devices on wdc #device wcd 1 #IDE CD-ROM