@@ -2687,6 +2687,22 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
2687
2687
.init = pci_oxsemi_tornado_init ,
2688
2688
.setup = pci_oxsemi_tornado_setup ,
2689
2689
},
2690
+ {
2691
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2692
+ .device = 0x4026 ,
2693
+ .subvendor = PCI_ANY_ID ,
2694
+ .subdevice = PCI_ANY_ID ,
2695
+ .init = pci_oxsemi_tornado_init ,
2696
+ .setup = pci_oxsemi_tornado_setup ,
2697
+ },
2698
+ {
2699
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2700
+ .device = 0x4021 ,
2701
+ .subvendor = PCI_ANY_ID ,
2702
+ .subdevice = PCI_ANY_ID ,
2703
+ .init = pci_oxsemi_tornado_init ,
2704
+ .setup = pci_oxsemi_tornado_setup ,
2705
+ },
2690
2706
{
2691
2707
.vendor = PCI_VENDOR_ID_INTEL ,
2692
2708
.device = 0x8811 ,
@@ -5575,6 +5591,20 @@ static const struct pci_device_id serial_pci_tbl[] = {
5575
5591
PCI_ANY_ID , PCI_ANY_ID ,
5576
5592
0 , 0 ,
5577
5593
pbn_oxsemi_1_15625000 },
5594
+ /*
5595
+ * Brainboxes XC-235
5596
+ */
5597
+ { PCI_VENDOR_ID_INTASHIELD , 0x4026 ,
5598
+ PCI_ANY_ID , PCI_ANY_ID ,
5599
+ 0 , 0 ,
5600
+ pbn_oxsemi_1_15625000 },
5601
+ /*
5602
+ * Brainboxes XC-475
5603
+ */
5604
+ { PCI_VENDOR_ID_INTASHIELD , 0x4021 ,
5605
+ PCI_ANY_ID , PCI_ANY_ID ,
5606
+ 0 , 0 ,
5607
+ pbn_oxsemi_1_15625000 },
5578
5608
5579
5609
/*
5580
5610
* Perle PCI-RAS cards
0 commit comments