|
@@ -602,6 +602,10 @@ static int pci_netmos_init(struct pci_dev *dev)
|
|
/* subdevice 0x00PS means <P> parallel, <S> serial */
|
|
/* subdevice 0x00PS means <P> parallel, <S> serial */
|
|
unsigned int num_serial = dev->subsystem_device & 0xf;
|
|
unsigned int num_serial = dev->subsystem_device & 0xf;
|
|
|
|
|
|
|
|
+ if (dev->subsystem_vendor == PCI_VENDOR_ID_IBM &&
|
|
|
|
+ dev->subsystem_device == 0x0299)
|
|
|
|
+ return 0;
|
|
|
|
+
|
|
if (num_serial == 0)
|
|
if (num_serial == 0)
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
return num_serial;
|
|
return num_serial;
|
|
@@ -3096,6 +3100,10 @@ static struct pci_device_id serial_pci_tbl[] = {
|
|
0,
|
|
0,
|
|
pbn_b0_8_115200 },
|
|
pbn_b0_8_115200 },
|
|
|
|
|
|
|
|
+ { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835,
|
|
|
|
+ PCI_VENDOR_ID_IBM, 0x0299,
|
|
|
|
+ 0, 0, pbn_b0_bt_2_115200 },
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* These entries match devices with class COMMUNICATION_SERIAL,
|
|
* These entries match devices with class COMMUNICATION_SERIAL,
|
|
* COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL
|
|
* COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL
|