diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-10-19 08:02:46 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-10-19 08:02:46 +0000 |
| commit | 4bbbd5e2158c495a6ad34edb2c5ff988d76074a8 (patch) | |
| tree | bad3c5aa4105d561212a01c0d689c0eee0d3d95f /sys/amd64/include/pc | |
| parent | 47460a23a071ad057084bacadf7e2da5f7089a4c (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/pc')
| -rw-r--r-- | sys/amd64/include/pc/bios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 7a838b8cb055..755877b830ca 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -213,6 +213,8 @@ struct bios_args { #define PCIBIOS_WRITE_CONFIG_BYTE 0xb10b #define PCIBIOS_WRITE_CONFIG_WORD 0xb10c #define PCIBIOS_WRITE_CONFIG_DWORD 0xb10d +#define PCIBIOS_GET_IRQ_ROUTING 0xb10e +#define PCIBIOS_ROUTE_INTERRUPT 0xb10f extern int bios16(struct bios_args *, char *, ...); extern int bios16_call(struct bios_regs *, char *); |
