summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-14 15:59:42 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-14 15:59:42 +0000
commit539c5e7e2e624bfbb6dd3d416ca7c7a52fb95f72 (patch)
tree984c3ad48d5108e2c5fdd5653508f7e73c1ba60a
parent41d8486aa2a6f93773753499ac4bdc5c8bdfbb41 (diff)
Move the PCIBIOS options line next to the CardBus bus support stuff, and add a
note saying it may need to be uncommented for things to work.
-rw-r--r--sys/arch/i386/conf/GENERIC8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 874971b9333..c50d637e71d 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.177 2000/04/13 18:25:35 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.178 2000/04/14 15:59:41 aaron Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -48,7 +48,6 @@ option EISAVERBOSE
#option PCMCIAVERBOSE
#option USBVERBOSE
-#option BIOS32,PCIBIOS,PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP
pchb* at pci? dev ? function ? # PCI-Host bridges
ppb* at pci? dev ? function ? # PCI-PCI bridges
@@ -64,12 +63,15 @@ pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?
-# CardBus bus support
+# CardBus bus support (also see NOTE below)
#cardbus* at cardslot?
#pcmcia* at cardslot?
#cbb* at pci? dev ? function ?
#cardslot* at cbb?
+# NOTE: You may need to uncomment the following line for CardBus to work
+#option BIOS32,PCIBIOS,PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP
+
# PCI USB Controllers
#uhci* at pci? # Universal Host Controller (Intel)
#ohci* at pci? # Open Host Controller