i386/58163: puc driver doesn't recognize MOXA C104H/PCI card.
Andrey Zarechansky
zorick at web.com.ua
Fri Oct 17 04:50:24 PDT 2003
>Number: 58163
>Category: i386
>Synopsis: puc driver doesn't recognize MOXA C104H/PCI card.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Oct 17 04:50:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Andrey Zarechansky
>Release: FreeBSD 4.8-RELEASE-p13 i386
>Organization:
Lucky.Net ISP
>Environment:
System: FreeBSD gw.president-hotel.kiev.ua 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #0: Thu Oct 16 15:50:19 EEST 2003 zorick at gw.president-hotel.kiev.ua:/usr/obj/usr/src/sys/gw i386
>Description:
On a 4.8-RELEASE machine puc driver doesn't recognize Moxa C104H/PCI
board. Just adding vendor-id/device-id in src/sys/dev/puc/pucdata.c fix the
problem.
>How-To-Repeat:
Install Moxa C104H/PCI board and boot machine.
>Fix:
--- pucdata.c.orig Thu Aug 22 13:50:58 2002
+++ pucdata.c Wed Oct 15 13:42:08 2003
@@ -861,6 +861,18 @@
},
},
+ /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
+ { "Moxa Technologies, Industio C104H/PCI",
+ { 0x1393, 0x1040, 0, 0 },
+ { 0xffff, 0xffff, 0, 0, },
+ {
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
+ },
+ },
+
/* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */
{ "Moxa Technologies, C168H/PCI",
{ 0x1393, 0x1680, 0, 0 },
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-i386
mailing list