summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-21 07:06:54 +0000
committerimp <imp@FreeBSD.org>2004-05-21 07:06:54 +0000
commit495f3cad6e0b3ed5a8c57247e1a8a3341ff79311 (patch)
treee45d6a9000378da85312322361cfaf681ff87693 /sys/dev/pci
parent010a9f2bde89ac7178c30f18630ab725a4c38ef4 (diff)
downloadFreeBSD-src-495f3cad6e0b3ed5a8c57247e1a8a3341ff79311.zip
FreeBSD-src-495f3cad6e0b3ed5a8c57247e1a8a3341ff79311.tar.gz
Compeletely rewrite the description of hw.pci.do_powerstate to sound
better.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 77a0dc7..fe8a3a6 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -180,8 +180,8 @@ static int pci_do_powerstate = 0;
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 D3 for all devices that fail to attach a driver.");
+ "Power down devices into D3 state when no driver attaches to them.\n\
+Otherwise, leave the device in D0 state when no driver attaches.");
/* Find a device_t by bus/slot/function */
OpenPOWER on IntegriCloud