gdth pci ids

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?
-
: 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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux