Hi Matthew,
Thanks for your reply.
I've tried this, but the driver still does not seem to recognize the
card. Any other idea's?
Kind regards,
Sander
At 14:08 9-6-2006, Matthew Wilcox wrote:
On Fri, Jun 09, 2006 at 01:20:57PM +0200, Sander van Beek - Elexis wrote:
> I recently got two qla2312f-v2 cards from ebay. These are dual 2gbit
> fibre channel hba's for a pci-x bus. The qlogic site says this type
> is a HP OEM card and it is not sold directly by qlogic.
> I tried to get them working on a slackware 10.2 system with the
> latest stable 2.6 kernel. However, the qla2xxx driver does not see
> the card. My dmesg only shows this line:
>
> Jun 9 11:09:27 clust1 kernel: QLogic Fibre Channel HBA Driver
>
> This is how the card shows up in my /proc/pci:
>
> Bus 2, device 1, function 1:
> Class 0c04: PCI device 1077:8000 (rev 1).
> IRQ 255.
> Prefetchable 32 bit memory at 0x40000000 [0x403fffff].
>
> Can anyone supply me with some hints what could be wrong, or what I
> should do to get them working?
I'd try adding the PCI IDs to the driver and see what happened next.
Something like:
+++ drivers/scsi/qla2xxx/ql2300.c 9 Jun 2006 12:08:21 -0000
@@ -64,6 +64,13 @@ static struct pci_device_id qla2300_pci_
},
{
.vendor = PCI_VENDOR_ID_QLOGIC,
+ .device = 0x8000,
+ .subvendor = PCI_ANY_ID,
+ .subdevice = PCI_ANY_ID,
+ .driver_data = (unsigned long)&qla_board_tbl[1],
+ },
+ {
+ .vendor = PCI_VENDOR_ID_QLOGIC,
.device = PCI_DEVICE_ID_QLOGIC_ISP6312,
.subvendor = PCI_ANY_ID,
.subdevice = PCI_ANY_ID,
-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.3/359 - Release Date: 8-6-2006
Met vriendelijke groet,
Sander van Beek
---------------------------------------
Ing. S. van Beek
Elexis
Marketing 9
6921 RE Duiven
Tel: +31 (0)26 7110329
Mob: +31 (0)6 28395109
Fax: +31 (0)318 611112
Email: sander@xxxxxxxxx
Web: http://www.elexis.nl
-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html