Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2003 04:03:22 +0900 (JST)
From:      Ryuichiro Imura <imura@ryu16.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sos@FreeBSD.org
Subject:   kern/57969: MFC request for new ata Intel PCI id
Message-ID:  <200310131903.h9DJ3Mu9016536@redeye.xt.ryu16.org>
Resent-Message-ID: <200310131910.h9DJAHTV056272@freefall.freebsd.org>

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

>Number:         57969
>Category:       kern
>Synopsis:       MFC request for new ata Intel PCI id
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 12:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ryuichiro Imura
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD redeye.xt.ryu16.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #7: Sat Sep 20 20:44:42 JST 2003 root@vrs:/usr/obj/usr/src/sys/U1 i386


>Description:

Please add Intel ICH4 id which has been added to -current
since sys/dev/ata/ata-pci.h rev 1.10.

This chip is used in VAIO PCG-TR2E, and w/o this patch VAIO won't boot
unless typing `set hw.ata.ata_dma="0"' before system boot.


>How-To-Repeat:
>Fix:

Index: ata-dma.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-dma.c,v
retrieving revision 1.35.2.33
diff -u -r1.35.2.33 ata-dma.c
--- ata-dma.c	5 Sep 2003 07:29:10 -0000	1.35.2.33
+++ ata-dma.c	13 Oct 2003 18:01:01 -0000
@@ -217,6 +217,7 @@
     switch (chiptype) {
 
     case 0x24db8086:	/* Intel ICH5 */
+    case 0x24ca8086:	/* Intel ICH4 */
     case 0x24cb8086:	/* Intel ICH4 */
     case 0x248a8086:	/* Intel ICH3 mobile */ 
     case 0x248b8086:	/* Intel ICH3 */
Index: ata-pci.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-pci.c,v
retrieving revision 1.32.2.16
diff -u -r1.32.2.16 ata-pci.c
--- ata-pci.c	26 Aug 2003 11:32:57 -0000	1.32.2.16
+++ ata-pci.c	13 Oct 2003 18:01:09 -0000
@@ -146,6 +146,7 @@
     case 0x248b8086:
 	return "Intel ICH3 ATA100 controller";
 
+    case 0x24ca8086:
     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?200310131903.h9DJ3Mu9016536>