diff options
| author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-12-01 20:45:08 +0000 |
|---|---|---|
| committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-12-01 20:45:08 +0000 |
| commit | c408fa790b63963da6d14f631476c3942b08b054 (patch) | |
| tree | 4c631c5f75faaca3fbe4a9b4dad72dc6af5278a5 /sys/dev/puc/pucdata.c | |
| parent | 28de8761cf869cc1895f2ade170a9acb5cc94e2e (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d14bb8b443aa..ab38019d57bb 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -812,6 +812,18 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Oxford Semiconductor OX16PCI954 PCI UARTs */ + { "Oxford Semiconductor OX16PCI954 UARTs", + { 0x1415, 0x950a, 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 }, + }, + }, + /* Oxford Semiconductor OX16PCI954 PCI Parallel port */ { "Oxford Semiconductor OX16PCI954 Parallel port", { 0x1415, 0x9513, 0, 0 }, |
