kern/80048: support for HP ML110 G2 SATA RAID Controller

candy at kgc.co.jp candy at kgc.co.jp
Sun Apr 17 19:00:29 PDT 2005


>Number:         80048
>Category:       kern
>Synopsis:       support for HP ML110 G2 SATA RAID Controller
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 02:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list