summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
diff options
context:
space:
mode:
authorIan Romanick <idr@umwelt.(none)>2006-07-21 19:16:38 -0700
committerIan Romanick <idr@umwelt.(none)>2006-07-21 19:16:38 -0700
commit525257eb98b46209c69c8576daa6bd7afc1f48a9 (patch)
treec734ed29a9920648f95fb16fbfe6267ba2271488 /hw/xfree86/int10
parente18d34f4238e13e226b0407fa2f5f77d2038de39 (diff)
Fix stupid typos.
Diffstat (limited to 'hw/xfree86/int10')
-rw-r--r--hw/xfree86/int10/generic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/int10/generic.c b/hw/xfree86/int10/generic.c
index aca0cccf4..fa49ad370 100644
--- a/hw/xfree86/int10/generic.c
+++ b/hw/xfree86/int10/generic.c
@@ -168,7 +168,7 @@ xf86ExtendedInitInt10(int entityIndex, int Flags)
int err;
struct pci_device *rom_device = (bios.bus == BUS_PCI)
? pci_device_find_by_slot(PCI_DOM_FROM_BUS(bios.location.pci.bus),
- PCI_BUS_NO_DOM(bios.location.pci.bus),
+ PCI_BUS_NO_DOMAIN(bios.location.pci.bus),
bios.location.pci.dev,
bios.location.pci.func)
: xf86GetPciInfoForEntity(pInt->entityIndex);
@@ -269,7 +269,7 @@ xf86ExtendedInitInt10(int entityIndex, int Flags)
int err;
struct pci_device *rom_device = (bios.bus == BUS_PCI)
? pci_device_find_by_slot(PCI_DOM_FROM_BUS(bios.location.pci.bus),
- PCI_BUS_NO_DOM(bios.location.pci.bus),
+ PCI_BUS_NO_DOMAIN(bios.location.pci.bus),
bios.location.pci.dev,
bios.location.pci.func)
: xf86GetPciInfoForEntity(pInt->entityIndex);