summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-12 04:19:10 +0000
committerimp <imp@FreeBSD.org>2003-06-12 04:19:10 +0000
commite0cc5cc54ea78a32477b271be072c2a89b1bd472 (patch)
tree5d00c0b9bfcfc7921b5c5aa9b9dea1ae838f086b
parentfec999e0c4ca3b376ad8a24415f8ea6f09c64ac3 (diff)
downloadFreeBSD-src-e0cc5cc54ea78a32477b271be072c2a89b1bd472.zip
FreeBSD-src-e0cc5cc54ea78a32477b271be072c2a89b1bd472.tar.gz
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@
-rw-r--r--sys/pc98/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 18d6e05f..60efee4 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
OpenPOWER on IntegriCloud