summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cronyx.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/i386/isa/cronyx.c
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/i386/isa/cronyx.c')
-rw-r--r--sys/i386/isa/cronyx.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/i386/isa/cronyx.c b/sys/i386/isa/cronyx.c
index 941daf9..391376e 100644
--- a/sys/i386/isa/cronyx.c
+++ b/sys/i386/isa/cronyx.c
@@ -223,7 +223,7 @@ static int cx_probe_chip (int base)
newrev = inb (GFRCR(base));
if (newrev != rev)
return (0); /* revision changed */
-
+
/* Yes, we really have CD2400 chip here. */
return (1);
}
@@ -872,7 +872,7 @@ void cx_clock (long hz, long ba, int *clk, int *div)
}
}
/* Incorrect baud rate. Return some meaningful values. */
- *clk = 0;
+ *clk = 0;
*div = 255;
}
@@ -889,7 +889,7 @@ cx_chan_opt_t chan_opt_dflt = { /* mode-independent options */
0, /* don't detect 1 to 0 on CTS */
1, /* detect 1 to 0 on CD */
0, /* detect 1 to 0 on DSR */
- },
+ },
{ /* cor5 */
0, /* receive flow control FIFO threshold */
0,
@@ -920,7 +920,7 @@ cx_opt_async_t opt_async_dflt = { /* default async options */
0, /* don't ignore parity */
PARM_NOPAR, /* no parity */
PAR_EVEN, /* even parity */
- },
+ },
{ /* cor2 */
0, /* disable automatic DSR */
1, /* enable automatic CTS */
@@ -930,7 +930,7 @@ cx_opt_async_t opt_async_dflt = { /* default async options */
0, /* disable embedded cmds */
0, /* disable XON/XOFF */
0, /* disable XANY */
- },
+ },
{ /* cor3 */
STOPB_1, /* 1 stop bit */
0,
@@ -992,7 +992,7 @@ cx_opt_bisync_t opt_bisync_dflt = { /* default bisync options */
0, /* don't ignore parity */
PARM_NOPAR, /* no parity */
PAR_EVEN, /* even parity */
- },
+ },
{ /* cor2 */
3-2, /* send three SYN chars */
CRC_DONT_INVERT,/* don't invert CRC (CRC-16) */
@@ -1020,7 +1020,7 @@ cx_opt_x21_t opt_x21_dflt = { /* default x21 options */
0, /* don't ignore parity */
PARM_NOPAR, /* no parity */
PAR_EVEN, /* even parity */
- },
+ },
{ /* cor2 */
0,
0, /* disable embedded transmitter cmds */
OpenPOWER on IntegriCloud