mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the Sunix SUN1889-based dual parallel port card.
PR: kern/128219 Submitted by: Thinker K.F. Li <thinker at branda dot to>
This commit is contained in:
parent
c7a5ac775b
commit
13ae6dce6d
1 changed files with 6 additions and 0 deletions
|
|
@ -585,6 +585,12 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_4S, 0x10, 4, 0,
|
||||
},
|
||||
|
||||
{ 0x1409, 0x7268, 0xffff, 0,
|
||||
"Sunix SUN1888",
|
||||
0,
|
||||
PUC_PORT_2P, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1409, 0x7168, 0xffff, 0,
|
||||
NULL,
|
||||
DEFAULT_RCLK * 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue