git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81507ea
)
ACPI: Display "ACPI" to motherboard resources in /proc/io{mem,port}
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 28 Mar 2006 22:04:00 +0000
(17:04 -0500)
committer
Len Brown
<len.brown@intel.com>
Sun, 2 Apr 2006 02:33:00 +0000
(21:33 -0500)
Add "ACPI" to motherboard resource allocation names, so people have a clue
about where to look. And remove some trailing spaces.
Changes these /proc/iomem entries from this:
ff5c1004
-
ff5c1007
: PM_TMR
ff5c1008
-
ff5c100b
: PM1a_EVT_BLK
ff5c100c
-
ff5c100d
: PM1a_CNT_BLK
ff5c1010
-
ff5c1013
: GPE0_BLK
ff5c1014
-
ff5c1017
: GPE1_BLK
to this:
ff5c1004
-
ff5c1007
: ACPI PM_TMR
ff5c1008
-
ff5c100b
: ACPI PM1a_EVT_BLK
ff5c100c
-
ff5c100d
: ACPI PM1a_CNT_BLK
ff5c1010
-
ff5c1013
: ACPI GPE0_BLK
ff5c1014
-
ff5c1017
: ACPI GPE1_BLK
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found