summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-10-19 08:02:46 +0000
committermsmith <msmith@FreeBSD.org>2000-10-19 08:02:46 +0000
commit22c3105dfabd7b712d92609b09a52568dd392d85 (patch)
treecf695bc9cd9e9207038194203b46d540d6670af4 /sys/i386
parent9c993b44d071ddf8586d4213d0c379530a097851 (diff)
downloadFreeBSD-src-22c3105dfabd7b712d92609b09a52568dd392d85.zip
FreeBSD-src-22c3105dfabd7b712d92609b09a52568dd392d85.tar.gz
Add PCI BIOS function codes for IRQ routing fetch and route.
Diffstat (limited to 'sys/i386')
-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