mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add the VScom PCI-100L card.
PR: kern/72352 Submitted by: Thomas Nystrom
This commit is contained in:
parent
0dc908e79c
commit
46ce58c7f6
1 changed files with 6 additions and 0 deletions
|
|
@ -626,6 +626,12 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_2S, 0x10, 4, 0,
|
||||
},
|
||||
|
||||
{ 0x14d2, 0x8010, 0xffff, 0,
|
||||
"VScom PCI-100L",
|
||||
DEFAULT_RCLK * 8,
|
||||
PUC_PORT_1S, 0x14, 0, 0,
|
||||
},
|
||||
|
||||
{ 0x14d2, 0x8020, 0xffff, 0,
|
||||
"VScom PCI-200L",
|
||||
DEFAULT_RCLK * 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue