Deleted Added
full compact
28c28
< * $FreeBSD: stable/10/sys/sparc64/pci/schizovar.h 230664 2012-01-28 22:42:33Z marius $
---
> * $FreeBSD: stable/10/sys/sparc64/pci/schizovar.h 292789 2015-12-27 19:37:47Z marius $
41a42,48
> /*
> * This is here so that we can hook up the common bus interface
> * methods in ofw_pci.c directly.
> */
> struct ofw_pci_softc sc_ops;
>
> struct schizo_iommu_state sc_is;
44,45d50
< device_t sc_dev;
<
51c56,58
< phandle_t sc_node;
---
> struct resource *sc_mem_res[TOM_NREG];
> struct resource *sc_irq_res[STX_NINTR];
> void *sc_ihand[STX_NINTR];
52a60,63
> SLIST_ENTRY(schizo_softc) sc_link;
>
> device_t sc_dev;
>
75,87d85
< struct resource *sc_mem_res[TOM_NREG];
< struct resource *sc_irq_res[STX_NINTR];
< void *sc_ihand[STX_NINTR];
<
< struct schizo_iommu_state sc_is;
<
< struct rman sc_pci_mem_rman;
< struct rman sc_pci_io_rman;
< bus_space_handle_t sc_pci_bh[STX_NRANGE];
< bus_space_tag_t sc_pci_cfgt;
< bus_space_tag_t sc_pci_iot;
< bus_dma_tag_t sc_pci_dmat;
<
90,96d87
<
< uint8_t sc_pci_secbus;
< uint8_t sc_pci_subbus;
<
< struct ofw_bus_iinfo sc_pci_iinfo;
<
< SLIST_ENTRY(schizo_softc) sc_link;