Date: Fri, 5 Apr 2002 14:58:09 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: freebsd-stable@freebsd.org, andrew@cream.org Subject: Modules and kldunloads Message-ID: <20020405145809.A28418@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
Sorry I'm jumping into this thread so late. I have done some experimenting with modules myself. I helped turn a few devices into loadable modules, and I use a few on my system. I use loader.conf to load sound, and when I do my system backups to ZIP I use kldload to load the driver. However, I have problems when unloading these as well. IIRC, unloading snd will cause a panic, but I never do that anyway. Unloading the ZIP driver doesn't kill anything, but reloading it makes the SCSI/CAM system act funny, and it allocates the device with an incrementally higher node number. I tried getting the driver to disconnect from CAM properly, but this seems elusive at best. I guess I thought I was the only one that put most of my drivers into modules and load them at boot time, rather than compiling them into the kernel. Apparently, I'm not alone. Please CC me in replies, since I'm not currently subscribed. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020405145809.A28418>