summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-10-25 04:44:50 +0000
committerjlemon <jlemon@FreeBSD.org>2001-10-25 04:44:50 +0000
commitfe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c (patch)
tree0b9363e1b7a49cb87d5cfd4e7d11491cc79030ff /sys/i386
parent8d7368cdb8cc398afb2951e864c3714cd934277b (diff)
downloadFreeBSD-src-fe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c.zip
FreeBSD-src-fe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c.tar.gz
Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.
Submitted by: Andrew R. Reiter arr@watson.org
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NOTES1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index d492eab..4c3b8f4 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -66,6 +66,7 @@ options WITNESS #Enable mutex checks to detects deadlocks and cycles
device isa
device eisa
device pci
+#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
device fdc
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index f8fdc07..d6ea142 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1138,6 +1138,7 @@ device agp
# PCI options
#
#options PCI_QUIET #quiets PCI code on chipset settings
+#options PCI_ENABLE_IO_MODES #Enable pci resources left off by a "lazy BIOS"
#####################################################################
OpenPOWER on IntegriCloud