From owner-freebsd-current@FreeBSD.ORG Thu Jan 5 19:30:05 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 547F7106578F; Thu, 5 Jan 2012 19:30:05 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id 09DC58FC49; Thu, 5 Jan 2012 19:30:03 +0000 (UTC) Received: by web (Postfix, from userid 143) id 4609FDC17A; Sun, 1 Jan 2012 00:12:27 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id B9BE1DC106 for ; Sun, 1 Jan 2012 00:12:24 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 97464160ED6; Sun, 1 Jan 2012 00:08:26 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 5D5DE10656B4; Sun, 1 Jan 2012 00:08:25 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D5221065677 for ; Sun, 1 Jan 2012 00:08:12 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id BB90B8FC14 for ; Sun, 1 Jan 2012 00:08:11 +0000 (UTC) Received: (qmail 29807 invoked by uid 89); 1 Jan 2012 00:10:40 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 1 Jan 2012 00:10:40 -0000 Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Dan Allen In-Reply-To: <20111231233152.GA54245@icarus.home.lan> Date: Sat, 31 Dec 2011 17:08:10 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <863B2CE2-BB30-4E67-8CB7-9BBFACB9A20A@airwired.net> References: <038588ED-E0E0-46F6-8E28-1926FBE28825@airwired.net> <70F3E6A6-762E-4C4F-B517-C386304DF85F@airwired.net> <8DF650FE-CE0D-4DA4-901C-B19269464F9C@airwired.net> <04292366-1297-488F-9239-98565828DDC8@airwired.net> <20111231233152.GA54245@icarus.home.lan> To: Jeremy Chadwick X-Mailer: Apple Mail (2.1251.1) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org X-Mailman-Approved-At: Thu, 05 Jan 2012 20:02:14 +0000 Cc: Garrett Cooper , mav@freebsd.org, freebsd-current@freebsd.org, List Mailing FreeBSD-STABLE Subject: Re: ACPI broke going from 8 to 9 X-BeenThere: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:05 -0000 On 31 Dec 2011, at 4:31 PM, Jeremy Chadwick wrote: > In the meantime: Dan, when you say in your original mail, "I just > upgraded my Dell OptiPlex GX270 from RELENG_8 to RELENG_9", can you > please provide uname -a output from the system when it was running > RELENG_8? I'm looking specifically for the exact time when the kernel > was built Almost every day I csup from RELENG_x and build. The traces of RELENG_8 = are gone, so no, unfortunately I cannot give you a uname -a from those = days. However, I have a build log file, and I see that I moved from RELENG_8 = to RELENG_9 on Friday, Dec 23, 2011. I csup'd at 12:24:26 MST and = discovered the failure at 15:41 MST. This "nooptions NEW_PCIB" fix does seem rather tenuous if it is not = documented. Wouldn't a better route be something like if (ACPI < 2.0) oldCode(); else newCodeForNewACPI(); so that it will always work for everyone without having to build a = special kernel? After all, I went from a working system to a hung = system which is not the best upgrade path... ;-) Dan _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"