aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-10-25 11:46:54 +0000
committerBruce Evans <bde@FreeBSD.org>2001-10-25 11:46:54 +0000
commitc797ab47abb176ebd7410bec26993f69a903c42f (patch)
tree7c22e55b151ca81eee1caad4674a96798b0d1794 /sys/i386
parent9261e27a5b186214f862b0c915335cdaff0c91e4 (diff)
downloadsrc-c797ab47abb176ebd7410bec26993f69a903c42f.tar.gz
src-c797ab47abb176ebd7410bec26993f69a903c42f.zip
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".
Notes
Notes: svn path=/head/; revision=85482
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ad58203befa4..a2a8e52c7d9f 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"
#####################################################################