Date: Tue, 29 Sep 1998 10:35:01 CET From: "Michael Eisele" <eisele@vector-informatik.de> To: freebsd-hackers@FreeBSD.ORG Subject: pccard driver question Message-ID: <199809290835.KAA10140@dtag-gate.vector-informatik.de>
next in thread | raw e-mail | index | archive | help
Hi, could anyone please tell me why the function pccard_remove_driver in pccard.c is deactivated in 2.2.7 ? #ifdef unused void pccard_remove_driver(struct pccard_device *drv) { ... #endif I need this function for my PCMCIA CAN driver which is compiled as an loadable module. So I removed the "#ifdef unused" and it works for me. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809290835.KAA10140>