Subject: kern/17719: Additional Adaptec RAID controller types
To: None <gnats-bugs@gnats.netbsd.org>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-bugs
Date: 07/26/2002 01:25:46
>Number: 17719
>Category: kern
>Synopsis: Additional Adaptec RAID controller types
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Jul 25 06:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Mark Davies
>Release: NetBSD 1.6D
>Organization:
Dept. of Comp. Sci., Victoria Uni. of Wellington, New Zealand.
>Environment:
System: NetBSD city-art.mcs.vuw.ac.nz 1.6D NetBSD 1.6D (MCS_WORKSTATION) #1: Tue Jul 23 14:19:33 NZST 2002 mark@turakirae.mcs.vuw.ac.nz:/src/work/src/sys/arch/i386/compile/MCS_WORKSTATION i386
Architecture: i386
Machine: i386
>Description:
Following patch (from OpenBSD) adds the Dell PERC 3/Di as found in a Dell
PowerEdge 1650 to the aac driver.
Index: pcidevs
===================================================================
RCS file: /src/cvs/netbsd/syssrc/sys/dev/pci/pcidevs,v
retrieving revision 1.453
diff -u -r1.453 pcidevs
--- pcidevs 2002/07/12 22:26:32 1.453
+++ pcidevs 2002/07/22 12:02:10
@@ -1142,11 +1142,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
Index: aac_pci.c
===================================================================
RCS file: /src/cvs/netbsd/syssrc/sys/dev/pci/aac_pci.c,v
retrieving revision 1.2
diff -u -r1.2 aac_pci.c
--- aac_pci.c 2002/05/15 14:15:17 1.2
+++ aac_pci.c 2002/07/22 12:09:14
@@ -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,
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: