aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-06-22 02:28:44 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-06-22 02:28:44 -0700
commit5a7db1eb77a317ea96c59b5013b16263cb68eb9c (patch)
tree2ba440b5f81872a35ab23f9a17c3ac7eeb38662c /Documentation
parent3e13e3b2034154f53f2ac651ee4e2aba28aebfbe (diff)
parent4cd5d72a86438e1b014d633c3837f7988c1d3858 (diff)
downloadhistory-5a7db1eb77a317ea96c59b5013b16263cb68eb9c.tar.gz
merge fixups.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pci.txt5
-rw-r--r--Documentation/power/pci.txt8
2 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt
index d30dc107ac62a1..41194763862ba8 100644
--- a/Documentation/pci.txt
+++ b/Documentation/pci.txt
@@ -166,8 +166,9 @@ count on these devices by calling pci_dev_put().
~~~~~~~~~~~~~~~~~~~
Before you do anything with the device you've found, you need to enable
it by calling pci_enable_device() which enables I/O and memory regions of
-the device, assigns missing resources if needed and wakes up the device
-if it was in suspended state. Please note that this function can fail.
+the device, allocates an IRQ if necessary, assigns missing resources if
+needed and wakes up the device if it was in suspended state. Please note
+that this function can fail.
If you want to use the device in bus mastering mode, call pci_set_master()
which enables the bus master bit in PCI_COMMAND register and also fixes
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt
index 4a15f20ced1269..972c7c74b879dc 100644
--- a/Documentation/power/pci.txt
+++ b/Documentation/power/pci.txt
@@ -286,11 +286,11 @@ wake event from:
+------------------+
| Bit | State |
+------------------+
-| 15 | D0 |
-| 14 | D1 |
+| 11 | D0 |
+| 12 | D1 |
| 13 | D2 |
-| 12 | D3hot |
-| 11 | D3cold |
+| 14 | D3hot |
+| 15 | D3cold |
+------------------+
A device can use this to enable wake events: