Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).

This commit is contained in:
Bruce Evans 2004-04-18 07:06:45 +00:00
parent afe167a0e0
commit 361994141b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128392

View File

@ -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 },
},
},