Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/sparc64/pci/psycho.c 247914 2013-03-07 13:24:49Z gavin $");
---
> __FBSDID("$FreeBSD: head/sys/sparc64/pci/psycho.c 257066 2013-10-24 17:06:41Z marius $");
576,577c576
< sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, rman_get_bustag(
< sc->sc_mem_res), PCI_IO_BUS_SPACE, NULL);
---
> sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, PCI_IO_BUS_SPACE);
580,581c579
< sc->sc_pci_cfgt = sparc64_alloc_bus_tag(NULL, rman_get_bustag(
< sc->sc_mem_res), PCI_CONFIG_BUS_SPACE, NULL);
---
> sc->sc_pci_cfgt = sparc64_alloc_bus_tag(NULL, PCI_CONFIG_BUS_SPACE);
1239,1240c1237
< tag = sparc64_alloc_bus_tag(r, rman_get_bustag(
< sc->sc_mem_res), PCI_MEMORY_BUS_SPACE, NULL);
---
> tag = sparc64_alloc_bus_tag(r, PCI_MEMORY_BUS_SPACE);