svn commit: r267990 - projects/pmac_pmu/sys/powerpc/powermac

Justin Hibbits jhibbits at FreeBSD.org
Fri Jun 27 23:15:32 UTC 2014


Author: jhibbits
Date: Fri Jun 27 23:15:31 2014
New Revision: 267990
URL: http://svnweb.freebsd.org/changeset/base/267990

Log:
  bus_generic_suspend/bus_generic_resume() no longer apply.

Modified:
  projects/pmac_pmu/sys/powerpc/powermac/uninorthpci.c

Modified: projects/pmac_pmu/sys/powerpc/powermac/uninorthpci.c
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/uninorthpci.c	Fri Jun 27 23:12:24 2014	(r267989)
+++ projects/pmac_pmu/sys/powerpc/powermac/uninorthpci.c	Fri Jun 27 23:15:31 2014	(r267990)
@@ -86,8 +86,6 @@ static device_method_t	uninorth_methods[
 	/* Device interface */
 	DEVMETHOD(device_probe,		uninorth_probe),
 	DEVMETHOD(device_attach,	uninorth_attach),
-	DEVMETHOD(device_suspend,	bus_generic_suspend),
-	DEVMETHOD(device_resume,	bus_generic_resume),
 
 	/* pcib interface */
 	DEVMETHOD(pcib_read_config,	uninorth_read_config),


More information about the svn-src-projects mailing list