mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the four PUC serial interfaces found on IBM SurePOS 300
series POS terminals. MFC after: 3 days Submitted by: Marc Balmer <marc at msys.ch>
This commit is contained in:
parent
3c33df624c
commit
63fbf5047e
1 changed files with 11 additions and 0 deletions
|
|
@ -233,6 +233,17 @@ const struct puc_cfg puc_pci_devices[] = {
|
|||
PUC_PORT_4S, 0x10, 0, 8,
|
||||
},
|
||||
|
||||
/*
|
||||
* IBM SurePOS 300 Series (481033H) serial ports
|
||||
* Details can be found on the IBM RSS websites
|
||||
*/
|
||||
|
||||
{ 0x1014, 0x0297, 0xffff, 0,
|
||||
"IBM SurePOS 300 Series (481033H) serial ports",
|
||||
DEFAULT_RCLK,
|
||||
PUC_PORT_4S, 0x10, 4, 0
|
||||
},
|
||||
|
||||
/*
|
||||
* SIIG Boards.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue