mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add an entry for the SIIG Quartet Serial 850 which uses an Oxford
chip with a non-default clock. PR: kern/147583 MFC after: 1 week
This commit is contained in:
parent
2701a1b7a1
commit
30ced0d8ea
1 changed files with 6 additions and 0 deletions
|
|
@ -638,6 +638,12 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_4S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1415, 0x9501, 0x131f, 0x2052,
|
||||
"SIIG Quartet Serial 850",
|
||||
DEFAULT_RCLK * 10,
|
||||
PUC_PORT_4S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1415, 0x9501, 0x14db, 0x2150,
|
||||
"Kuroutoshikou SERIAL4P-LPPCI2",
|
||||
DEFAULT_RCLK * 10,
|
||||
|
|
|
|||
Loading…
Reference in a new issue