From 3ae1b5c128566be609716798774958aff76eb988 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 25 Oct 2001 11:46:54 +0000 Subject: 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". --- sys/conf/NOTES | 3 ++- sys/i386/conf/NOTES | 3 ++- 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" ##################################################################### -- cgit v1.1