Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 01:14:00 GMT
From:      Darrin Smith <beldin@beldin.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/69730: puc driver doesn't support PC-Com 8-port serial cards
Message-ID:  <200407290114.i6T1E0Vx074610@www.freebsd.org>
Resent-Message-ID: <200407290120.i6T1KL60041069@freefall.freebsd.org>

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

>Number:         69730
>Category:       i386
>Synopsis:       puc driver doesn't support PC-Com 8-port serial cards
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 29 01:20:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Darrin Smith
>Release:        FreeBSD-4.10
>Organization:
>Environment:
FreeBSD dialup.sehs.sec 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jul 29 09:37:46 CST 2004     sdar@server-lote.sehs.sec:/src/obj/src/src/sys/ROUTER  i386

>Description:
Neither 4.x nor 5.x have detection support for the 8 port PC-Com Cards.
>How-To-Repeat:
 install card, install puc enabled kernel, fail to detect :)
>Fix:
The following needs to added to /usr/src/sys/dev/puc/pucdata.c
card identification table :

         /* Decision Computer Inc, serial ports */
        {   "Decision Computer Inc, PCCOM 8-port serial",
            {   0x6666, 0x0002, 0,      0       },
            {   0xffff, 0xffff, 0,      0       },
            {
                { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x20, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x28, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x30, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x38, COM_FREQ },
            },
        },

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



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