All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Sander van Beek - Elexis <sander@elexis.nl>
Cc: linux-scsi@vger.kernel.org
Subject: Re: qlogic qla2312f-v2 (hp oem?)
Date: Fri, 9 Jun 2006 06:08:53 -0600	[thread overview]
Message-ID: <20060609120853.GL1651@parisc-linux.org> (raw)
In-Reply-To: <7.0.1.0.0.20060609132026.025d7098@elexis.nl>

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,


  reply	other threads:[~2006-06-09 12:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-09 11:20 qlogic qla2312f-v2 (hp oem?) Sander van Beek - Elexis
2006-06-09 12:08 ` Matthew Wilcox [this message]
2006-06-14  7:50   ` Sander van Beek - Elexis
2006-06-14 22:45     ` Andrew Vasquez
2006-06-14 22:48 ` Andrew Vasquez
2006-06-15 11:20   ` sander
2006-06-15 15:17     ` Andrew Patterson
2006-06-15 15:24       ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060609120853.GL1651@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sander@elexis.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.