1 2 #include <sys/param.h> 3 #include <sys/malloc.h> 4 #include <sys/syslog.h> 5 #include <sys/device.h> 6 #include <vm/vm.h> 7 8 #include <machine/bus.h> 9 10 #include <alpha/pci/ciareg.h> 11 12 #define CHIP cia 13 #define CHIP_IO_BASE CIA_PCI_SIO0 14 15 #include "pcs_bus_io_common.c" 16