From owner-freebsd-current@FreeBSD.ORG Thu Mar 26 17:39:55 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id D15551065674; Thu, 26 Mar 2009 17:39:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Sam Leffler Date: Thu, 26 Mar 2009 13:39:28 -0400 User-Agent: KMail/1.6.2 References: <1236802980.00085518.1236789602@10.7.7.3> <200903261304.47702.jkim@FreeBSD.org> <49CBB689.7020400@freebsd.org> In-Reply-To: <49CBB689.7020400@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200903261339.47425.jkim@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: [HEADSUP] amd64 suspend/resume code to be comitted [more successes] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 17:40:01 -0000 On Thursday 26 March 2009 01:08 pm, Sam Leffler wrote: > Jung-uk Kim wrote: > > On Thursday 26 March 2009 12:24 pm, Sam Leffler wrote: > >> FWIW I've tried this on 2 amd64 laptops w/ fairly good success. > >> Both are running HEAD as of yesterday and have latest ports > >> builds. > >> > >> Intel T61P (SMP) running gnome2 suspends+resumes with > >> hw.acpi.reset_video=1. I had to restart moused on resume to get > >> the touchpad back but usb did not come back (usbconfig shows the > >> hubs but no devices and devices do not enumerate on re-attach). > > > > Some touchpads require reinitialization while resuming. See > > sys/dev/atkbdc/psm.c and look for PSM_CONFIG_HOOKRESUME and > > PSM_CONFIG_INITAFTERSUSPEND flags and some code arround > > PSM_RESETAFTERSUSPEND. usb2 stack seems to have resuming issues > > but I didn't care much about it because the stack itself is a > > moving target ATM. ;-) > > Right, forgot about those tweaks. I just wish all these little > knobs could be captured in some form so users could just say "I've > got an xyz laptop" and have the right thing happen instead of > having to google for everyone's experimental findings. Yes, it would be nice. :-( > >> HP6125 (UP) running kde4 suspends+resumes w/o any tweaks. USB > >> came back on this machine but the touchpad did not (haven't > >> tried restarting moused yet). Some devices didn't restore; e.g. > >> an ath card in the cardbus slot didn't reappear. > > > > You know who to prod, don't you? :-P > > Actually ath resumes fine on T4x i386 UP systems for me so I think > this more likely cardbus. That's what I meant, actually. It could be generic PCI driver, too. Sorry for more little tweaks but you may try "hw.pci.do_power_nodriver" and "hw.pci.do_power_resume" tunables. Jung-uk Kim