diff options
author | Warner Losh <imp@FreeBSD.org> | 2001-08-21 07:53:37 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2001-08-21 07:53:37 +0000 |
commit | 0b9427de889bc68aae100716e5bfc737842c200a (patch) | |
tree | 3887aa3a169df8479d492495fe80c564795a9325 /sys/i386/include/pc/bios.h | |
parent | 868d3ce781c1c1577c8169f24ce109fcda67f125 (diff) | |
download | src-0b9427de889bc68aae100716e5bfc737842c200a.tar.gz src-0b9427de889bc68aae100716e5bfc737842c200a.zip |
The general conesnsus on irc was that pci bios for config registers
and such was just a bad idea and one that users should be forced to
enable if they want it. This patch introduces a hw.pci.enable_pcibios
tunable for those people. This does not impact the pcibios interrupt
routing at all.
Approved by: peter, msmith
Notes
Notes:
svn path=/head/; revision=82035
Diffstat (limited to 'sys/i386/include/pc/bios.h')
-rw-r--r-- | sys/i386/include/pc/bios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h index 755877b830ca..ae13bd418264 100644 --- a/sys/i386/include/pc/bios.h +++ b/sys/i386/include/pc/bios.h @@ -207,6 +207,7 @@ struct bios_args { /* * PCI BIOS functions */ +#define PCIBIOS_BIOS_PRESENT 0xb101 #define PCIBIOS_READ_CONFIG_BYTE 0xb108 #define PCIBIOS_READ_CONFIG_WORD 0xb109 #define PCIBIOS_READ_CONFIG_DWORD 0xb10a |