NetBSD/sys/arch
joerg bc843b5e55 Use prototypes from libi386.h. 2011-06-08 16:04:40 +00:00
..
acorn26 Missed needed use of device_private 2011-06-03 07:21:32 +00:00
acorn32 device_t, cfdata_t, device_private, device_xname cleanup 2011-06-03 07:35:37 +00:00
algor struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
alpha Switch alpha to use PCU to manage the FPU. 2011-06-07 00:48:29 +00:00
amd64 Disable -Werror for ah_regdomain.c if building with clang as workaround 2011-05-30 15:06:32 +00:00
amiga CFATTACH_DECL_NEW, device_t, cfdata_t 2011-06-03 00:52:22 +00:00
amigappc struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
arc
arm Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
atari A few missed device_t, cfdata_t cleanups 2011-06-05 17:09:18 +00:00
bebox Remove <machine/atomic.h>; use <sys/atomic.h> instead. 2011-06-05 16:52:22 +00:00
cats Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
cesfic CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 16:52:18 +00:00
cobalt
dreamcast
emips struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
evbarm SYMTAB_SPACE is decimal, so fix syntax error introduced by the previous. 2011-06-07 15:01:43 +00:00
evbmips CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 17:13:05 +00:00
evbppc Cleanup register use so that r5-r8 are preserved. Take advantage of 2011-06-08 05:09:21 +00:00
evbsh3
evbsh5
ews4800mips
hp300
hp700 Split device_t/softc of i82586. No crash on TME emulating sun2. 2011-06-03 16:28:40 +00:00
hpc
hpcarm
hpcmips CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 17:13:05 +00:00
hpcsh CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 17:27:42 +00:00
hppa Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
i386 Use prototypes from libi386.h. 2011-06-08 16:04:40 +00:00
ia64 Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
ibmnws Remove <machine/atomic.h>; use <sys/atomic.h> instead. 2011-06-05 16:52:22 +00:00
iyonix Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
landisk
luna68k struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
m68k - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, 2011-06-03 17:03:52 +00:00
mac68k CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 16:52:18 +00:00
macppc struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
mips Remove unused variable pcb. 2011-06-07 01:00:35 +00:00
mipsco CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 17:13:05 +00:00
mmeye struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
mvme68k struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
mvmeppc struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
netwinder Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
news68k
newsmips
next68k CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 2011-06-06 16:52:18 +00:00
ofppc struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
pmax Split device_t/softc. pmax is tested on GXemul. 2011-06-04 01:57:34 +00:00
powerpc A small speedup, when mapping memory in bus_dmamem_map, if the memory is 2011-06-08 15:19:57 +00:00
prep More device_t, cfdata, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:42:17 +00:00
rs6000 struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
sandpoint More device_t, cfdata, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:42:17 +00:00
sbmips
sgimips
sh3 Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
sh5
shark Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
sparc Split device_t/softc of am7930. No crash on TME and GXemul. 2011-06-04 01:27:57 +00:00
sparc64 convert dcache_flush_page() into a function pointer. introduce a 2011-06-06 02:49:39 +00:00
sun2 - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, 2011-06-03 17:03:52 +00:00
sun3 - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, 2011-06-03 17:03:52 +00:00
sun68k Use WARNS?=2 to pull warnings flags. 2011-05-29 10:19:09 +00:00
usermode
vax device_t, cfdata_t, etc. 2011-06-05 16:59:21 +00:00
x68k
x86 Rename to use PCI_PRODUCT_INTEL_82801DBM_LPC 2011-06-06 14:33:31 +00:00
xen Be more consistent for event handler naming with block backend: it is 2011-06-07 16:41:14 +00:00
zaurus
Makefile
README

README

$NetBSD: README,v 1.54 2011/01/27 19:09:06 pooka Exp $

acorn26:	Acorn ARM2- and ARM3-based machines (arm, 20000509)
acorn32:	Acorn computers Ltd. ARM 6/7/SA based machines (arm, 20011118)
algor:		Algorithmics, Ltd. MIPS evaluation boards (mips, 20010528)
alpha:		Compaq (formerly Digital Equipment Corp.) Alpha (alpha, 19950213)
amd64:		AMD's x86 64 bit architecture (x86_64, 20010619)
amiga:		Commodore et al. Amiga (m68k, 19930902)
amigappc:	Phase 5 Amiga (powerpc, 20000525)
arc:		MIPS Advanced Risc Computing spec machines (mips, 20000123)
atari:		Atari TT30, Falcon, and Hades (m68k, 19950326)
bebox:		Be Inc. BeBox (powerpc, 19971014)
cats:		Chalice Technologies, CATS motherboard (arm, 19981005)
cesfic:		FIC8234 VME processor board (m68k, 20010514)
cobalt:		Cobalt Networks Microservers (mips, 20000319)
dreamcast:	SEGA Dreamcast (sh3, 20010107)
emips:		Machines based on Extensible MIPS (mips, 20110126)
evbarm:		ARM-based eval boards (arm, 20010905)
evbmips:	MIPS-based eval boards (mips, 20020307)
evbppc:		PowerPC-based eval boards (powerpc, 20021209)
evbsh3:		Hitachi SuperH(TM) sh3 and sh4 eval boards (sh3, 20010206)
ews4800mips:	NEC's MIPS based EWS4800 workstations (ews4800mips, 20051229)
hp300:		Hewlett Packard 300- and 400-series machines (m68k, 19930512)
hp700:		Hewlett Packard 700-series machines (hppa, 20020606)
hpcarm:		ARM based handheld PCs (arm, 20010220)
hpcmips:	MIPS based handheld PCs (mips, 19990925)
hpcsh:		Hitachi SuperH(TM) based handheld PCs (sh3, 20010117)
i386:		Intel/AMD etc. x86 processor line (i386, 19930321)
ia64:		Intel Itanium/Itanium2 processor based workstations (ia64, -)
ibmnws:		IBM Network Station Thin Clients (powerpc, -)
iyonix:		Castle Technology xscale based workstations (arm, 20040713)
landisk:	SH4 processor based NAS appliances by I-O DATA (sh3, 20060901)
luna68k:	LUNA product line of OMRON Tateishi Electric (m68k, 20000105)
mac68k:		Apple Macintosh (m68k, 19930929)
macppc:		Apple Power Macintosh and clones (powerpc, 19980515)
mipsco:		MIPS Corp Magnum 3000 computers (mips, 20000812)
mmeye:		Hitachi SuperH(TM) computer controlled camera (sh3)
mvme68k:	Motorola's VMEbus 68K based single board computers (m68k, 19950725)
mvmeppc:	Motorola's PowerPC machines running older PPCBUG
		(powerpc, 20020227)
netwinder:	StrongARM based Netwinder machines (arm, 20010609)
news68k:	Sony's m68k based NET WORK STATION (m68k, 19991209)
newsmips:	Sony's MIPS based NET WORK STATION (mips, 19980218)
next68k:	NeXT Computer's cubes and slabs (m68k, 19980609)
ofppc:		Open Firmware based PowerPC machines (powerpc, 19980528)
pmax:		Digital Equipment Corp. MIPS based machines (mips, 19931012)
prep:		PowerPC Reference Platform machines (powerpc, 20000229)
sandpoint:	Motorola Sandpoint reference platform and DINK32 machines
		(powerpc, 20010211)
sbmips:		Broadcom's SiByte processor evaluation boards (mips, 20020306)
sgimips:	MIPS based Silicon Graphics machines (mips, 20000614)
shark:		Digital Network Appliance Reference Design ("Shark") (arm, 19960131)
sparc:		Sun Microsystems SPARC (sun4, sun4c, sun4m) 32 bit machines
		(sparc, 19931002)
sparc64:	Sun Microsystems UltraSPARC 64 bit machines (sparc64/sparc, 19980620)
sun2:		Sun m68010 based machines (m68k, 20010328)
sun3:		Sun m680[23]0 based machines (m68k, 19930625)
vax:		Digital Equipment Corp. VAX machines (vax, 19940802)
x68k:		Sharp X68000, X68030 (m68k, 19960505)
xen:		Xen virtual machine monitor (xen, 20040311)
zaurus:		Sharp Zaurus C3x00 PDAs (arm, 20061217)

Generic cpu features shared among multiple ports
arm:		ARM CPU based platform files
hppa:		Hewlett Packard PA-RISC CPU based platform files
m68k:		Motorola 680x0 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
sparc:		Sun Microsystems SPARC(TM) CPU based platform files
x86:		Intel x86 based platform files.

Generic architectural features shared among multiple ports
hpc:		Handheld PC reference platform files
sun68k:		Sun Microsystems Motorola 680x0 CPU based platform files

Single port cpu families
alpha:		Digital Equipment Alpha processor
ia64:		Intel Itanium/Itanium2 processor