From owner-freebsd-acpi@freebsd.org Mon Feb 22 16:31:01 2016 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46069AB1FE7 for ; Mon, 22 Feb 2016 16:31:01 +0000 (UTC) (envelope-from Scoobi_doo@yahoo.com) Received: from nm37-vm4.bullet.mail.bf1.yahoo.com (nm37-vm4.bullet.mail.bf1.yahoo.com [72.30.238.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01B1E116A for ; Mon, 22 Feb 2016 16:31:00 +0000 (UTC) (envelope-from Scoobi_doo@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1456158517; bh=jCrDmKm9LROJ4DGAEdd8taq9DdcK7OrgTGIQxsaLtDg=; h=Subject:References:To:From:Date:In-Reply-To:From:Subject; b=oGwasafGy5QAbzKjqKhJAEGTh6/lPjsRXvGkmKUCqfGTBv51W0WavBNf5aGsOyMMs5f83kKDYO5N+KBYFSCda+onwrFMD1v8f+BamYkgvnINZp1Uh+f7XWrnPKra9YTTqZsUvy3LmF2ma4fa/vNSBgUsrJrukXTnAo84jHVsnZmIpoIcQtTYkiZAtaCOGoc4i9DOdpQqNFGig3POabYxszmdflZmm15Y04PzPQmJP4T2smsYznSH7z3+G28d1TpjHUL4haRIa3Fp//Tvgv7Q6YcBftpvDGC3lXI87Gzl3hQFrwvP40LVo+IzhtzDdeMxrT8CiGQ3azP2pgSrAvCe2A== Received: from [66.196.81.171] by nm37.bullet.mail.bf1.yahoo.com with NNFMP; 22 Feb 2016 16:28:37 -0000 Received: from [98.139.213.15] by tm17.bullet.mail.bf1.yahoo.com with NNFMP; 22 Feb 2016 16:28:37 -0000 Received: from [127.0.0.1] by smtp115.mail.bf1.yahoo.com with NNFMP; 22 Feb 2016 16:28:37 -0000 X-Yahoo-Newman-Id: 814749.70449.bm@smtp115.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: bsjP5eYVM1mKZYWHykR4LNNXcaa5G8XvRl8TDx6lOw06Pms mkB9cVe_cJfEy1WsE308_76XjaB3FdK1iA4q5.cY.u_3Kj5t9ha.NFw2xKqV _yk.hcuK.io2ByTEkFi0gxskSkEX22QcDBiOo_j57JUqvZhNh5y4PCUj3aeq JbWoPwIjQUGq8j1kS0VXvT_lBrhqVExIaFciyagFVxSBBC._a2oaOLbT_l8J bvfk02JYoFpMhX8MpZSDPTBChTZ7VnMRCIpUeTYQwup2kDYUe8uSYo3NH_Yr KbkMxoHdBnJj2LfCTovr8UbUmmRWVPteGy6IPX3xKWCeY2Pi00dHxrp47sUF kpWHSMAIH1OfaybnXnSTux9NNiGaT_N8FXtVstLoapi8ib0rISyRaHtau_M6 JvygIJWMBYK1_hxVFLFjZQV0sDLPG.KmYXDAbkC.FhYxHjsFawQUwx.v1AJG NTYnjJ1rYCndX4LDfs3YGdPWO1Cmnficp304_VWm.DpXXiil_q0XIoZjm4P4 OtQmDbvMqS3_9DeTDBx9oTTiUyuNYrW2jLw-- X-Yahoo-SMTP: 9sPoSQ2swBBlERuQ.0vs8XLc_MeClW0- Subject: Re: ACPI CMOS and HP laptops References: <56C7AD45.3070408@yahoo.com> <20160220233336.U51785@sola.nimnet.asn.au> <56C86F4D.6000700@yahoo.com> To: Ian Smith , freebsd-acpi@freebsd.org From: Anthony Jenkins Message-ID: <56CB3731.9080002@yahoo.com> Date: Mon, 22 Feb 2016 11:28:33 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56C86F4D.6000700@yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 16:31:01 -0000 On 02/20/2016 08:51 AM, Anthony Jenkins via freebsd-acpi wrote: > On 02/20/2016 07:38 AM, Ian Smith wrote: >> On Fri, 19 Feb 2016 19:03:17 -0500, Anthony Jenkins via freebsd-acpi >> wrote: >> >> Hi Anthony, It's been nearly 11 months, I see. Never realized it's been that long - I was just happy to have fixed something in FreeBSD that works for me, and relatively few have complained about a missing ACPI RTC/CMOS handler. Since I recently lost the original HP laptop, purchased a new one and found the same problem, I had to resurrect this stuff. >> > Just got another HP laptop and it also needs support for the ACPI >> CMOS device >> > to suspend/resume, power down, etc. Simple enough to plop my >> patch into my >> > -CURRENT tree and get it working. So what again do I need to do >> to get this >> > committed to -CURRENT? >> >> Is there a PR with your latest patch? Does it apply also to stable/10? >> >> cheers, Ian > It should... I don't think the CMOS/RTC code has changed in ages. > > Good point, I'll file a PR and stick both versions of my patch in it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419 -- Anthony Jenkins