mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Add support for SIIG Cyber Serial Dual PCI 16C850
Submitted by: David Boyd David.Boyd@insightbb.com Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
655f934b78
commit
0dfbbace0d
1 changed files with 6 additions and 0 deletions
|
|
@ -737,6 +737,12 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_2S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1415, 0x950a, 0x131f, 0x2032,
|
||||
"SIIG Cyber Serial Dual PCI 16C850",
|
||||
DEFAULT_RCLK * 10,
|
||||
PUC_PORT_4S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1415, 0x950a, 0xffff, 0,
|
||||
"Oxford Semiconductor OX16PCI954 UARTs",
|
||||
DEFAULT_RCLK,
|
||||
|
|
|
|||
Loading…
Reference in a new issue