kern/159669: Add Moxa CP-112UL support to puc(4)

Jan Mikkelsen janm at transactionware.com
Thu Aug 11 05:10:09 UTC 2011


>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 at 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:


More information about the freebsd-bugs mailing list