Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 23:15:31 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r267990 - projects/pmac_pmu/sys/powerpc/powermac
Message-ID:  <201406272315.s5RNFV1s070036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406272315.s5RNFV1s070036>