From kato@tiger.msa.co.jp  Wed Nov 26 03:24:31 2003
Return-Path: <kato@tiger.msa.co.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8ACF616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Nov 2003 03:24:31 -0800 (PST)
Received: from tiger.msa.co.jp (usen-219x123x91x125.ap-US.usen.ad.jp [219.123.91.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 242E143F93
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Nov 2003 03:24:28 -0800 (PST)
	(envelope-from kato@tiger.msa.co.jp)
Received: from tiger.msa.co.jp (localhost [127.0.0.1])
	by tiger.msa.co.jp (8.12.9p2/8.12.8) with ESMTP id hAQBOQo2077497;
	Wed, 26 Nov 2003 20:24:26 +0900 (JST)
	(envelope-from kato@tiger.msa.co.jp)
Received: (from kato@localhost)
	by tiger.msa.co.jp (8.12.9p2/8.12.9/Submit) id hAQBOPE2077496;
	Wed, 26 Nov 2003 20:24:25 +0900 (JST)
Message-Id: <200311261124.hAQBOPE2077496@tiger.msa.co.jp>
Date: Wed, 26 Nov 2003 20:24:25 +0900 (JST)
From: Yoshisuke Kato <katton@palette.plala.or.jp>
Reply-To: Yoshisuke Kato <katton@palette.plala.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: katton@palette.plala.or.jp
Subject: System hungup, after resume from suspend.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59701
>Category:       i386
>Synopsis:       System hungup, after resume from suspend.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 26 03:30:21 PST 2003
>Closed-Date:    Fri Jun 15 10:42:09 GMT 2007
>Last-Modified:  Fri Jun 15 10:42:09 GMT 2007
>Originator:     Yoshisuke Kato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD X31 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Nov 25 18:13:57 JST 2003 root@X31:/usr/obj/usr/src/sys/X31 i386

	ThinkPad X31 (2672-B2J)

>Description:
	System Hung-up, after resume from suspended.

>How-To-Repeat:
	APM enable.
	zzz or close LCD and suspend.
	resume by press Fn key or open LCD.
	LED of HDD lights up and hungup.
>Fix:

/sys/dev/ata

--- ata-dma.c.org       Tue Oct 28 18:56:20 2003
+++ ata-dma.c   Tue Nov 25 16:37:25 2003
@@ -218,6 +218,7 @@ ata_dmainit(struct ata_device *atadev, i
 
     case 0x24db8086:   /* Intel ICH5 */
     case 0x24d18086:   /* Intel ICH5 SATA */
+    case 0x24ca8086:   /* Intel ICH4 mobile */
     case 0x24cb8086:   /* Intel ICH4 */
     case 0x248a8086:   /* Intel ICH3 mobile */ 
     case 0x248b8086:   /* Intel ICH3 */
--- ata-pci.c.org       Tue Oct 28 18:56:21 2003
+++ ata-pci.c   Tue Nov 25 16:36:31 2003
@@ -146,6 +146,9 @@ ata_pci_match(device_t dev)
     case 0x248b8086:
        return "Intel ICH3 ATA100 controller";
 
+    case 0x24ca8086:
+       return "Intel ICH4-M ATA100 controller";
+
     case 0x24cb8086:
        return "Intel ICH4 ATA100 controller";

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: remko 
State-Changed-When: Mon Sep 11 11:19:05 UTC 2006 
State-Changed-Why:  
Hello, 

A lot of work had been done in this region over the past period 
of time, and this problem might have been solved already.  Can 
you look into FreeBSD 6.1 and tell me whether it is solved or 
not so that we can look further if needed? 


Responsible-Changed-From-To: freebsd-i386->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon Sep 11 11:19:05 UTC 2006 
Responsible-Changed-Why:  
Grab the PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59701 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 15 10:41:57 UTC 2007 
State-Changed-Why:  
Feedback timeout (> 6 months). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59701 
>Unformatted:
