Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/dev/pci Pull up revision 1.14 (requested by martti in...
details: https://anonhg.NetBSD.org/src/rev/64760399a7ed
branches: netbsd-3
changeset: 575279:64760399a7ed
user: tron <tron%NetBSD.org@localhost>
date: Thu Apr 07 11:30:06 2005 +0000
description:
Pull up revision 1.14 (requested by martti in ticket #116):
Added support for Dell CERC SATA RAID 1.5/6ch
diffstat:
sys/dev/pci/aac_pci.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 8e072aca7512 -r 64760399a7ed sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c Thu Apr 07 11:22:04 2005 +0000
+++ b/sys/dev/pci/aac_pci.c Thu Apr 07 11:30:06 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aac_pci.c,v 1.12 2005/03/01 03:31:45 briggs Exp $ */
+/* $NetBSD: aac_pci.c,v 1.12.2.1 2005/04/07 11:30:06 tron 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.12 2005/03/01 03:31:45 briggs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.12.2.1 2005/04/07 11:30:06 tron 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,
Home |
Main Index |
Thread Index |
Old Index