svn commit: r198972 - stable/6/sys/dev/aic7xxx
Christian Brueffer
brueffer at FreeBSD.org
Fri Nov 6 07:02:16 UTC 2009
Author: brueffer
Date: Fri Nov 6 07:02:16 2009
New Revision: 198972
URL: http://svn.freebsd.org/changeset/base/198972
Log:
MFC: r198684
Add support for Adaptec 39320LPE adapters.
Modified:
stable/6/sys/dev/aic7xxx/aic79xx_pci.c
Directory Properties:
stable/6/sys/ (props changed)
stable/6/sys/conf/ (props changed)
stable/6/sys/contrib/pf/ (props changed)
stable/6/sys/dev/cxgb/ (props changed)
Modified: stable/6/sys/dev/aic7xxx/aic79xx_pci.c
==============================================================================
--- stable/6/sys/dev/aic7xxx/aic79xx_pci.c Fri Nov 6 06:57:03 2009 (r198971)
+++ stable/6/sys/dev/aic7xxx/aic79xx_pci.c Fri Nov 6 07:02:16 2009 (r198972)
@@ -89,6 +89,7 @@ ahd_compose_id(u_int device, u_int vendo
#define ID_AHA_39320D_B 0x801C900500419005ull
#define ID_AHA_39320D_HP 0x8011900500AC0E11ull
#define ID_AHA_39320D_B_HP 0x801C900500AC0E11ull
+#define ID_AHA_39320LPE 0x8017900500459005ull
#define ID_AIC7902_PCI_REV_A4 0x3
#define ID_AIC7902_PCI_REV_B0 0x10
#define SUBID_HP 0x0E11
@@ -204,6 +205,12 @@ struct ahd_pci_identity ahd_pci_ident_ta
"Adaptec (HP OEM) 39320D Ultra320 SCSI adapter",
ahd_aic7902_setup
},
+ {
+ ID_AHA_39320LPE,
+ ID_ALL_MASK,
+ "Adaptec 39320LPE Ultra320 SCSI adapter",
+ ahd_aic7902_setup
+ },
/* Generic chip probes for devices we don't know 'exactly' */
{
ID_AIC7901 & ID_9005_GENERIC_MASK,
More information about the svn-src-stable
mailing list