Jiri Slaby wrote:
+static struct pci_device_id mv_pci_tbl[] = {
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_508x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5081), 0, 0, chip_508x},
+
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6040), 0, 0, chip_604x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6041), 0, 0, chip_604x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6080), 0, 0, chip_608x},
+    {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6081), 0, 0, chip_608x},
+    {}            /* terminate list */
+};
<http://localhost/lxr/ident?i=MODULE_DEVICE_TABLE>

MODULE_DEVICE_TABLE(pci, <http://localhost/lxr/ident?i=MODULE_DEVICE_TABLE>mv_pci_tbl); here for hotplug

Thanks Jiri,

All the MODULE_ stuff is at the bottom of the file, including MODULE_DEVICE_TABLE. What inserted those URLs?

BR
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to