summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pc/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/pc/bios.h')
-rw-r--r--sys/i386/include/pc/bios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h
index 7a838b8..755877b 100644
--- a/sys/i386/include/pc/bios.h
+++ b/sys/i386/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 *);
OpenPOWER on IntegriCloud