@@ -2727,6 +2727,22 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
2727
2727
.init = pci_oxsemi_tornado_init ,
2728
2728
.setup = pci_oxsemi_tornado_setup ,
2729
2729
},
2730
+ {
2731
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2732
+ .device = 0x4026 ,
2733
+ .subvendor = PCI_ANY_ID ,
2734
+ .subdevice = PCI_ANY_ID ,
2735
+ .init = pci_oxsemi_tornado_init ,
2736
+ .setup = pci_oxsemi_tornado_setup ,
2737
+ },
2738
+ {
2739
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2740
+ .device = 0x4021 ,
2741
+ .subvendor = PCI_ANY_ID ,
2742
+ .subdevice = PCI_ANY_ID ,
2743
+ .init = pci_oxsemi_tornado_init ,
2744
+ .setup = pci_oxsemi_tornado_setup ,
2745
+ },
2730
2746
{
2731
2747
.vendor = PCI_VENDOR_ID_INTEL ,
2732
2748
.device = 0x8811 ,
@@ -5615,6 +5631,20 @@ static const struct pci_device_id serial_pci_tbl[] = {
5615
5631
PCI_ANY_ID , PCI_ANY_ID ,
5616
5632
0 , 0 ,
5617
5633
pbn_oxsemi_1_15625000 },
5634
+ /*
5635
+ * Brainboxes XC-235
5636
+ */
5637
+ { PCI_VENDOR_ID_INTASHIELD , 0x4026 ,
5638
+ PCI_ANY_ID , PCI_ANY_ID ,
5639
+ 0 , 0 ,
5640
+ pbn_oxsemi_1_15625000 },
5641
+ /*
5642
+ * Brainboxes XC-475
5643
+ */
5644
+ { PCI_VENDOR_ID_INTASHIELD , 0x4021 ,
5645
+ PCI_ANY_ID , PCI_ANY_ID ,
5646
+ 0 , 0 ,
5647
+ pbn_oxsemi_1_15625000 },
5618
5648
5619
5649
/*
5620
5650
* Perle PCI-RAS cards
0 commit comments