lkml.org 
[lkml]   [2005]   [Aug]   [31]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 31 Aug 2005 07:37:41 -0400
FromBrett Russ <>
SubjectRe: [RFC][PATCH 2.6.13] Marvell SATA support (PIO mode)
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-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-08-31 13:44    [from the cache]
©2003-2008