From candy@kgc.co.jp  Mon Apr 18 01:51:12 2005
Return-Path: <candy@kgc.co.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 57EF716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Apr 2005 01:51:12 +0000 (GMT)
Received: from nsx.kgc.co.jp (nsx.kgc.co.jp [210.163.35.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id D8A4C43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Apr 2005 01:51:10 +0000 (GMT)
	(envelope-from candy@kgc.co.jp)
Received: (qmail 71666 invoked from network); 18 Apr 2005 10:51:09 +0900
Received: from ssm.kgc.co.jp (210.163.35.37)
  by nsx.kgc.co.jp with SMTP; 18 Apr 2005 10:51:09 +0900
Received: (qmail 50475 invoked from network); 18 Apr 2005 10:51:08 +0900
Received: from unknown (HELO xxx.kgc.co.jp) (172.30.2.3)
  by mail.kgc.co.jp with SMTP; 18 Apr 2005 10:51:08 +0900
Received: (qmail 62816 invoked by uid 10100); 18 Apr 2005 01:51:08 -0000
Message-Id: <20050418015108.62815.qmail@xxx.kgc.co.jp>
Date: 18 Apr 2005 01:51:08 -0000
From: <candy@kgc.co.jp>
Reply-To: <candy@kgc.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: support for HP ML110 G2 SATA RAID Controller
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80048
>Category:       kern
>Synopsis:       [aac] [patch] support for HP ML110 G2 SATA RAID Controller
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 02:00:28 GMT 2005
>Closed-Date:    Fri Dec 15 10:40:53 GMT 2006
>Last-Modified:  Fri Dec 15 10:40:53 GMT 2006
>Originator:     
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD xxx.kgc.co.jp 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Fri Mar 11 14:58:18 JST 2005 candy@xxx.kgc.co.jp:/usr/local/obj/usr/src/sys/XXX i386
	HP ProLiant ML110 G2 server SATA 6 port model
>Description:
	HP ProLiant ML110 G2 server SATA 6 port model has
	Adaptec 2610SA SATA RAID controller.
	Neither FreeBSD 5.3-RELEASE nor FreeBSD 4.11-RELEASE
	don't recognize it.
	Its pci informations are:
		vendor		0x9005
		device		0x0285
		sub_vendor	0x103c
		sub_device	0x3227

	The followind patch is to support this controller.
	----- dmesg ---
	aac0: <HP ML110 G2 (Adaptec 2610SA)> mem 0xd8000000-0xdbffffff irq 3 at device 3.0 on pci2
	aac0: Unknown processor 100MHz, 48MB cache memory, optional battery not installed
	aac0: Kernel 4.2-0, Build 7344, S/N c0b212
	aac0: Supported Options=3097c<WCACHE,DATA64,HOSTTIME,RAID50,WINDOW4GB,SOFTERR,ALARM>

>How-To-Repeat:

>Fix:

/sys/dev/aac/aac_pci.c diff

--- aac_pci.c.orig	Mon Apr 18 10:27:14 2005
+++ aac_pci.c	Mon Apr 18 10:28:41 2005
@@ -134,6 +134,8 @@
 	 "Adaptec SCSI RAID 2810SA"},
 	{0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
 	 "Adaptec SCSI RAID 21610SA"},
+	{0x9005, 0x0285, 0x103c, 0x3227, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
+	 "HP ML110 G2 (Adaptec 2610SA)"},
 	{0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,
 	 "Adaptec SCSI RAID 2130S"},
 	{0, 0, 0, 0, 0, 0, 0}

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: delphij 
State-Changed-When: Thu Dec 14 07:54:10 UTC 2006 
State-Changed-Why:  
Dear submitter, 

The problem you have mentioned was fixed on both -HEAD and 
RELENG_6 in August and September 2005.  Can we close this 
PR? 


Responsible-Changed-From-To: freebsd-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Thu Dec 14 07:54:10 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80048 
State-Changed-From-To: feedback->closed 
State-Changed-By: delphij 
State-Changed-When: Fri Dec 15 10:40:01 UTC 2006 
State-Changed-Why:  
Submitter has confirmed that this can be closed, as we got 
the support in September 2005. 

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