diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-21 21:36:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-21 21:36:41 +0000 |
commit | 37f056dae990e0fb13cbb7886555f06c440959dd (patch) | |
tree | 993cf395668293c560936fc64eded0923f28d4a4 /sys/arch/landisk/include | |
parent | 268eac02e72b98479d50556f721c8c445a2e4e0f (diff) |
Add pci_intr_map_msi() stub.
Diffstat (limited to 'sys/arch/landisk/include')
-rw-r--r-- | sys/arch/landisk/include/pci_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/landisk/include/pci_machdep.h b/sys/arch/landisk/include/pci_machdep.h index 589fadae742..74847e3ab52 100644 --- a/sys/arch/landisk/include/pci_machdep.h +++ b/sys/arch/landisk/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.5 2010/12/04 17:06:31 miod Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.6 2011/05/21 21:36:39 kettenis Exp $ */ /* $NetBSD: pci_machdep.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /* @@ -75,6 +75,7 @@ void landisk_pci_conf_interrupt(void *v, int bus, int dev, int pin, landisk_pci_attach_hook(pa, self, pba) #define pci_intr_map(pa, ihp) \ landisk_pci_intr_map(pa, ihp) +#define pci_intr_map_msi(pa, ihp) (-1) #define pci_intr_string(v, ih) \ landisk_pci_intr_string(v, ih) #define pci_intr_establish(v, ih, level, ih_fun, ih_arg, ih_name) \ |