diff options
author | Salyzyn, Mark <mark_salyzyn@adaptec.com> | 2006-12-05 14:37:30 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-05 14:17:17 -0600 |
commit | d32adcb85c74fd81963714689842993e7014515f (patch) | |
tree | 47a154ddb381cba3ac7c8fb50fc6ccdb73c6e353 /drivers/scsi/aic7xxx/aic79xx_osm_pci.c | |
parent | febb631c11d450473a1648a4b808ab3bb9f139cb (diff) | |
download | blackbird-obmc-linux-d32adcb85c74fd81963714689842993e7014515f.tar.gz blackbird-obmc-linux-d32adcb85c74fd81963714689842993e7014515f.zip |
[SCSI] aic79xx: Add ASC-29320LPE ids to driver
Simple patch to add the new PCIe version of the 29320 card.
Signed-off: Mark Salyzyn <Mark_Salyzyn@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx_osm_pci.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_osm_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c b/drivers/scsi/aic7xxx/aic79xx_osm_pci.c index 2001fe890e71..1a3ab6aa856b 100644 --- a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c +++ b/drivers/scsi/aic7xxx/aic79xx_osm_pci.c @@ -62,6 +62,7 @@ static struct pci_device_id ahd_linux_pci_id_table[] = { /* aic7901 based controllers */ ID(ID_AHA_29320A), ID(ID_AHA_29320ALP), + ID(ID_AHA_29320LPE), /* aic7902 based controllers */ ID(ID_AHA_29320), ID(ID_AHA_29320B), |