s/modunload/kldunload

This commit is contained in:
Warner Losh 2002-10-11 20:22:20 +00:00
parent a3672eee7a
commit 41a0c1eedd

View File

@ -425,7 +425,7 @@ SYSCTL_PROC(_machdep, OID_AUTO, conspeed, CTLTYPE_INT | CTLFLAG_RW,
* XXX this is mostly wrong.
* XXX TODO:
* This is usually called when the card is ejected, but
* can be caused by a modunload of a controller driver.
* can be caused by a kldunload of a controller driver.
* The idea is to reset the driver's view of the device
* and ensure that any driver entry points such as
* read and write do not hang.