summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-25 11:46:54 +0000
committerbde <bde@FreeBSD.org>2001-10-25 11:46:54 +0000
commit3ae1b5c128566be609716798774958aff76eb988 (patch)
tree7c22e55b151ca81eee1caad4674a96798b0d1794
parentea73bd8916b9faa840bfbc255d66bc9124bec3e0 (diff)
downloadFreeBSD-src-3ae1b5c128566be609716798774958aff76eb988.zip
FreeBSD-src-3ae1b5c128566be609716798774958aff76eb988.tar.gz
Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. It
defeats the point of LINT to comment out positive options. Fixed style bugs in rev.1.973: - disordering of PCI options list. - missing space after "options". - line longer than 80 characters. - bogus quoting of "BIOS".
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ad58203..a2a8e52c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1137,8 +1137,9 @@ device agp
# PCI options
#
+#Enable pci resources left off by a "lazy" BIOS:
+options PCI_ENABLE_IO_MODES
#options PCI_QUIET #quiets PCI code on chipset settings
-#options PCI_ENABLE_IO_MODES #Enable pci resources left off by a "lazy BIOS"
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ad58203..a2a8e52c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1137,8 +1137,9 @@ device agp
# PCI options
#
+#Enable pci resources left off by a "lazy" BIOS:
+options PCI_ENABLE_IO_MODES
#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