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
@ -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…
x
Reference in New Issue
Block a user