kern/110796: New hardware: Avlab Technology Inc. PCI IO 4S-850 serial card

Trevor Roydhouse fbsdbugs at sentry.org
Sun Mar 25 13:40:04 UTC 2007


>Number:         110796
>Category:       kern
>Synopsis:       New hardware: Avlab Technology Inc. PCI IO 4S-850 serial card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 25 13:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Roydhouse
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD centurion.sentry.org 6.2-STABLE FreeBSD 6.2-STABLE #24: Sun Mar 25 18:58:14 EST 2007     xxxx at xxx.sentry.org:/usr/obj/usr/src/sys/XXX  i386
>Description:
The following Avlab Technology 4 port PCI serial card is not recognised by the puc device:

none at pci0:15:0: class=0x070002 card=0x215214db chip=0x215214db rev=0x00 hdr=0x00
    vendor     = 'Avlab Technology Inc.'
    device     = 'PCI IO 4S-850'
    class      = simple comms
    subclass   = UART
    cap 01[a0] = powerspec 1  supports D0 D3  current D0


>How-To-Repeat:
o Install Avlab Technology PCI IO 4S-850 4 port serial card

o Add puc device to kernel config, build kernel, install kernel, reboot

dmesg:

Mar 25 17:38:27 xxx kernel: pci0: <simple comms, UART> at device 15.0 (no driver attached)
>Fix:
Add:

        /* Avlab Technology, Inc. PCI 4 Serial: 4S-850 */  
        {   "Avlab Low Profile PCI IO 4S-850 Serial",
            {   0x14db, 0x2152, 0,      0       },
            {   0xffff, 0xffff, 0,      0       },
            {
                { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
            },
        },

to /usr/src/sys/dev/puc/pucdata.c
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list