Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src



> > doesn't match, and if i make it look like:
> > 
> >    {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0, 0 }
> >    {   0xffff, 0xffff, 0,      0       },
> >    {
> >        { PUC_PORT_TYPE_COM, 0x10, 0x00, 0x00 },
> 
> OpenBSD's pucdata.c says:
> 
>       /* NetMos PCIe Peripheral Controller :UART part */
>       {   /* "NetMos NM9901 UART" */
>           {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x1000 },
>           {   0xffff, 0xffff,                               0xffff, 0xffff },
>           {
>               { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
>           },
>       },
> 
>       /* NetMos PCIe Peripheral Controller :parallel part */
>       {   /* "NetMos NM9901 UART" */
>           {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x2000 },
>           {   0xffff, 0xffff,                               0xffff, 0xffff },
>           {
>               { PUC_PORT_TYPE_LPT, 0x10, 0x00 },
>           },
>       },
> 
> Could you test with this entries?

this makes it attach and seem to work, but the same failure to let
kermit actually attach occurs.  i've tried with several values for
the flags without any real change (COM_FREQ, COM_FREQ*{4,8,10}).

i haven't looked further to see what is wrong.


.mrg.


Home | Main Index | Thread Index | Old Index