rc.resume: remove obsolete comment

Reviewed by:	markj
Approved by:	markj (mentor)
Differential Revision:	https://reviews.freebsd.org/D40235
This commit is contained in:
Christos Margiolis 2023-05-23 18:26:56 +03:00
parent ff624eb636
commit 7900879eec

View file

@ -43,11 +43,6 @@ if [ -r /var/run/rc.suspend.pid ]; then
echo 'rc.resume: killed rc.suspend that was still around'
fi
# Turns on a power supply of a card in the slot inactivated.
# See also contrib/pccardq.c (only for PAO users).
# pccardq | awk -F '~' '$5 == "inactive" \
# { printf("pccardc power %d 1", $1); }' | sh
# If a device driver has problems resuming, try unloading it before
# suspend and reloading it on resume. Example:
# kldload usb