summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-11-05 10:12:36 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-11-05 10:12:36 +0000
commit39c5fc7992b2198b383c3128140d2aa7a570cb4f (patch)
tree7787b2039c4d7c61efa6894a86b7ec456bff0689 /sys/arch/hppa64
parent91c1ee5caac56161f64d3142791b7d3aeea6d43e (diff)
Add a stub for the new MD hook needed to handle ACPI Power Resources.
ok kettenis@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/pci_machdep.h3
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 5275051e3a5..53aaf52bae8 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.10 2012/09/04 19:35:54 kettenis Exp $ */
+/* $OpenBSD: pci_machdep.h,v 1.11 2013/11/05 10:12:35 mpi Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -82,6 +82,7 @@ struct hppa64_pci_chipset_tag {
#define pci_probe_device_hook(c, a) (0)
#define pci_min_powerstate(c, t) (PCI_PMCSR_STATE_D3)
+#define pci_set_powerstate_md(c, t, s, p)
#define pciide_machdep_compat_intr_establish(a, b, c, d, e) (NULL)
#define pciide_machdep_compat_intr_disestablish(a, b) ((void)(a), (void)(b))