Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2006 22:05:00 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96108 for review
Message-ID:  <200604252205.k3PM507u009248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96108

Change 96108 by marcel@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604252205.k3PM507u009248>