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".
This commit is contained in:
Bruce Evans 2001-10-25 11:46:54 +00:00
parent 9261e27a5b
commit c797ab47ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85482
2 changed files with 4 additions and 2 deletions

View file

@ -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"
#####################################################################

View file

@ -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"
#####################################################################