mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.
PR: kern/119515 Submitted by: Gavin Stone-Tolcher MFC after: 1 month
This commit is contained in:
parent
991eaf3af4
commit
f6a60feb6c
1 changed files with 6 additions and 0 deletions
|
|
@ -506,6 +506,12 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_4S, 0x18, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1393, 0x1043, 0xffff, 0,
|
||||
"Moxa Technologies, Smartio CP-104EL/PCIe",
|
||||
DEFAULT_RCLK * 8,
|
||||
PUC_PORT_4S, 0x18, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1393, 0x1141, 0xffff, 0,
|
||||
"Moxa Technologies, Industio CP-114",
|
||||
DEFAULT_RCLK * 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue