svn commit: r198684 - head/sys/dev/aic7xxx
Christian Brueffer
brueffer at FreeBSD.org
Fri Oct 30 16:23:57 UTC 2009
Author: brueffer
Date: Fri Oct 30 16:23:56 2009
New Revision: 198684
URL: http://svn.freebsd.org/changeset/base/198684
Log:
Add support for Adaptec 39320LPE adapters.
PR: 124202
Submitted by: Andre Albsmeier <Andre.Albsmeier at siemens.com>
Reviewed by: gibbs
MFC after: 1 week
Modified:
head/sys/dev/aic7xxx/aic79xx_pci.c
Modified: head/sys/dev/aic7xxx/aic79xx_pci.c
==============================================================================
--- head/sys/dev/aic7xxx/aic79xx_pci.c Fri Oct 30 16:21:09 2009 (r198683)
+++ head/sys/dev/aic7xxx/aic79xx_pci.c Fri Oct 30 16:23:56 2009 (r198684)
@@ -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-head
mailing list