diff options
author | Ian Romanick <idr@umwelt.(none)> | 2006-07-24 13:33:34 -0700 |
---|---|---|
committer | Ian Romanick <idr@umwelt.(none)> | 2006-07-24 13:33:34 -0700 |
commit | 2fd6b995ff927c8ca7267c201f535564b82e691f (patch) | |
tree | 65b10b2c9ab4ebfefe74824a9f3403e787999c49 /hw/xfree86/os-support/shared/ia64Pci.c | |
parent | aed6fe0bb12c68b94e564252bc03594728ed8c5b (diff) |
Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,
okay? Since xf86MapLegacyIO is called from only one place, cut the
parameter list down to the one parameter that actually conveys some
information: the one that gives a PCI device. Change from using a
PCITAG to a pci_device.
Diffstat (limited to 'hw/xfree86/os-support/shared/ia64Pci.c')
-rw-r--r-- | hw/xfree86/os-support/shared/ia64Pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/shared/ia64Pci.c b/hw/xfree86/os-support/shared/ia64Pci.c index 1fe119dcd..7bbd0b35b 100644 --- a/hw/xfree86/os-support/shared/ia64Pci.c +++ b/hw/xfree86/os-support/shared/ia64Pci.c @@ -56,7 +56,7 @@ * space of a given PCI domain; reads and writes are used to do port I/O. * The file descriptor for the file is stored in the upper bits of the * value passed in by the caller, and is created and populated by - * xf86MapDomainIO. + * xf86MapLegacyIO. * * If the legacy_io interface doesn't exist, we fall back to the glibc in/out * routines, which are prefixed by an underscore (e.g. _outb). |