aboutsummaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorAnton Vorontsov <[email protected]>2010-03-03 20:17:34 +0300
committerJeff Garzik <[email protected]>2010-05-14 17:08:00 -0400
commitd89933497d2698c01ab25e2644807509ada43a7d (patch)
treebfb64443b9a3fa75874481140fd325e4004190ef /scripts/stackusage
parent4fc4c3ce0dc1096cbd0daa3fe8f6905cbec2b87e (diff)
ahci: Get rid of host->iomap usage
Currently the driver uses host->iomap to store all the iomapped BARs of a PCI device (while AHCI devices actually use just a single memory window). We're going to teach AHCI to work with non-PCI buses, so there are two options to make this work: 1. "fake" host->iomap array for non-PCI devices, and place the needed address at iomap[AHCI_PCI_BAR]; 2. Get rid of host->iomap usage, instead introduce a private mmio field. This patch implements the second option. Signed-off-by: Anton Vorontsov <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions