Module Name:    src
Committed By:   riz
Date:           Sat Nov 20 20:56:46 UTC 2010

Modified Files:
        src/sys/dev/pci [netbsd-5]: aac_pci.c

Log Message:
Pull up following revision(s) (requested by is in ticket #1394):
        sys/dev/pci/aac_pci.c: revision 1.31
SUN X4140's version of this board. From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.25.8.1 -r1.25.8.2 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.25.8.1 src/sys/dev/pci/aac_pci.c:1.25.8.2
--- src/sys/dev/pci/aac_pci.c:1.25.8.1	Thu Jan  8 21:51:10 2009
+++ src/sys/dev/pci/aac_pci.c	Sat Nov 20 20:56:46 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: aac_pci.c,v 1.25.8.1 2009/01/08 21:51:10 snj Exp $	*/
+/*	$NetBSD: aac_pci.c,v 1.25.8.2 2010/11/20 20:56:46 riz 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.25.8.1 2009/01/08 21:51:10 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.25.8.2 2010/11/20 20:56:46 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -398,6 +398,14 @@
 		0,
 		"HP NetRAID-4M"
 	},
+	{	0x9005,
+		0x0285,
+		0x108e,
+		0x286,
+		AAC_HWIF_I960RX,
+		0,
+		"SG-XPCIESAS-R-IN"
+	},
 };
 
 static const struct aac_ident *

Reply via email to