>> [pbn_b0_1_115200] = {
>> .flags = FL_BASE0,
>> .num_ports = 1,
>> @@ -2199,6 +2216,11 @@ static struct pci_device_id serial_pci_tbl[] = {
>> { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_1077,
>> PCI_ANY_ID, PCI_ANY_ID, 0, 0,
>> pbn_b2_4_921600 },
>> + /* PDR */
>> + { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050,
>> + PCI_VENDOR_ID_PLX,
>> + PCI_SUBDEVICE_ID_PDR, 0, 0,
>> + pbn_plx_pdr },
>> { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050,
>> PCI_SUBVENDOR_ID_KEYSPAN,
>> PCI_SUBDEVICE_ID_KEYSPAN_SX2, 0, 0,
>> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
>> index 9b940e6..17a01b1 100644
>> --- a/include/linux/pci_ids.h
>> +++ b/include/linux/pci_ids.h
>> @@ -966,6 +966,8 @@
>> #define PCI_DEVICE_ID_PLX_9080 0x9080
>> #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001
>>
>> +#define PCI_SUBDEVICE_ID_PDR 0x1584
>> +
>> #define PCI_VENDOR_ID_MADGE 0x10b6
>> #define PCI_DEVICE_ID_MADGE_MK2 0x0002
>>
>> --
>> 1.5.5.1
>>
>> --
>> 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/
>>
>