|
@@ -4797,6 +4797,12 @@ static struct pci_device_id serial_pci_tbl[] = {
|
|
|
PCI_VENDOR_ID_IBM, 0x0299,
|
|
|
0, 0, pbn_b0_bt_2_115200 },
|
|
|
|
|
|
+ /*
|
|
|
+ * other NetMos 9835 devices are most likely handled by the
|
|
|
+ * parport_serial driver, check drivers/parport/parport_serial.c
|
|
|
+ * before adding them here.
|
|
|
+ */
|
|
|
+
|
|
|
{ PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9901,
|
|
|
0xA000, 0x1000,
|
|
|
0, 0, pbn_b0_1_115200 },
|