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:
02cbd92
)
[libata sata_uli] kill scr_addr abuse
author
Jeff Garzik
<jeff@garzik.org>
Thu, 23 Mar 2006 05:14:36 +0000
(
00:14
-0500)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 23 Mar 2006 05:14:36 +0000
(
00:14
-0500)
sata_uli was storing PCI config addresses in a variable intended for
port addresses, a variable soon to become void __iomem *.
Update the driver to store the SCR address, found in PCI config space,
in the driver-private data area.
No differences found