Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci SUN X4140's version of this board. From FreeBSD.



details:   https://anonhg.NetBSD.org/src/rev/b20d31d7d1c6
branches:  trunk
changeset: 754643:b20d31d7d1c6
user:      is <is%NetBSD.org@localhost>
date:      Fri May 07 13:59:51 2010 +0000

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

diffstat:

 sys/dev/pci/aac_pci.c |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 216367468106 -r b20d31d7d1c6 sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c     Fri May 07 06:42:25 2010 +0000
+++ b/sys/dev/pci/aac_pci.c     Fri May 07 13:59:51 2010 +0000
@@ -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 *



Home | Main Index | Thread Index | Old Index