kern/57969: MFC request for new ata Intel PCI id

Ryuichiro Imura imura at ryu16.org
Mon Oct 13 12:10:21 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list