Jiri Slaby wrote:
MODULE_DEVICE_TABLE(pci, <http://localhost/lxr/ident?i=MODULE_DEVICE_TABLE>mv_pci_tbl); here for hotplug+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>
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-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [RFC][PATCH 2.6.13] Marvell SATA support (PIO mode)
- From: Brett Russ <[email protected]>
- Re: [RFC][PATCH 2.6.13] Marvell SATA support (PIO mode)
- From: Jiri Slaby <[email protected]>
- [RFC][PATCH 2.6.13] Marvell SATA support (PIO mode)
- Prev by Date: Re: [PATCH] Ext3 online resizing locking issue
- Next by Date: Re: [PATCH] custom PM support for 8250
- Previous by thread: Re: [RFC][PATCH 2.6.13] Marvell SATA support (PIO mode)
- Next by thread: Telecom Clock driver for MPCBL0010 ATCA compute blade.
- Index(es):