diff options
Diffstat (limited to 'sys/arch/hppa/include/pci_machdep.h')
-rw-r--r-- | sys/arch/hppa/include/pci_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pci_machdep.h b/sys/arch/hppa/include/pci_machdep.h index 73362683c44..3f3c60fdfc1 100644 --- a/sys/arch/hppa/include/pci_machdep.h +++ b/sys/arch/hppa/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.7 2010/12/04 17:06:31 miod Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.8 2011/05/21 21:36:17 kettenis Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -80,6 +80,7 @@ struct hppa_pci_chipset_tag { (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v)) #define pci_intr_map(p, ihp) \ (*(p)->pa_pc->pc_intr_map)((p), (ihp)) +#define pci_intr_map_msi(p, ihp) (-1) #define pci_intr_line(c, ih) (ih) #define pci_intr_string(c, ih) \ (*(c)->pc_intr_string)((c)->_cookie, (ih)) |