Module Name:    src
Committed By:   jmcneill
Date:           Fri Feb 18 22:54:27 UTC 2011

Modified Files:
        src/sys/dev/pci: aac_pci.c

Log Message:
add Adaptec RAID 3405


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/aac_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/aac_pci.c
diff -u src/sys/dev/pci/aac_pci.c:1.31 src/sys/dev/pci/aac_pci.c:1.32
--- src/sys/dev/pci/aac_pci.c:1.31	Fri May  7 13:59:51 2010
+++ src/sys/dev/pci/aac_pci.c	Fri Feb 18 22:54:27 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: aac_pci.c,v 1.31 2010/05/07 13:59:51 is Exp $	*/
+/*	$NetBSD: aac_pci.c,v 1.32 2011/02/18 22:54:27 jmcneill Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.31 2010/05/07 13:59:51 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.32 2011/02/18 22:54:27 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -353,6 +353,14 @@
 		0,
 		"IBM ServeRAID 8k"
 	},
+	{	PCI_VENDOR_ADP2,
+		PCI_PRODUCT_ADP2_ASR2200S,
+		PCI_VENDOR_ADP2,
+		PCI_PRODUCT_ADP2_3405,
+		AAC_HWIF_I960RX,
+		0,
+		"Adaptec RAID 3405"
+	},
 	{
 		PCI_VENDOR_DEC,
 		PCI_PRODUCT_DEC_21554,

Reply via email to