Cross Reference: cia_swiz_bus_mem.c
xref: /src/sys/arch/alpha/pci/cia_swiz_bus_mem.c
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/alpha/pci/
cia_swiz_bus_mem.c revision 1.1
11.1Scgd
21.1Scgd#include <sys/param.h>
31.1Scgd#include <sys/malloc.h>
41.1Scgd#include <sys/syslog.h>
51.1Scgd#include <sys/device.h>
61.1Scgd#include <vm/vm.h>
71.1Scgd
81.1Scgd#include <machine/bus.h>
91.1Scgd
101.1Scgd#include <alpha/pci/ciareg.h>
111.1Scgd
121.1Scgd#define	CHIP		cia
131.1Scgd#define	CHIP_D_MEM_BASE	CIA_PCI_DENSE
141.1Scgd#define	CHIP_S_MEM_BASE	CIA_PCI_SPARSE0
151.1Scgd
161.1Scgd#include "pcs_bus_mem_common.c"
17

Indexes created Mon Nov 10 17:20:41 GMT 2025