i386/69730: puc driver doesn't support PC-Com 8-port serial cards

Darrin Smith beldin at beldin.org
Wed Jul 28 18:20:22 PDT 2004


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


More information about the freebsd-i386 mailing list