i386/59701: System hungup, after resume from suspend.
Yoshisuke Kato
katton at palette.plala.or.jp
Wed Nov 26 03:30:27 PST 2003
>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 at 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:
More information about the freebsd-i386
mailing list