diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-21 21:04:30 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-21 21:04:30 +0000 |
commit | d06ca42ca99b87a5825f37c4a0de1d024531969d (patch) | |
tree | 85be21d8df073dd5f11431ae3792e16008580545 /sys/arch/hppa64/include | |
parent | 7fcef736583405ca94cc7c13849561b554e1bbd7 (diff) |
Add pci_intr_map_msi() stub.
Diffstat (limited to 'sys/arch/hppa64/include')
-rw-r--r-- | sys/arch/hppa64/include/pci_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/pci_machdep.h b/sys/arch/hppa64/include/pci_machdep.h index c7936ee9db8..fb2db437faa 100644 --- a/sys/arch/hppa64/include/pci_machdep.h +++ b/sys/arch/hppa64/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:04:29 kettenis Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -71,6 +71,7 @@ struct hppa64_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)) |