Patch to puc(4) to support Moxa CP-112UL board

Jan Mikkelsen janm at transactionware.com
Wed Aug 10 23:55:18 UTC 2011


Hi,

I have added these device IDs to pucdata.c to support the Moxa CP-112UL board family.

Should I submit a problem report, or is there an easier way to get the patch merged?

(I care about 8-STABLE at the moment …)

Thanks,

Jan Mikkelsen


==== //depot/vendor/freebsd/8.2/src/sys/dev/puc/pucdata.c#4 (text) ====

@@ -523,6 +523,12 @@
 	    PUC_PORT_4S, 0x18, 0, 8,
 	},
 
+	{   0x1393, 0x1120, 0xffff, 0,
+	    "Moxa Technologies, CP-112UL family",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x18, 0, 8,
+	},
+
 	{   0x1393, 0x1141, 0xffff, 0,
 	    "Moxa Technologies, Industio CP-114",
 	    DEFAULT_RCLK * 8,



More information about the freebsd-stable mailing list