PERFORCE change 96108 for review

Marcel Moolenaar marcel at FreeBSD.org
Tue Apr 25 22:05:01 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96108

Change 96108 by marcel at marcel_nfs on 2006/04/25 22:04:59

	Add Quatech 2, 4 and 8 port serial adapters. For now,
	give them a default RCLK, but the default jumper setting
	allows us to select a higher one. Support for querying
	and setting the RCLK follows.
	Also, the Quatech cards have an interrupt latch register
	ala Digi. Support for that follows as well.

Affected files ...

.. //depot/projects/uart/dev/puc/pucdata.c#25 edit

Differences ...

==== //depot/projects/uart/dev/puc/pucdata.c#25 (text+ko) ====

@@ -364,6 +364,66 @@
 	    PUC_PORT_2S1P, 0x10, 4, 0,
 	},
 
+	{   0x135c, 0x0010, 0xffff, 0,
+	    "Quatech - QSC-100",
+	    DEFAULT_RCLK,
+	    PUC_PORT_4S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0020, 0xffff, 0,
+	    "Quatech - DSC-100",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0030, 0xffff, 0,
+	    "Quatech - DSC-200/300",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0040, 0xffff, 0,
+	    "Quatech - QSC-200/300",
+	    DEFAULT_RCLK,
+	    PUC_PORT_4S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0050, 0xffff, 0,
+	    "Quatech - ESC-100D",
+	    DEFAULT_RCLK,
+	    PUC_PORT_8S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0060, 0xffff, 0,
+	    "Quatech - ESC-100M",
+	    DEFAULT_RCLK,
+	    PUC_PORT_8S, 0x14, 0, 8,
+	},
+
+	{   0x135c, 0x0170, 0xffff, 0,
+	    "Quatech - QSCLP-100",
+	    DEFAULT_RCLK,
+	    PUC_PORT_4S, 0x18, 0, 8,
+        },
+
+	{   0x135c, 0x0180, 0xffff, 0,
+	    "Quatech - DSCLP-100",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S, 0x18, 0, 8,
+	},
+
+	{   0x135c, 0x01b0, 0xffff, 0,
+	    "Quatech - DSCLP-200/300",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S, 0x18, 0, 8,
+	},
+
+	{   0x135c, 0x01e0, 0xffff, 0,
+	    "Quatech - ESCLP-100",
+	    DEFAULT_RCLK,
+	    PUC_PORT_8S, 0x10, 0, 8,
+	},
+
 	{   0x1393, 0x1040, 0xffff, 0,
 	    "Moxa Technologies, Smartio C104H/PCI",
 	    DEFAULT_RCLK * 8,


More information about the p4-projects mailing list