Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2005 14:44:48 +1000
From:      "Zarth Man" <zarthman@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   HP Proliant ML110 Adaptec 2610sa Serial Raid Driver Support
Message-ID:  <BAY102-F36CEB7A19A2A96348B1FF7D8220@phx.gbl>

next in thread | raw e-mail | index | archive | help
I am having a problem with a newly aquired server and its Adaptec 2610sa 
Raid Controller Card.

Using to onboard configuration I have made mirrored drives which have been 
verified but when I try installing FreeBSD 5.3 its days I have no drives to 
which it can install the operating system.

I did a little research and it seems that FreeBSD 5.3 does not support the 
Adaptec 2610sa Serial Raid Controller Drivers and cannot see the mirrored 
array.

Now I can accross this post where It looks like you can patch a file which 
enables the Adaptec 2610sa.

>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}

Now I was wondering how I would be able to make a set of boot floppies and 
or cd that can see the array and whether or not this patch actually will 
work.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY102-F36CEB7A19A2A96348B1FF7D8220>