1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00

Change the module example to kldload since this is the resume side.

This commit is contained in:
Andrew Thompson 2008-07-21 22:55:40 +00:00
parent 8941d4ae1d
commit c7971a92ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180681

View File

@ -50,7 +50,7 @@ fi
# If a device driver has problems resuming, try unloading it before
# suspend and reloading it on resume. Example:
# kldunload usb
# kldload usb
# wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment
# the following to signal it to reassociate.