summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-21 06:43:46 +0000
committerimp <imp@FreeBSD.org>2004-05-21 06:43:46 +0000
commit4e388784ea4cfaa783feaf966fb1622cb59b7ac1 (patch)
tree7f9e80d56cc6e0ccc5ce6d65db317bff219bc54e /sys/dev/pci
parentb2f8b241079bd4e3c43d9e81a938c89cc19df41a (diff)
downloadFreeBSD-src-4e388784ea4cfaa783feaf966fb1622cb59b7ac1.zip
FreeBSD-src-4e388784ea4cfaa783feaf966fb1622cb59b7ac1.tar.gz
Ooops, forgot to commit the updated definition for hw.pci.do_powerstate
when I committed code that changed its meaning.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index b5be9a7..1ebd08a 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -181,8 +181,7 @@ TUNABLE_INT("hw.pci.do_powerstate", (int *)&pci_do_powerstate);
SYSCTL_INT(_hw_pci, OID_AUTO, do_powerstate, CTLFLAG_RW,
&pci_do_powerstate, 0,
"Enable setting the power states of the PCI devices. This means that we\n\
-set devices into D0 before probe/attach, and D3 if they fail to attach. It\n\
-also means we set devices into D3 state before shutdown.");
+set devices into D3 if it fail to attach.");
/* Find a device_t by bus/slot/function */
OpenPOWER on IntegriCloud