]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
spell dmat64 correctly (usually helps code compile)
authorAntti Kantee <pooka@iki.fi>
Mon, 23 Sep 2013 18:23:34 +0000 (18:23 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 23 Sep 2013 18:23:34 +0000 (18:23 +0000)
rumpxenpci/dev/lib/libpci/pci_at_mainbus.c

index a7fb029c999d6ded41c40a03ac04c448e6552783..0e9a3416341a44105b2dff8e26792141c9310e22 100644 (file)
@@ -60,7 +60,7 @@ RUMP_COMPONENT(RUMP_COMPONENT_DEV_AFTERMAINBUS)
        pba.pba_memt = (bus_space_tag_t)1;
        pba.pba_dmat = (void *)0x20;
 #ifdef _LP64
-       pba.pba_dma64t = (void *)0x40;
+       pba.pba_dmat64 = (void *)0x40;
 #endif
        pba.pba_flags = PCI_FLAGS_MEM_OKAY | PCI_FLAGS_IO_OKAY |
            PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;;