aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-11-05 21:04:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-11-05 21:04:26 +0000
commit46dd877ddc9481b038efefed7e868bee882511d5 (patch)
tree4513b4556efd016513bab55fc3050cd687516827 /sys/dev/puc
parent38195fdcaf647fa3baaba96ca37c1362cfcc32ae (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 678db5ff86779..a0804f176b190 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1272,6 +1272,15 @@ const struct puc_device_description puc_devices[] = {
{ PUC_PORT_TYPE_COM, 0x14, 0x00, DEFAULT_RCLK * 128 },
},
},
+ { /* "VScom 200Li" 00=14D2 02=8028 uart@20 uart@+8 */
+ "VScom 200Li",
+ { 0x14d2, 0x8028, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x20, 0x00, DEFAULT_RCLK },
+ { PUC_PORT_TYPE_COM, 0x20, 0x08, DEFAULT_RCLK },
+ },
+ },
{ 0 }
};