3 #ifndef _MIPS_RMI_RMIXL_OBIOVAR_H_
4 #define _MIPS_RMI_RMIXL_OBIOVAR_H_
6 #include <dev/pci/pcivar.h>
7 #include <mips/bus_dma.h>
8 #include <mips/pci_machdep.h>
10 struct obio_attach_args
{
11 bus_space_tag_t obio_bst
;
15 unsigned int obio_mult
;
16 bus_dma_tag_t obio_29bit_dmat
;
17 bus_dma_tag_t obio_32bit_dmat
;
18 bus_dma_tag_t obio_64bit_dmat
;
21 typedef struct obio_softc
{
23 bus_space_tag_t sc_bst
;
24 bus_dma_tag_t sc_29bit_dmat
;
25 bus_dma_tag_t sc_32bit_dmat
;
26 bus_dma_tag_t sc_64bit_dmat
;
31 #endif /* _MIPS_RMI_RMIXL_OBIOVAR_H_ */