syskonnect sk98lin patch and 2.6.12

Submitted by Anonymous
on June 21, 2005 - 12:36am

I patched 2.6.12 with syskonnect SK-98xx without any errors.
When I tried to compile the patched kernel...

CC drivers/net/sk98lin/skge.o
drivers/net/sk98lin/skge.c: In function `SkGeIoctl':
drivers/net/sk98lin/skge.c:4029: error: structure has no member named `slot_name'
make[3]: *** [drivers/net/sk98lin/skge.o] Error 1
make[2]: *** [drivers/net/sk98lin] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

strange all worked fine for 2.6.11.11

I have the feeling I'm stuck waiting for a new driver.

Just replace all slot_name b

Romain (not verified)
on
June 29, 2005 - 2:04pm

Just replace all slot_name by dev.bus_id in these two files:

- skge.c

- skethtool.c

And it works.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.