Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2003 20:24:25 +0900 (JST)
From:      Yoshisuke Kato <katton@palette.plala.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        katton@palette.plala.or.jp
Subject:   i386/59701: System hungup, after resume from suspend.
Message-ID:  <200311261124.hAQBOPE2077496@tiger.msa.co.jp>
Resent-Message-ID: <200311261130.hAQBUMst043701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59701
>Category:       i386
>Synopsis:       System hungup, after resume from suspend.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 26 03:30:21 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311261124.hAQBOPE2077496>