Deleted Added
full compact
25c25
< * $FreeBSD: head/sys/powerpc/powermac/uninorthvar.h 217658 2011-01-20 20:22:19Z andreast $
---
> * $FreeBSD: head/sys/powerpc/powermac/uninorthvar.h 230993 2012-02-04 19:54:13Z nwhitehorn $
31,38c31
< struct uninorth_range {
< u_int32_t pci_hi;
< u_int32_t pci_mid;
< u_int32_t pci_lo;
< u_int32_t host;
< u_int32_t size_hi;
< u_int32_t size_lo;
< };
---
> #include <powerpc/ofw/ofw_pci.h>
40,49d32
< struct uninorth_range64 {
< u_int32_t pci_hi;
< u_int32_t pci_mid;
< u_int32_t pci_lo;
< u_int32_t host_hi;
< u_int32_t host_lo;
< u_int32_t size_hi;
< u_int32_t size_lo;
< };
<
51,52c34
< device_t sc_dev;
< phandle_t sc_node;
---
> struct ofw_pci_softc pci_sc;
55,65d36
< int sc_bus;
< struct uninorth_range sc_range[7];
< int sc_nrange;
< int sc_iostart;
< struct rman sc_io_rman;
< struct rman sc_mem_rman;
< bus_space_tag_t sc_iot;
< bus_space_tag_t sc_memt;
< bus_dma_tag_t sc_dmat;
< struct ofw_bus_iinfo sc_pci_iinfo;
<