From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 02:00:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87CA9677 for ; Tue, 18 Dec 2012 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3538FC13 for ; Tue, 18 Dec 2012 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBI201tS078500 for ; Tue, 18 Dec 2012 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBI201od078496; Tue, 18 Dec 2012 02:00:01 GMT (envelope-from gnats) Date: Tue, 18 Dec 2012 02:00:01 GMT Message-Id: <201212180200.qBI201od078496@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: KAHO Toshikazu Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KAHO Toshikazu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 02:00:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: KAHO Toshikazu To: Andriy Gapon Cc: bug-followup@freebsd.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 10:54:04 +0900 Hello, and thanks for your work. >Could you please try the following patch? >I suspect that it might not be sufficient, I am working on some >additional changes. The patched kernel dosen't solve the problem. On waking up, the machine hangs with LCD backlight on, but it shows nothing. Power off is all that I can do. Each revision (r243764 or r227309) of io_apic.c with the patch makes the machine hangs. The machine can wake up with io_apic.c reverted to r227309 and without the patch. -- kaho@elam.kais.kyoto-u.ac.jp