From owner-freebsd-mobile@FreeBSD.ORG Thu Mar 22 22:58:56 2012 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D79F2106566C; Thu, 22 Mar 2012 22:58:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1D48FC12; Thu, 22 Mar 2012 22:58:56 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so2302413pbc.13 for ; Thu, 22 Mar 2012 15:58:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lGmH2Sxpc24f9H/IBFAjxheqNpM9bbC0VcLTSUo4X6M=; b=0yTsx0YtdLsjS5AQHvwcQhlx7q519HkqRxTxZF8KxqRWT/4DBdC3vF4UWbmXyj3W23 QeMMW/dw4QU5y+OdRson8N7RdG1GKbesO4VwmWwT4lH+eqj1HWhJWT4evC9xfjPlwvLh d+af+g6N9qAxSnGIqxIRWBXSPxhyM+FWgQ7NLcBWb0rILhflKOcHTuMBqF1hjkKV0hPH 5FVcY6q/m7RPcNWgLptWNXavUaJZ5KqgoEaaTN1WZM1lteLOWSy79MWWnC5rvHfOpita QM/80tvsOonCTem8Zl/LHLN4Yv9DuM8n/7QUYKvNaNAEslVrUtp6suIaGEVCbNzqtoq3 UZTg== MIME-Version: 1.0 Received: by 10.68.212.228 with SMTP id nn4mr9775112pbc.68.1332457136192; Thu, 22 Mar 2012 15:58:56 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Thu, 22 Mar 2012 15:58:56 -0700 (PDT) In-Reply-To: <4F6A313B.4030606@FreeBSD.org> References: <86k42hd155.wl%gnn@neville-neil.com> <86k42egt8h.wl%gnn@neville-neil.com> <4F6A313B.4030606@FreeBSD.org> Date: Thu, 22 Mar 2012 15:58:56 -0700 X-Google-Sender-Auth: ZTxoJzVT_aJ5rFqRXUx4hDrfEUA Message-ID: From: Adrian Chadd To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: gnn@freebsd.org, "freebsd-mobile@freebsd.org" Subject: Re: On the road with HEAD X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 22:58:56 -0000 Hi, I know my T60 suspend/resume doesn't work. I will try to load a minimal set of drivers (read: no ethernet/wireless, no usb, not using X, etc) and report how it goes. I'd like to get suspend/resume working on these T60s so I can fix ath(4) suspend/resume as well as sleep and power saving modes. Apparently there are patches somewhere to address ACPI sleep issues with SMP hardware? Does anyone know about these? adrian