summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-04-18 07:06:45 +0000
committerbde <bde@FreeBSD.org>2004-04-18 07:06:45 +0000
commitb6f1351303cdd80bc08ad4ac02d4bda1522c9e78 (patch)
tree7a59408191c7faa3cbac5dd00d97a0460d20484e /sys/dev/puc
parent42d7e0957c02306ec5c6aa1febbcea8b4ae50772 (diff)
downloadFreeBSD-src-b6f1351303cdd80bc08ad4ac02d4bda1522c9e78.zip
FreeBSD-src-b6f1351303cdd80bc08ad4ac02d4bda1522c9e78.tar.gz
Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).
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 d547358..39f184a 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -763,15 +763,15 @@ const struct puc_device_description puc_devices[] = {
{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
},
},
- { "Titan PCI-200H",
+ { "Titan PCI-200H",
NULL,
- { 0x14d2, 0xa005, 0, 0 },
- { 0xffff, 0xffff, 0, 0 },
- {
- { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
- { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
- },
- },
+ { 0x14d2, 0xa005, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
+ },
+ },
{ "Titan VScom PCI-200HV2", /* 2S */
NULL,
@@ -893,13 +893,13 @@ const struct puc_device_description puc_devices[] = {
},
},
- /* Actiontec 56K PCI Master */
+ /* Actiontec 56K PCI Master */
{ "Actiontec 56K PCI Master",
NULL,
- { 0x11c1, 0x0480, 0x0, 0x0 },
+ { 0x11c1, 0x0480, 0x0, 0x0 },
{ 0xffff, 0xffff, 0x0, 0x0 },
{
- { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
},
},
OpenPOWER on IntegriCloud