mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Add PCI BIOS function codes for IRQ routing fetch and route.
This commit is contained in:
parent
47460a23a0
commit
4bbbd5e215
2 changed files with 4 additions and 0 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue