From 7900879eec8d851f8ca8e45fd4863670a8da4e17 Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Tue, 23 May 2023 18:26:56 +0300 Subject: [PATCH] rc.resume: remove obsolete comment Reviewed by: markj Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D40235 --- libexec/rc/rc.resume | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libexec/rc/rc.resume b/libexec/rc/rc.resume index 55fd6ffec14..cee6f077a24 100755 --- a/libexec/rc/rc.resume +++ b/libexec/rc/rc.resume @@ -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