From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anil Kumar Ramachandran" Date: Fri, 11 Apr 2003 12:37:46 +0000 Subject: Kernel PCMCIA support Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hello, In 7.1 the kernel pcmcia source tree in /usr/src/linux-2.4/drivers/pcmcia has cb_enabler.c file and the Makefile also contains the rule to build it. But in 7.3 and 8.0 the kernel pcmcia source tree in /usr/src/linux-2.4/drivers/pcmcia does not have cb_enabler.c file and the makefile aslo does not contain any rule to build it. But our madge driver is calling register_driver(0 and unregister_driver()function for registration and unregistration of client driver. But since the file is not there in 7.3 amd 8.0 our driver is giving unresolved symbol. I came to know that cb_enabler interface is no longer supported. The newer way to write CardBus drivers is to use the hot plug PCI calls. Can anyone please suggest a way of porting the cardbus driver from RH Linux 7.2 to 8.0 ? Some useful links in this regard will be appreciable. Regards Anil ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel