NetBSD/sys/arch
thorpej dce4476374 Overhaul how DMA ranges work in the ARM bus_dma implementation.
A new "arm32_dma_range" structure now describes a DMA window, with
a system address base, bus address base, and length.  In addition to
providing info about which memory regions are legal for DMA, the new
structure provides address translation support, as well.

As before, if a tag does not list any ranges, then all addresses are
considered valid, and no DMA address translation is performed.

This allows us to remove a large chunk of code which was duplicated and
tweaked slightly (to do the address translation) from the stock ARM
bus_dma in the XScale IOP and ARM Integrator ports.

Test compiled on all ARM platforms, test booted on Intel IQ80321 and Shark.
2002-07-31 17:34:23 +00:00
..
acorn26 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
acorn32 Move the calls to uvm_page_physload() out of pmap_bootstrap() and 2002-07-31 00:20:51 +00:00
algor ADW_*_DISABLE -> SCSI_ADW_*_DISABLE in comments. 2002-07-22 15:10:53 +00:00
alpha Experimentation reveals that the implementation of GET_ENV on at least 2002-07-30 20:36:42 +00:00
amiga sweep of errx/warnx, remove unnecessary trailing \n 2002-07-20 08:36:17 +00:00
amigappc
arc vga_common_attach() now seems to take quirks arg. 2002-07-26 12:57:38 +00:00
arm Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
atari sweep of errx/warnx, remove unnecessary trailing \n 2002-07-20 08:36:17 +00:00
bebox Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
cats Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
cesfic Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
cobalt Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
dreamcast Convert to new device buffer queue interface. 2002-07-27 11:07:35 +00:00
evbarm Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
evbmips Add kttcp, sysmon and broadcom/sibyte devices. 2002-07-31 03:42:54 +00:00
evbsh3 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
evbsh5 SH5 systrace(5) glue. 2002-07-12 20:43:12 +00:00
hp300 Convert to new device buffer queue interface. 2002-07-26 13:19:52 +00:00
hp700 sweep of errx/warnx, remove unnecessary trailing \n 2002-07-20 08:36:17 +00:00
hpc
hpcarm Move the calls to uvm_page_physload() out of pmap_bootstrap() and 2002-07-31 00:20:51 +00:00
hpcmips Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
hpcsh Add (commented out) options BSDDISKLABEL_EI. 2002-07-22 15:25:12 +00:00
hppa Define __HAVE_FUNCTION_DESCRIPTORS, which is used by ld.elf_so. 2002-07-10 15:18:06 +00:00
i386 Sync (commented out) SHMMAXPGS value with vmparam.h. 2002-07-22 11:05:59 +00:00
luna68k Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
m68k Only declare and define syscall_fancy if KTRACE and/or SYSTRACE are defined. 2002-07-17 21:21:46 +00:00
mac68k Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
macppc add a config for GENERIC + MP. 2002-07-28 07:40:13 +00:00
mips Sync bcm1250 headers with cfe-1.0.32. 2002-07-31 06:26:24 +00:00
mipsco Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
mmeye Add options BSDDISKLABEL_EI and options COMPAT_MMEYE_OLDLABEL. 2002-07-22 15:21:05 +00:00
mvme68k Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
mvmeppc Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
netwinder Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
news68k Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
newsmips Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
next68k Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
ofppc Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
pc532 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
playstation2 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
pmax sweep of errx/warnx, remove unnecessary trailing \n 2002-07-20 08:36:17 +00:00
pmppc Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
powerpc Don't define register references if not KERNEL or STANDALONE. 2002-07-30 06:09:10 +00:00
prep Use 11 for the USER_SR since we use BAT 12 for PCI MEM space. 2002-07-31 16:23:37 +00:00
sandpoint Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
sbmips Add support for the watchdog timers on the BCM1xxx parts. 2002-07-31 05:30:20 +00:00
sgimips Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
sh3 Fix disklabel handling on sh3 ports: 2002-07-22 15:11:09 +00:00
sh5 Apply thorpej's recent All-Ports conf.c change. Seems SH5 slipped 2002-07-19 18:53:15 +00:00
shark Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
sparc bump offset by RF_PROTECTED_SECTORS if FS_RAID 2002-07-29 14:34:12 +00:00
sparc64 clean up esp & isp attachment lines. 2002-07-29 14:35:44 +00:00
sun2 Fixed kgdb support by including <sun2/dev/cons.h>. 2002-07-27 15:55:36 +00:00
sun3 Fix a bug from last commit: Look for more work AFTER the current buf 2002-07-24 19:49:28 +00:00
sun68k
vax Count adapter, stray and device interrupts separately. 2002-07-25 12:02:00 +00:00
walnut Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
x68k Fix compile warnings in debug code. 2002-07-31 11:01:26 +00:00
x86_64 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
Makefile
README

