mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Refine r264257; given that I later on decided to nuke the wildcard for
the Sunix 0x1999 line of chips there actually is no need to explicitly keep puc(4) from attaching to the single port version anymore.
This commit is contained in:
parent
201b1ccc22
commit
bdc8dbd208
1 changed files with 0 additions and 7 deletions
|
|
@ -988,13 +988,6 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
.config_function = puc_config_syba
|
||||
},
|
||||
|
||||
/* Prevent puc(4) from attaching, directly use uart(4) instead. */
|
||||
{ 0x1fd4, 0x1999, 0x1fd4, 0x0001,
|
||||
"Sunix SER5xxxx 1-port serial",
|
||||
DEFAULT_RCLK * 8,
|
||||
PUC_PORT_1S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
{ 0x1fd4, 0x1999, 0x1fd4, 0x0002,
|
||||
"Sunix SER5xxxx 2-port serial",
|
||||
DEFAULT_RCLK * 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue