[vortex] 3C556B and 2.4.0

Andrew Morton andrewm@uow.edu.au
Sat, 13 Jan 2001 00:38:19 +1100


Pekka Pessi wrote:
> 
>         Hi,
> 
> Adam Shand wrote:
> >Right at the end of the driver could you please try the following?
> >
> >-       outw(TotalReset, root_vortex_dev->base_addr + EL3_CMD);
> >+       outw(TotalReset | 0x10, root_vortex_dev->base_addr + EL3_CMD);
> 
>         I noticed that the following cures the problems with 3C556B on 2.4.0
>         kernel. I have no idea if it breaks everything else, however.
> 

Good point.  Thanks.

With some reluctance but more expediency I'll slot this into
the drivers, but only for the 556B.

With this change, is it still necessary to reload the driver
after a PM resume?