summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-04-18 06:49:26 +0000
committerbde <bde@FreeBSD.org>2004-04-18 06:49:26 +0000
commit42d7e0957c02306ec5c6aa1febbcea8b4ae50772 (patch)
treef97cba6c3934ca0e34465ed968389b217faf4a54 /sys/dev/puc
parente703f5f230c4eddceceac614b5fa52449801a063 (diff)
downloadFreeBSD-src-42d7e0957c02306ec5c6aa1febbcea8b4ae50772.zip
FreeBSD-src-42d7e0957c02306ec5c6aa1febbcea8b4ae50772.tar.gz
Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 4144ef1..d547358 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1124,18 +1124,18 @@ const struct puc_device_description puc_devices[] = {
},
},
- /* Decision Computer Inc, serial ports */
- { "Decision Computer Inc, PCCOM 4-port serial",
+ /* Decision Computer Inc, serial ports */
+ { "Decision Computer Inc, PCCOM 4-port serial",
NULL,
- { 0x6666, 0x0001, 0, 0 },
- { 0xffff, 0xffff, 0, 0 },
- {
- { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
- { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
- { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
- { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
- },
- },
+ { 0x6666, 0x0001, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
+ },
+ },
{ "PCCOM dual port RS232/422/485",
NULL,
OpenPOWER on IntegriCloud