diff options
author | bde <bde@FreeBSD.org> | 2004-04-18 06:36:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-04-18 06:36:12 +0000 |
commit | 4b66cd5199349293cd2b49404ae1880c7d14105e (patch) | |
tree | 1e8577dc28859e20b73f6e1df0aa5847ea4caac3 /sys/dev/puc | |
parent | ae325280137656bd4e673f82eab180c65d99d06b (diff) | |
download | FreeBSD-src-4b66cd5199349293cd2b49404ae1880c7d14105e.zip FreeBSD-src-4b66cd5199349293cd2b49404ae1880c7d14105e.tar.gz |
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.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r-- | sys/dev/puc/pucdata.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index a683153..12c30fe 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -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 }, |