Date: Wed, 26 Aug 1998 19:13:52 -0600 From: Warner Losh <imp@village.org> To: Nate Williams <nate@mt.sri.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c Message-ID: <199808270113.TAA06385@harmony.village.org> In-Reply-To: Your message of "Wed, 26 Aug 1998 15:46:44 MDT." <199808262146.PAA05356@mt.sri.com> References: <199808262146.PAA05356@mt.sri.com> <199808260709.AAA15676@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199808262146.PAA05356@mt.sri.com> Nate Williams writes: : I don't think the LKM code in the skel.c driver will even work, thus the : pccard_remove_driver is still unused. Did you test to see if it would : even compile given how much the LKM stuff has changed in the last 3 : years? Yes. I tested this. skel.c now compiles and seems to work. I was able to add/delete the driver and also have pccardd respond to both a manual unload as well as a pulling the card out unload. While the code may be unused in the current kernel with the current drivers, I still find it useful to have it enabled. At worst it takes up a few extra bytes in the kernel... It has all the appearances of working. I was able to load/unload a driver drived from the new skel 10 times w/o any problems. I'm working on probe code for a pccard device right now, so not having to reboot for each change is a big win for me. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808270113.TAA06385>