Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 20:22:59 -0600 (MDT)
From:      soralx@cydem.zp.ua
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/44257: fix for Intel ICH4 udma controllers
Message-ID:  <200210180222.g9I2MxcI000690@254.216-123-229-0.interbaun.com>

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

>Number:         44257
>Category:       kern
>Synopsis:       [PATCH] for Intel ICH4 udma controllers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 01:10:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     SorAlx
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
Cydem
>Environment:
System: FreeBSD 254.216-123-229-0.interbaun.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Tue Oct 8 23:30:02 MDT 2002 root@254.216-123-229-0.interbaun.com:/usr/src/sys/compile/GENERIC i386

Mainboard: Gigabyte GA-8HXP i850E+ICH4

>Description:
	No vendor/device ID in kernel for ICH4 PCI ATA100 controller (system
halts after trying to change UMDA mode or suspend)

>How-To-Repeat:
	don't do it :)
>Fix:
/usr/src/sys/dev/ata/ata-pci.c:
	case 0x248b8086:
		return "Intel ICH3 ATA100 controller";
+
	+case 0x24cb8086:
	+	return "Intel 82801DB (ICH4) UltraATA/100 EIDE Controller";

/usr/src/sys/dev/ata-dma.c:
	+case 0x24cb8086:    /* Intel ICH4 */
	case 0x248a8086:    /* Intel ICH3 mobile */
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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