diff options
| author | Wilko Bulte <wilko@FreeBSD.org> | 2003-05-14 09:37:46 +0000 |
|---|---|---|
| committer | Wilko Bulte <wilko@FreeBSD.org> | 2003-05-14 09:37:46 +0000 |
| commit | 5adbf8fb4da4ccd3f566425a11e333ac9a5b32e9 (patch) | |
| tree | cfba3d63085b90733e79a73ad5c76cb160ba6e37 /sys/dev/puc | |
| parent | e472fbeee2dc91fd3c35f9e598ffc9f6095033bb (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 04dbef07211b..18d96c00ad57 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -891,6 +891,19 @@ const struct puc_device_description puc_devices[] = { }, }, + /* NetMos 4S0P PCI: 4S, 0P */ + { "NetMos NM9845 Quad UART", + NULL, + { 0x9710, 0x9845, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, + }, + }, + /* * This is the Middle Digital, Inc. PCI-Weasel, which * uses a PCI interface implemented in FPGA. |
