Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the

same style bug in revs.1.20, 1.18, 1.15 and 1.12.
This commit is contained in:
Bruce Evans 2004-04-18 06:36:12 +00:00
parent c9b7c6e802
commit 921e623763
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128389

View file

@ -1031,8 +1031,8 @@ const struct puc_device_description puc_devices[] = {
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
{ "Moxa Technologies, Smartio C104H/PCI",
NULL,
{ 0x1393, 0x1040, 0, 0 },
{ 0xffff, 0xffff, 0, 0, },
{ 0x1393, 0x1040, 0, 0 },
{ 0xffff, 0xffff, 0, 0, },
{
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
@ -1044,8 +1044,8 @@ 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, },
{ 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 },
@ -1149,8 +1149,8 @@ const struct puc_device_description puc_devices[] = {
{ "IC Book Labs Ironclad x8 Lite",
NULL,
{ 0xb00c, 0x041c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{ 0xb00c, 0x041c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
@ -1166,8 +1166,8 @@ const struct puc_device_description puc_devices[] = {
{ "IC Book Labs Ironclad x8 Pro",
NULL,
{ 0xb00c, 0x051c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{ 0xb00c, 0x051c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
@ -1183,8 +1183,8 @@ const struct puc_device_description puc_devices[] = {
{ "IC Book Labs Dreadnought x16 Lite",
NULL,
{ 0xb00c, 0x091c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{ 0xb00c, 0x091c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
@ -1208,8 +1208,8 @@ const struct puc_device_description puc_devices[] = {
{ "IC Book Labs Dreadnought x16 Pro",
NULL,
{ 0xb00c, 0x081c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{ 0xb00c, 0x081c, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8, 0x200000 },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8, 0x200000 },