summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx/aic94xx_sds.c
diff options
context:
space:
mode:
authorSergey Kononenko2006-10-15 02:12:08 +0200
committerJames Bottomley2006-10-26 00:13:27 +0200
commit3fc2aef5227dda464560a3fdafc9f4c7ce10210f (patch)
tree59f501130a51e412ff031be0265338439071018f /drivers/scsi/aic94xx/aic94xx_sds.c
parent[SCSI] ibmvscsi: correctly reenable CRQ (diff)
downloadkernel-qcow2-linux-3fc2aef5227dda464560a3fdafc9f4c7ce10210f.tar.gz
kernel-qcow2-linux-3fc2aef5227dda464560a3fdafc9f4c7ce10210f.tar.xz
kernel-qcow2-linux-3fc2aef5227dda464560a3fdafc9f4c7ce10210f.zip
[SCSI] aic94xx: Supermicro motherboards support
Add PCI id. Plus correct for possibly missing resistor that can cause FLASHEX to have the wrong value. Signed-off-by: Sergey Kononenko <sergk@sergk.org.ua> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_sds.c')
-rw-r--r--drivers/scsi/aic94xx/aic94xx_sds.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_sds.c b/drivers/scsi/aic94xx/aic94xx_sds.c
index 83574b5b4e69..de7c04d4254d 100644
--- a/drivers/scsi/aic94xx/aic94xx_sds.c
+++ b/drivers/scsi/aic94xx/aic94xx_sds.c
@@ -630,10 +630,6 @@ static int asd_flash_getid(struct asd_ha_struct *asd_ha)
reg = asd_read_reg_dword(asd_ha, EXSICNFGR);
- if (!(reg & FLASHEX)) {
- ASD_DPRINTK("flash doesn't exist\n");
- return -ENOENT;
- }
if (pci_read_config_dword(asd_ha->pcidev, PCI_CONF_FLSH_BAR,
&asd_ha->hw_prof.flash.bar)) {
asd_printk("couldn't read PCI_CONF_FLSH_BAR of %s\n",