summaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorWilko Bulte <wilko@FreeBSD.org>2003-05-14 09:37:46 +0000
committerWilko Bulte <wilko@FreeBSD.org>2003-05-14 09:37:46 +0000
commit5adbf8fb4da4ccd3f566425a11e333ac9a5b32e9 (patch)
treecfba3d63085b90733e79a73ad5c76cb160ba6e37 /sys/dev/puc
parente472fbeee2dc91fd3c35f9e598ffc9f6095033bb (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c13
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.