@@ -2596,6 +2596,22 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
2596
2596
.init = pci_oxsemi_tornado_init ,
2597
2597
.setup = pci_oxsemi_tornado_setup ,
2598
2598
},
2599
+ {
2600
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2601
+ .device = 0x4026 ,
2602
+ .subvendor = PCI_ANY_ID ,
2603
+ .subdevice = PCI_ANY_ID ,
2604
+ .init = pci_oxsemi_tornado_init ,
2605
+ .setup = pci_oxsemi_tornado_setup ,
2606
+ },
2607
+ {
2608
+ .vendor = PCI_VENDOR_ID_INTASHIELD ,
2609
+ .device = 0x4021 ,
2610
+ .subvendor = PCI_ANY_ID ,
2611
+ .subdevice = PCI_ANY_ID ,
2612
+ .init = pci_oxsemi_tornado_init ,
2613
+ .setup = pci_oxsemi_tornado_setup ,
2614
+ },
2599
2615
{
2600
2616
.vendor = PCI_VENDOR_ID_INTEL ,
2601
2617
.device = 0x8811 ,
@@ -5489,6 +5505,20 @@ static const struct pci_device_id serial_pci_tbl[] = {
5489
5505
PCI_ANY_ID , PCI_ANY_ID ,
5490
5506
0 , 0 ,
5491
5507
pbn_oxsemi_1_15625000 },
5508
+ /*
5509
+ * Brainboxes XC-235
5510
+ */
5511
+ { PCI_VENDOR_ID_INTASHIELD , 0x4026 ,
5512
+ PCI_ANY_ID , PCI_ANY_ID ,
5513
+ 0 , 0 ,
5514
+ pbn_oxsemi_1_15625000 },
5515
+ /*
5516
+ * Brainboxes XC-475
5517
+ */
5518
+ { PCI_VENDOR_ID_INTASHIELD , 0x4021 ,
5519
+ PCI_ANY_ID , PCI_ANY_ID ,
5520
+ 0 , 0 ,
5521
+ pbn_oxsemi_1_15625000 },
5492
5522
5493
5523
/*
5494
5524
* Perle PCI-RAS cards
0 commit comments