Module Name:    src
Committed By:   is
Date:           Fri May  7 13:59:52 UTC 2010

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

Log Message:
SUN X4140's version of this board. From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/sys/dev/pci/aac_pci.c:1.31
--- src/sys/dev/pci/aac_pci.c:1.30	Thu Nov 26 15:17:08 2009
+++ src/sys/dev/pci/aac_pci.c	Fri May  7 13:59:51 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: aac_pci.c,v 1.30 2009/11/26 15:17:08 njoly Exp $	*/
+/*	$NetBSD: aac_pci.c,v 1.31 2010/05/07 13:59:51 is 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.30 2009/11/26 15:17:08 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.31 2010/05/07 13:59:51 is 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