diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-11-05 10:12:36 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-11-05 10:12:36 +0000 |
commit | 39c5fc7992b2198b383c3128140d2aa7a570cb4f (patch) | |
tree | 7787b2039c4d7c61efa6894a86b7ec456bff0689 /sys/arch/socppc/include | |
parent | 91c1ee5caac56161f64d3142791b7d3aeea6d43e (diff) |
Add a stub for the new MD hook needed to handle ACPI Power Resources.
ok kettenis@
Diffstat (limited to 'sys/arch/socppc/include')
-rw-r--r-- | sys/arch/socppc/include/pci_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/socppc/include/pci_machdep.h b/sys/arch/socppc/include/pci_machdep.h index 2ba90f5d6ef..1871d23b1a1 100644 --- a/sys/arch/socppc/include/pci_machdep.h +++ b/sys/arch/socppc/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.1 2013/08/07 07:29:20 mpi Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.2 2013/11/05 10:12:35 mpi Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -99,5 +99,6 @@ struct ppc_pci_chipset { #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 pci_dev_postattach(a, b) |