From owner-freebsd-stable@FreeBSD.ORG Wed Aug 10 23:55:18 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE45B1065670 for ; Wed, 10 Aug 2011 23:55:18 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from midgard.transactionware.com (mail2.transactionware.com [203.14.245.36]) by mx1.freebsd.org (Postfix) with SMTP id 539468FC08 for ; Wed, 10 Aug 2011 23:55:17 +0000 (UTC) Received: (qmail 66794 invoked by uid 907); 10 Aug 2011 23:55:16 -0000 Received: from b13FC.static.pacific.net.au (HELO [192.168.1.158]) (202.7.88.252) (smtp-auth username janm, mechanism plain) by midgard.transactionware.com (qpsmtpd/0.84) with (AES128-SHA encrypted) ESMTPSA; Thu, 11 Aug 2011 09:55:16 +1000 From: Jan Mikkelsen Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Thu, 11 Aug 2011 09:55:18 +1000 Message-Id: <4846F699-215D-4408-BD3C-4860305BF6B8@transactionware.com> To: freebsd-stable@freebsd.org Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) Subject: Patch to puc(4) to support Moxa CP-112UL board X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 23:55:18 -0000 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 =85) Thanks, Jan Mikkelsen =3D=3D=3D=3D //depot/vendor/freebsd/8.2/src/sys/dev/puc/pucdata.c#4 = (text) =3D=3D=3D=3D @@ -523,6 +523,12 @@ PUC_PORT_4S, 0x18, 0, 8, }, =20 + { 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,