I've noticed that in the 2.6 kernel, cs.c can be passed arguments, such as vcc_settle (which defaults to 40). However, when i try to modprobe pcmcia_core vcc_settle=100, modprobe complains that pcmcia_core does not understand that argument. Reading the makefile, i believe that cs.o gets linked with other objects (cistpl.o, rsrc_mgr.o, and bulkmem.o) to create pcmcia_core.ko What am I doing wrong or missing? -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/