mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.
PR: kern/160895 Submitted by: Konstantin V. Krotov MFC after: 1 week
This commit is contained in:
parent
2aae05baee
commit
a6a646124b
1 changed files with 7 additions and 0 deletions
|
|
@ -733,6 +733,13 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
* <URL:http://www.startech.com>
|
||||
*/
|
||||
|
||||
{ 0x1415, 0xc138, 0xffff, 0,
|
||||
"Oxford Semiconductor OXPCIe952 UARTs",
|
||||
DEFAULT_RCLK * 0x22,
|
||||
PUC_PORT_NONSTANDARD, 0x10, 0, -1,
|
||||
.config_function = puc_config_oxford_pcie
|
||||
},
|
||||
|
||||
{ 0x1415, 0xc158, 0xffff, 0,
|
||||
"Oxford Semiconductor OXPCIe952 UARTs",
|
||||
DEFAULT_RCLK * 0x22,
|
||||
|
|
|
|||
Loading…
Reference in a new issue