From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 25 09:31:28 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716D116A41F for ; Mon, 25 Jul 2005 09:31:28 +0000 (GMT) (envelope-from david@okeby.com) Received: from mail.iinet.net.au (mail-02.iinet.net.au [203.59.3.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BAFD43D48 for ; Mon, 25 Jul 2005 09:31:27 +0000 (GMT) (envelope-from david@okeby.com) Received: (qmail 20885 invoked from network); 25 Jul 2005 09:31:25 -0000 Received: from unknown (HELO ?192.168.10.70?) (203.59.135.107) by mail.iinet.net.au with SMTP; 25 Jul 2005 09:31:25 -0000 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: <4E380CDC-5198-4658-86FA-B8C1CF942AE8@okeby.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-hackers@freebsd.org From: David Okeby Date: Mon, 25 Jul 2005 17:31:23 +0800 X-Mailer: Apple Mail (2.733) X-Mailman-Approved-At: Mon, 25 Jul 2005 12:22:26 +0000 Subject: aac_pci.c Patch (support for HP ML110 G2) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 09:31:28 -0000 This has been floating around on a google search for a while. Are there any plans to include it? It would be welcome functionality. I have tested it and it is working fine. Thanks Dave -- david@okeby.com > --- aac_pci.c.orig Mon Jul 25 20:11:34 2005 > +++ aac_pci.c Mon Jul 25 20:15:31 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, 0x028c, AAC_HWIF_RKT, 0, > "Adaptec SCSI RAID 2230S"}, > {0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,