Date: Thu, 11 Aug 2011 09:55:18 +1000 From: Jan Mikkelsen <janm@transactionware.com> To: freebsd-stable@freebsd.org Subject: Patch to puc(4) to support Moxa CP-112UL board Message-ID: <4846F699-215D-4408-BD3C-4860305BF6B8@transactionware.com>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4846F699-215D-4408-BD3C-4860305BF6B8>