$NetBSD: README,v 1.25 2002/07/05 13:31:37 scw Exp $

acorn26:	Acorn ARM2- and ARM3-based machines (arm)
acorn32:	Acorn computers Ltd. ARM 6/7/SA based machines (arm)
algor:		Algorithmics, Ltd. MIPS evaluation boards (mips)
alpha:		Compaq (formerly Digital Equipment Corp.) Alpha (alpha)
amiga:		Commodore et al. Amiga (m68k)
amigappc:	Phase 5 Amiga (powerpc)
arc:		MIPS Advanced Risc Computing spec machines (mips)
atari:		Atari TT30, Falcon, and Hades (m68k)
bebox:		Be Inc. BeBox (powerpc)
cats:		Chalice Technologies, CATS motherboard (arm)
cesfic:  	FIC8234 VME processor board (m68k)
cobalt:		Cobalt Networks Microservers (mips)
dreamcast:	SEGA Dreamcast (sh3)
evbarm:		ARM-based eval boards (arm)
evbmips:	MIPS-based eval boards (mips)
evbsh3:		Hitachi SuperH(TM) sh3 and sh4 eval boards (sh3)
evbsh5:		Hitachi SuperH(TM) sh5 eval boards (sh5)
hp300:		Hewlett Packard 300- and 400-series machines (m68k)
hp700:		Hewlett Packard 700-series machines (hppa)
hpcarm:		ARM based handheld PCs (arm)
hpcmips:	MIPS based handheld PCs (mips)
hpcsh:		Hitachi SuperH(TM) based handheld PCs (sh3)
i386:		Intel/AMD etc. x86 processor line (i386)
ibmnws:		IBM Network Station Thin Clients (powerpc)
luna68k:	LUNA product line of OMRON Tateishi Electric (m68k)
mac68k:		Apple Macintosh (m68k)
macppc:		Apple Power Macintosh and clones (powerpc)
mipsco:		MIPS Corp Magnum 3000 computers (mips)
mmeye:		Hitachi SuperH(TM) computer controlled camera (sh3)
mvme68k:	Motorola's VMEbus 68K based single board computers (m68k)
mvmeppc:	Motorola's VMEbus PowerPC based single board computers (powerpc)
mvme88k:	Motorola's VMEbus 88K based single board computers (m88k)
netwinder:	StrongARM based Netwinder machines (arm)
news68k:	Sony's NET WORK STATION (m68k)
newsmips:	Sony's NET WORK STATION (mips)
next68k:	NeXT Computer's cubes and slabs (m68k)
ofppc:		Open Firmware based PowerPC machines (powerpc)
pc532:		"PC-532" kit computer, based on NS 32532 CPU (ns32k)
playstation2:	SONY PlayStation 2 (mips)
pmax:		Digital Equipment Corp. MIPS based machines (mips)
pmppc:		Artesyn PMPPC card (powerpc)
prep:		PowerPC Reference Platform machines (powerpc)
sandpoint:	Motorola Sandpoint reference platform (powerpc)
sbmips:		Broadcom's SiByte processor evaluation boards (mips)
sgimips:	MIPS based Silicon Graphics machines (mips)
shark:		Digital Network Appliance Reference Design (pronounced "Shark")
		machines (arm)
sparc:		Sun Microsystems SPARC (sun4, sun4c, sun4m) 32 bit machines (sparc)
sparc64:	Sun Microsystems UltraSPARC 64 bit machines (sparc64, sparc)
sun2:		Sun m68010 based machines (m68k)
sun3:		Sun m680[23]0 based machines (m68k)
vax:		Digital Equipment Corp. VAX machines (vax)
walnut:		IBM's PowerPC 405GP Reference Board (powerpc)
x68k:		Sharp X68000, X68030 (m68k)
x86_64:		AMD's x86 64 bit architecture on the simics simulator (x86_64)

Generic architectural features shared among multiple ports
arm:		ARM cpu based platform files
hpc:		Handheld PC reference platform files
hppa:		Hewlett Packard PA-RISC cpu based platform files
m68k:		Motorola 680x0 cpu based platform files
m88k:		Motorola 88xxx cpu based platform files
mips:		MIPS cpu based platform files
powerpc:	PowerPC cpu based platform files
sh3:		Hitachi SuperH(TM) sh3 and sh4 cpu based platform files
sh5:		Hitachi SuperH(TM) sh5 cpu based platform files
sun68k:		Sun Motorola 680x0 cpu based platform files