aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-12-31 17:51:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-12-31 17:51:18 +0000
commit7cd06e089c5468e548fce4dd96db219158afdf66 (patch)
treeddbfe346614a206259078651f4bd04632cad584d /sys/dev/puc
parent21e25fa60774b9f318b66eadaafb7d450938b72e (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index a4f0e7a24f61..cd8554e3847a 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1205,5 +1205,15 @@ const struct puc_device_description puc_devices[] = {
PUC_ILR_TYPE_DIGI, { 0x07, 0x47 },
},
+ { "Sunix SUN1889",
+ NULL,
+ { 0x0009, 0x7168, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
+ },
+ },
+
{ 0 }
};