Home | History | Annotate | Line # | Download | only in pci
cia_swiz_bus_io.c revision 1.1
      1  1.1  cgd 
      2  1.1  cgd #include <sys/param.h>
      3  1.1  cgd #include <sys/malloc.h>
      4  1.1  cgd #include <sys/syslog.h>
      5  1.1  cgd #include <sys/device.h>
      6  1.1  cgd #include <vm/vm.h>
      7  1.1  cgd 
      8  1.1  cgd #include <machine/bus.h>
      9  1.1  cgd 
     10  1.1  cgd #include <alpha/pci/ciareg.h>
     11  1.1  cgd 
     12  1.1  cgd #define	CHIP		cia
     13  1.1  cgd #define	CHIP_IO_BASE	CIA_PCI_SIO0
     14  1.1  cgd 
     15  1.1  cgd #include "pcs_bus_io_common.c"
     16