Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Added support for Dell CERC SATA RAID 1.5/6ch
details: https://anonhg.NetBSD.org/src/rev/1e9abbf63219
branches: trunk
changeset: 580051:1e9abbf63219
user: martti <martti%NetBSD.org@localhost>
date: Wed Apr 06 15:48:15 2005 +0000
description:
Added support for Dell CERC SATA RAID 1.5/6ch
diffstat:
distrib/notes/i386/hardware | 4 +++-
sys/dev/pci/aac_pci.c | 13 +++++++++++--
sys/dev/pci/pcidevs | 3 ++-
3 files changed, 16 insertions(+), 4 deletions(-)
diffs (69 lines):
diff -r 5b0a1b4662e3 -r 1e9abbf63219 distrib/notes/i386/hardware
--- a/distrib/notes/i386/hardware Wed Apr 06 13:58:40 2005 +0000
+++ b/distrib/notes/i386/hardware Wed Apr 06 15:48:15 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hardware,v 1.118 2005/03/07 11:31:31 tron Exp $
+.\" $NetBSD: hardware,v 1.119 2005/04/06 15:48:15 martti Exp $
.
.Nx \*V
runs on ISA (AT-Bus), EISA, MCA, PCI, and VL-bus systems
@@ -584,6 +584,8 @@
PERC 4/SC
.It
PERC 4e/Si
+.It
+CERC 1.5
.bullet)
.It
DPT SCSI RAID boards (ISA [*], EISA and PCI)
diff -r 5b0a1b4662e3 -r 1e9abbf63219 sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c Wed Apr 06 13:58:40 2005 +0000
+++ b/sys/dev/pci/aac_pci.c Wed Apr 06 15:48:15 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aac_pci.c,v 1.13 2005/03/19 10:29:39 tron Exp $ */
+/* $NetBSD: aac_pci.c,v 1.14 2005/04/06 15:48:16 martti 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.13 2005/03/19 10:29:39 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.14 2005/04/06 15:48:16 martti Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -237,6 +237,15 @@
},
{
PCI_VENDOR_ADP2,
+ PCI_PRODUCT_ADP2_ASR2200S,
+ PCI_VENDOR_DELL,
+ PCI_PRODUCT_DELL_CERC_1_5,
+ AAC_HWIF_I960RX,
+ AAC_QUIRK_NO4GB,
+ "Dell CERC SATA RAID 1.5/6ch"
+ },
+ {
+ PCI_VENDOR_ADP2,
PCI_PRODUCT_ADP2_AAC2622,
PCI_VENDOR_ADP2,
PCI_PRODUCT_ADP2_AAC2622,
diff -r 5b0a1b4662e3 -r 1e9abbf63219 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs Wed Apr 06 13:58:40 2005 +0000
+++ b/sys/dev/pci/pcidevs Wed Apr 06 15:48:15 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.704 2005/03/24 13:17:08 tron Exp $
+$NetBSD: pcidevs,v 1.705 2005/04/06 15:48:16 martti Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1388,6 +1388,7 @@
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
+product DELL CERC_1_5 0x0291 CERC SATA RAID 1.5/6ch
/* Delta products */
product DELTA 8139 0x1360 8139 Ethernet
Home |
Main Index |
Thread Index |
Old Index