* gdth pci ids
@ 2005-09-11 15:00 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2005-09-11 15:00 UTC (permalink / raw)
To: achim_leubner; +Cc: linux-scsi
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?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-11 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-11 15:00 gdth pci ids Christoph Hellwig
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.