All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: achim_leubner@adaptec.com
Cc: linux-scsi@vger.kernel.org
Subject: gdth pci ids
Date: Sun, 11 Sep 2005 17:00:18 +0200	[thread overview]
Message-ID: <20050911150018.GA13784@lst.de> (raw)

GDTH still isn't converted to proper pci probing APIs, which means it's
not hot-pluggable and installers need to do more work than nessecary.

There are various PCI IDs listen in the driver, but also an odd loop:

for (device = PCI_DEVICE_ID_VORTEX_GDT6x17RP;
     device <= PCI_DEVICE_ID_VORTEX_GDTMAXRP; ++device)
	gdth_search_dev(pcistr, &cnt, PCI_VENDOR_ID_VORTEX, device);

PCI_DEVICE_ID_VORTEX_GDT6x17RP has a numeric value of 0x100 and
PCI_DEVICE_ID_VORTEX_GDTMAXRP has a numeric value of 0x2ff.  There's
PCI ID defines for various number in that space, but by far not all.
Would an ID table that just lists the IDs with symbolic names in gdth.h
find all adapters or do we need to add more of them?

                 reply	other threads:[~2005-09-11 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050911150018.GA13784@lst.de \
    --to=hch@lst.de \
    --cc=achim_leubner@adaptec.com \
    --cc=linux-scsi@vger.kernel.org \
    /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.