[vortex] 3Com 3c905C, 3c59x.c:v0.99H and WOL - fix.

Andrew Morton andrewm@uow.edu.au
Thu, 28 Sep 2000 23:55:31 +1100


Georg Engstrand wrote:
> 
> Andrew Morton wrote:
> >
> > I thought RedHat were shipping 3com's 3c90x driver.  Maybe they've
> > changed.
> >
> 
> They do, but there's no WOL stuff there. At least I didn't manage to get it
> working. I know of others having had the same problem...

Ah.  Sorry.  I was thinking of the 2.4 driver.  I see the problem - I
did a half-assed merge of the ACPI logic from 3c575_cb.c.  Stupid.

Kernel 2.4 has pci_set_power_state(), so it'll be different.

> Patch command:
>  patch -p0 3c59x.c < 3c59x.c-v0.99H-WOL.diff

Thanks.  On the 2.2.18 queue, along with a big resync against Donald's
latest, removal of the never-compiled CARDBUS code, cleanup of the OOM
handler, updating the transceiver selection, etc, etc.  This process
doesn't seem very efficient.