diff options
author | nyan <nyan@FreeBSD.org> | 2002-10-14 10:10:09 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2002-10-14 10:10:09 +0000 |
commit | 23f1ad6ad4b349e623511716e90c266fcddcf56d (patch) | |
tree | 57e55e60af28dfc562f880b369e55d77471f2766 /sys/pc98/cbus/sio.c | |
parent | d855c322044dff7473bc10f78b996febcd65bb07 (diff) | |
download | FreeBSD-src-23f1ad6ad4b349e623511716e90c266fcddcf56d.zip FreeBSD-src-23f1ad6ad4b349e623511716e90c266fcddcf56d.tar.gz |
Merged from sys/dev/sio/sio.c revision 1.382.
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r-- | sys/pc98/cbus/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 8f631f4..3aa3101 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -762,7 +762,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. |