mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.
Submitted by: Andrew R. Reiter arr@watson.org
This commit is contained in:
parent
0fb56449d6
commit
ae4da68827
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85457
@ -66,6 +66,7 @@ options WITNESS #Enable mutex checks to detects deadlocks and cycles
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
@ -1138,6 +1138,7 @@ device agp
|
||||
# PCI options
|
||||
#
|
||||
#options PCI_QUIET #quiets PCI code on chipset settings
|
||||
#options PCI_ENABLE_IO_MODES #Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -107,6 +107,8 @@ PSM_HOOKRESUME opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
||||
PCI_ENABLE_IO_MODES opt_pci.h
|
||||
|
||||
PCIC_RESUME_RESET opt_pcic.h
|
||||
|
||||
ATKBD_DFLT_KEYMAP opt_atkbd.h
|
||||
|
@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
#include "opt_bus.h"
|
||||
#include "opt_pci.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -66,6 +66,7 @@ options WITNESS #Enable mutex checks to detects deadlocks and cycles
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
@ -1138,6 +1138,7 @@ device agp
|
||||
# PCI options
|
||||
#
|
||||
#options PCI_QUIET #quiets PCI code on chipset settings
|
||||
#options PCI_ENABLE_IO_MODES #Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user