Fixed some style bugs in previous commit. Almmost every line was

misformatted.
This commit is contained in:
Bruce Evans 2004-04-18 04:31:58 +00:00
parent 721e72b13a
commit 3f7fbb5497
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128379

View File

@ -949,18 +949,20 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Oxford Semiconductor OX9160/OX16PCI954 PCI UARTS */
/* second chip on Exsys EX-41098 8x cards */
/*
* Oxford Semiconductor OX9160/OX16PCI954 PCI UARTS
* Second chip on Exsys EX-41098 8x cards
*/
{ "Oxford Semiconductor OX9160/OX16PCI954 UARTs (function 1)",
NULL,
{ 0x1415, 0x9511, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
},
NULL,
{ 0x1415, 0x9511, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
},
},
/* NetMos 2S1P PCI 16C650 : 2S, 1P */