From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 04:44:49 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D43A16A4CE for ; Wed, 27 Apr 2005 04:44:49 +0000 (GMT) Received: from hotmail.com (bay102-f36.bay102.hotmail.com [64.4.61.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id E983243D60 for ; Wed, 27 Apr 2005 04:44:48 +0000 (GMT) (envelope-from zarthman@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 26 Apr 2005 21:44:48 -0700 Message-ID: Received: from 64.4.61.200 by by102fd.bay102.hotmail.msn.com with HTTP; Wed, 27 Apr 2005 04:44:48 GMT X-Originating-IP: [64.4.61.200] X-Originating-Email: [zarthman@hotmail.com] X-Sender: zarthman@hotmail.com From: "Zarth Man" To: freebsd-questions@freebsd.org Date: Wed, 27 Apr 2005 14:44:48 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 27 Apr 2005 04:44:48.0786 (UTC) FILETIME=[D7C34F20:01C54AE3] Subject: HP Proliant ML110 Adaptec 2610sa Serial Raid Driver Support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 04:44:49 -0000 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.