diff options
| author | is <is@NetBSD.org> | 2010-05-07 13:59:51 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2010-05-07 13:59:51 +0000 |
| commit | 4fd593c13fcc898423f150a7cde5b5ee8fa5401c (patch) | |
| tree | bcd17be9eb98e9eb0d04919c9b3259226ab1b391 /sys/dev | |
| parent | 29d7dc5cb2babc1f1008a91d55fbba38b74463f4 (diff) | |
SUN X4140's version of this board. From FreeBSD.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/aac_pci.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c index a60fc47b7b3..c797f2945ff 100644 --- a/sys/dev/pci/aac_pci.c +++ b/sys/dev/pci/aac_pci.c @@ -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 @@ static struct aac_ident { 0, "HP NetRAID-4M" }, + { 0x9005, + 0x0285, + 0x108e, + 0x286, + AAC_HWIF_I960RX, + 0, + "SG-XPCIESAS-R-IN" + }, }; static const struct aac_ident * |
