diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-04-18 04:31:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-04-18 04:31:58 +0000 |
| commit | 3f7fbb549733157b97dbe051412577ccf56e0b68 (patch) | |
| tree | 84643d294c366608fd56590a49e860d4c758dde7 /sys | |
| parent | 721e72b13a7b0225d766133d4fbc4001a8c49291 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3406954d0e889..bda50494253b3 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -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 */ |
