Skip site navigation (1)Skip section navigation (2)
Date:      11 Aug 2011 04:37:24 -0000
From:      Jan Mikkelsen <janm@transactionware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/159669: Add Moxa CP-112UL support to puc(4)
Message-ID:  <20110811043724.73867.qmail@midgard.transactionware.com>
Resent-Message-ID: <201108110510.p7B5A8x2029978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159669
>Category:       kern
>Synopsis:       Add Moxa CP-112UL support to puc(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 11 05:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jan Mikkelsen
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Transactionware
>Environment:
System: FreeBSD midgard.transactionware.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu May 26 14:33:45 EST 2011 root@valhalla.transactionware.com:/home/janm/p4/freebsd-image-std-2008.2/work/base-freebsd/home/janm/p4/freebsd-image-std-2008.2/FreeBSD/src/sys/GENERIC amd64


>Description:
	The Moxa CP-112UL series of 2 port serial boards is not detected
	by puc(4).

>How-To-Repeat:

>Fix:

Patch:

==== //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,

>Release-Note:
>Audit-Trail:
>Unformatted:



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