This driver was written for the 2.6.13 linux kernel
and I'm using the 2.6.16 kernel. The pcmcia structures
have changed and I'll have to hack a bit before I can
get these drivers working

I did a make in the kernel module directory and got
error messages like so
/root/test/OZSCR_2.0.3_Kern_2.6/src/ozscrlx-2.6.13/ozscrlx.c:205:
error: unknown field ‘attach’ specified in initializer
/root/test/OZSCR_2.0.3_Kern_2.6/src/ozscrlx-2.6.13/ozscrlx.c:206:
error: unknown field ‘event’ specified in initializer
/root/test/OZSCR_2.0.3_Kern_2.6/src/ozscrlx-2.6.13/ozscrlx.c:207:
error: unknown field ‘detach’ specified in initializer

and saw some articles mentioning the relevent changes
in pcmcia_driver stucture

it looks like .attach has been replaced with .probe
.detach with .remove

and .event has been moved out of this structure into
the unified event handler
(I have no idea what this is and how to use it)

I'm sure some others that have more experiance with
writing device drivers than me could solve these
issues in a jiffy but this is going to take me a while
and I'll have to recrute some more experianced people
to help.

I tried a quick replace and built a module when I
tried loading I got these errors in my dmesg

ozscrlx: Unknown symbol pcmcia_deregister_client
ozscrlx: Unknown symbol pcmcia_register_client

So those need fixed also

I found information on these changes here
http://lists.infradead.org/pipermail...er/002604.html
and
http://lists.infradead.org/pipermail...er/002612.html

if someone can help me out building it correctly I
would greatly appriciate the help thanks.

Jeff Sadowski

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to