Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci PR 17719 from Mark Davies: Additional Adaptec RA...
details: https://anonhg.NetBSD.org/src/rev/35492e745aea
branches: trunk
changeset: 534750:35492e745aea
user: ad <ad%NetBSD.org@localhost>
date: Fri Aug 02 12:44:42 2002 +0000
description:
PR 17719 from Mark Davies: Additional Adaptec RAID controller types.
diffstat:
sys/dev/pci/aac_pci.c | 31 +++++++++++++++++++++++++++++--
sys/dev/pci/pcidevs | 6 +++++-
2 files changed, 34 insertions(+), 3 deletions(-)
diffs (77 lines):
diff -r 43471dd75f34 -r 35492e745aea sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c Fri Aug 02 12:29:36 2002 +0000
+++ b/sys/dev/pci/aac_pci.c Fri Aug 02 12:44:42 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aac_pci.c,v 1.2 2002/05/15 14:15:17 augustss Exp $ */
+/* $NetBSD: aac_pci.c,v 1.3 2002/08/02 12:44:43 ad Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.2 2002/05/15 14:15:17 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.3 2002/08/02 12:44:43 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -190,6 +190,33 @@
0,
"Dell PERC 3/Di"
},
+ {
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3,
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3_SUB,
+ AAC_HWIF_I960RX,
+ 0,
+ "Dell PERC 3/Di"
+ },
+ {
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3,
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3_SUB2,
+ AAC_HWIF_I960RX,
+ 0,
+ "Dell PERC 3/Di"
+ },
+ {
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3,
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_PERC_3DI_3_SUB3,
+ AAC_HWIF_I960RX,
+ 0,
+ "Dell PERC 3/Di"
+ },
{
PCI_VENDOR_DELL,
PCI_PRODUCT_DELL_PERC_3SI,
diff -r 43471dd75f34 -r 35492e745aea sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs Fri Aug 02 12:29:36 2002 +0000
+++ b/sys/dev/pci/pcidevs Fri Aug 02 12:44:42 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.458 2002/07/31 11:16:17 bouyer Exp $
+$NetBSD: pcidevs,v 1.459 2002/08/02 12:44:42 ad Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1143,11 +1143,15 @@
product DELL PERC_3SI 0x0003 PERC 3/Si
product DELL PERC_3SI_2 0x0004 PERC 3/Si
product DELL PERC_3DI_2 0x0008 PERC 3/Di
+product DELL PERC_3DI_3 0x000a PERC 3/Di
product DELL PERC_3SI 0x0003 PERC 3/Si
product DELL PERC_3DI_2_SUB 0x00cf PERC 3/Di
product DELL PERC_3SI_2_SUB 0x00d0 PERC 3/Si
product DELL PERC_3DI_SUB2 0x00d1 PERC 3/Di
product DELL PERC_3DI_SUB3 0x00d9 PERC 3/Di
+product DELL PERC_3DI_3_SUB 0x0106 PERC 3/Di
+product DELL PERC_3DI_3_SUB2 0x011b PERC 3/Di
+product DELL PERC_3DI_3_SUB3 0x0121 PERC 3/Di
/* Delta products */
product DELTA 8139 0x1360 8139 Ethernet
Home |
Main Index |
Thread Index |
Old Index