aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-04-18 06:36:12 +0000
committerBruce Evans <bde@FreeBSD.org>2004-04-18 06:36:12 +0000
commit921e6237635894dea4a67154be4c1089263f2937 (patch)
tree1e8577dc28859e20b73f6e1df0aa5847ea4caac3 /sys
parentc9b7c6e8024e4de5bca0e7605b9f3a86a91f1778 (diff)
downloadsrc-921e6237635894dea4a67154be4c1089263f2937.tar.gz
src-921e6237635894dea4a67154be4c1089263f2937.zip
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.
Notes
Notes: svn path=/head/; revision=128389
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/puc/pucdata.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index a68315324b0e..12c30fe09d51 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 },