From owner-svn-src-projects@FreeBSD.ORG Fri Jun 27 23:15:32 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0623AE9D; Fri, 27 Jun 2014 23:15:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8206282F; Fri, 27 Jun 2014 23:15:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RNFV3D070037; Fri, 27 Jun 2014 23:15:31 GMT (envelope-from jhibbits@svn.freebsd.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RNFV1s070036; Fri, 27 Jun 2014 23:15:31 GMT (envelope-from jhibbits@svn.freebsd.org) Message-Id: <201406272315.s5RNFV1s070036@svn.freebsd.org> From: Justin Hibbits Date: Fri, 27 Jun 2014 23:15:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r267990 - projects/pmac_pmu/sys/powerpc/powermac X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 23:15:32 -0000 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),