From cfec4f69d36749fbb4a065d390cd78063a60536e Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 30 Aug 2006 14:18:33 -0700 Subject: [PATCH] --- yaml --- r: 35011 b: refs/heads/master c: f19eaa7f53736449a6eac89c3863eca2c64d5913 h: refs/heads/master i: 35009: 7ed7df96e9173b025f1aba49f52e7618e3871fe8 35007: dbb6ba9922cf1b83096457c637dc49ffe3c84b3a v: v3 --- [refs] | 2 +- trunk/drivers/scsi/aic94xx/aic94xx_init.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4ea277ad25d2..2e2a3376dc4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bc229b3663dcd7d8f266cb13b0839efdee6d95b5 +refs/heads/master: f19eaa7f53736449a6eac89c3863eca2c64d5913 diff --git a/trunk/drivers/scsi/aic94xx/aic94xx_init.c b/trunk/drivers/scsi/aic94xx/aic94xx_init.c index 3ec2e46f80c6..69aa70887530 100644 --- a/trunk/drivers/scsi/aic94xx/aic94xx_init.c +++ b/trunk/drivers/scsi/aic94xx/aic94xx_init.c @@ -620,6 +620,8 @@ static int __devinit asd_pci_probe(struct pci_dev *dev, asd_ha->hw_prof.bios.present ? "build " : "not present", asd_ha->hw_prof.bios.bld); + shost->can_queue = asd_ha->seq.can_queue; + if (use_msi) pci_enable_msi(asd_ha->pcidev);