View | Details | Raw Unified | Return to bug 36716
Collapse All | Expand All

(-)src/sys/conf/options (+1 lines)
Lines 386-391 Link Here
386
MSGBUF_SIZE		opt_msgbuf.h
386
MSGBUF_SIZE		opt_msgbuf.h
387
387
388
# PCI related options
388
# PCI related options
389
PCI_ENABLE_IO_MODES	opt_pci.h
389
PCI_QUIET		opt_pci.h
390
PCI_QUIET		opt_pci.h
390
391
391
# NFS options
392
# NFS options
(-)src/sys/i386/conf/LINT (+2 lines)
Lines 1780-1785 Link Here
1780
1780
1781
# PCI options
1781
# PCI options
1782
#
1782
#
1783
#Enable pci resources left off by a "lazy" BIOS:
1784
options		PCI_ENABLE_IO_MODES
1783
#options 	PCI_QUIET	#quiets PCI code on chipset settings
1785
#options 	PCI_QUIET	#quiets PCI code on chipset settings
1784
1786
1785
1787
(-)src/sys/pci/pci.c (+1 lines)
Lines 28-33 Link Here
28
 */
28
 */
29
29
30
#include "opt_bus.h"
30
#include "opt_bus.h"
31
#include "opt_pci.h"
31
32
32
#include "opt_simos.h"
33
#include "opt_simos.h"

Return to bug 36716