From owner-cvs-src-old@FreeBSD.ORG Thu Apr 2 00:24:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 173CE10657D1 for ; Thu, 2 Apr 2009 00:24:06 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEF7C8FC19 for ; Thu, 2 Apr 2009 00:24:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n320O5aL022448 for ; Thu, 2 Apr 2009 00:24:05 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n320O5lx022447 for cvs-src-old@freebsd.org; Thu, 2 Apr 2009 00:24:05 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <200904020024.n320O5lx022447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Thu, 2 Apr 2009 00:23:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica acpi_switch.S acpi_wakecode.S acpi_wakeup.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 00:24:06 -0000 jkim 2009-04-02 00:23:56 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_switch.S acpi_wakecode.S acpi_wakeup.c Log: SVN rev 190635 on 2009-04-02 00:23:56Z by jkim Chase GDT layout changes and unbreak suspend/resume on amd64. Revision Changes Path 1.3 +10 -0 src/sys/amd64/acpica/acpi_switch.S 1.3 +8 -0 src/sys/amd64/acpica/acpi_wakecode.S 1.25 +0 -18 src/sys/amd64/acpica/acpi_wakeup.c