diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-21 07:06:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-21 07:06:54 +0000 |
| commit | 17249aab6e2d0043395407c018c6a8cd17a75138 (patch) | |
| tree | e45d6a9000378da85312322361cfaf681ff87693 /sys/dev/pci | |
| parent | 4c04937d5b919f102d4f9508477b36a672487dad (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 77a0dc71b4e2b..fe8a3a6d97d98 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 */ |
