mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed some style bugs in rev.1.28. Almost every line was misindented.
This commit is contained in:
parent
0efcc68bc8
commit
ba8fc6ca62
1 changed files with 9 additions and 9 deletions
|
|
@ -1043,15 +1043,15 @@ const struct puc_device_description puc_devices[] = {
|
|||
|
||||
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
|
||||
{ "Moxa Technologies, Smartio CP-104UL/PCI",
|
||||
NULL,
|
||||
{ 0x1393, 0x1041, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0, },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
|
||||
},
|
||||
NULL,
|
||||
{ 0x1393, 0x1041, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0, },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
|
||||
},
|
||||
},
|
||||
|
||||
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue