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/amd64/include | |
| parent | 868d3ce781c1c1577c8169f24ce109fcda67f125 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/pc/bios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 755877b830ca..ae13bd418264 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/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 |
