From 22c3105dfabd7b712d92609b09a52568dd392d85 Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 19 Oct 2000 08:02:46 +0000 Subject: Add PCI BIOS function codes for IRQ routing fetch and route. --- sys/i386/include/pc/bios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386') 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 *); -- cgit v1.1