Re: Timeda 8-multiport adapter: only 2 ports available

From: Roman Kurakin <rik_at_inse.ru>
Date: Tue, 23 Dec 2008 18:11:41 +0300
Boris Samorodov writes:
> Marcel Moolenaar <xcllnt_at_mac.com> writes:
>   
>> On Dec 13, 2008, at 5:36 AM, Boris Samorodov wrote:
>>
>>     
>>> That's for the line [*]:
>>> -----
>>> --- pucdata.c   (revision 185784)
>>> +++ pucdata.c   (working copy)
>>> _at__at_ -1145,6 +1145,10 _at__at_
>>>        case PUC_CFG_GET_TYPE:
>>>                *res = PUC_TYPE_SERIAL;
>>>                return (0);
>>> +       case PUC_CFG_INIT_PORT:
>>> +               bus_write_1((struct res *)res, 1 /* IER */,   [*]
>>> +                   (port >= 2) ? 0x10 : 0);
>>> +               return (0);
>>>        default:
>>>                break;
>>>        }
>>>       
>> Argh, (struct res *) must be (struct resource *)...
>>     
>
> No go. The same, ports are detected but show garbadge.
>   
This is just cause the 0x10 is only here.  IMHO it should be in all 
places where we write IER.
But in the uart code the value of IER is filtered with 0xf0.  Next time 
I'll come to you with
hardware loopbacks and I'll try to find the patch for speed 
outodetection to check if baud
rate is the only problem.  I hope 0x10 just change baud factor and it is 
linear factor ;-)

rik
> Thank you for your efforts.
>
>
> WBR
>   
Received on Tue Dec 23 2008 - 14:31:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:39 UTC