From imura@ryu16.org  Mon Oct 13 12:03:28 2003
Return-Path: <imura@ryu16.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9587D16A4BF; Mon, 13 Oct 2003 12:03:28 -0700 (PDT)
Received: from mail.ryu16.org (YahooBB219005044050.bbtec.net [219.5.44.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C64FD43FBD; Mon, 13 Oct 2003 12:03:23 -0700 (PDT)
	(envelope-from imura@ryu16.org)
Received: from redeye.xt.ryu16.org (localhost [127.0.0.1])
	by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id h9DJ3Mwj016537;
	Tue, 14 Oct 2003 04:03:22 +0900 (JST)
	(envelope-from imura@redeye.xt.ryu16.org)
Received: (from imura@localhost)
	by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id h9DJ3Mu9016536;
	Tue, 14 Oct 2003 04:03:22 +0900 (JST)
	(envelope-from imura)
Message-Id: <200310131903.h9DJ3Mu9016536@redeye.xt.ryu16.org>
Date: Tue, 14 Oct 2003 04:03:22 +0900 (JST)
From: Ryuichiro Imura <imura@ryu16.org>
Reply-To: Ryuichiro Imura <imura@ryu16.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sos@freebsd.org
Subject: MFC request for new ata Intel PCI id
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57969
>Category:       kern
>Synopsis:       MFC request for new ata Intel PCI id
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sos
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 12:10:17 PDT 2003
>Closed-Date:    Wed Dec 31 10:05:48 PST 2003
>Last-Modified:  Wed Dec 31 10:05:48 PST 2003
>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:
Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: kris 
Responsible-Changed-When: Thu Oct 16 23:24:31 PDT 2003 
Responsible-Changed-Why:  
Assign to ata maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57969 
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Wed Dec 31 10:05:26 PST 2003 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57969 
>Unformatted:
