Support for Sunix 8-port PCI serial card?

John Baldwin jhb at freebsd.org
Wed Mar 13 19:20:34 UTC 2013


On Friday, March 08, 2013 12:46:07 pm Michael Sierchio wrote:
> It appears that my newly purchased Sunix 8-port serial card is not
> recognized by the puc driver in 8.3-RELEASE-p6.  Any idea if this is
> supported in 9.1-RELEASE?
> 
> As usual, my guess is that the subvendor ID isn't recognized...
> 
> pciconf -lv reports:
> 
> 
> none1 at pci0:0:14:0:      class=0x070200 card=0x00081fd4 chip=0x19991fd4
> rev=0x00 hdr=0x00
>     class      = simple comms
>     subclass   = multiport serial
>     bar   [10] = type I/O Port, range 32, base 0xe500, size 32, enabled
>     bar   [14] = type I/O Port, range 32, base 0xe600, size 256, enabled
>     bar   [1c] = type I/O Port, range 32, base 0xe700, size 16, enabled
> 
> Thanks.

Hmm, in HEAD this is listed as a dual-port card:

        {   0x1fd4, 0x1999, 0xffff, 0,
            "Sunix SER5437A",
            DEFAULT_RCLK * 8,
            PUC_PORT_2S, 0x10, 0, 8,
        },

-- 
John Baldwin


More information about the freebsd-drivers mailing list