NetBSD/sys/arch
matt e2c2dd7510 Fix diagnostic trap to be correct. PSL_EE@l would be sign-extended and this
could never match the result of the andi. before it.
2014-07-30 23:27:55 +00:00
..
acorn26 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
acorn32 "internally consistency checks" -> "internal consistency checks" 2014-07-27 03:34:41 +00:00
algor Include sljit files. 2014-07-20 10:22:54 +00:00
alpha Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
amd64 Rename radeondrmkms to just plain radeon. 2014-07-26 07:36:09 +00:00
amiga Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
amigappc Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
arc Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
arm Apply some errata workarounds 2014-07-30 20:52:18 +00:00
atari Reorganize and bump VM related constants. 2014-07-26 13:24:34 +00:00
bebox Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
cats "internally consistency checks" -> "internal consistency checks" 2014-07-27 03:34:41 +00:00
cesfic Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland. 2014-07-05 09:21:14 +00:00
cobalt Convert cobalt to generic mips bus_dma. 2014-07-29 21:21:43 +00:00
dreamcast Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
emips Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
epoc32 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
evbarm Prepare for ARM_MMU_EXTENDED 2014-07-27 09:04:09 +00:00
evbcf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
evbmips Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
evbppc Correct last, ha+l uses lis+addi, so use h+l. 2014-07-30 23:15:23 +00:00
evbsh3 Fix "error: variable 's' set but not used [-Werror=unused-but-set-variable]" 2014-06-19 13:20:13 +00:00
evbsh5
ews4800mips Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
hp300 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
hpc kill sprintf 2014-03-26 17:54:46 +00:00
hpcarm Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
hpcmips Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
hpcsh use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
hppa Fix typo in previous. Eesh. 2014-07-27 02:56:09 +00:00
i386 GCC sets up u?int_fast8_t to be int, so be consistent with it. 2014-07-28 11:22:46 +00:00
ia64 Don't provide intrnames or intrcnt, GC intrcnt.h. IA64 has evcnt(9) 2014-06-20 12:41:34 +00:00
ibmnws Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
iyonix Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
landisk Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
luna68k Sync VM_MAXUSER_ADDRESS and VM_MAX_ADDRESS with other hp300 derived ports. 2014-07-26 12:48:07 +00:00
m68k Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
mac68k Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
macppc Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
mips Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
mipsco Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
mmeye eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
mvme68k Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland. 2014-07-05 09:21:14 +00:00
mvmeppc Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
netwinder Put EHABI exception tables at the end of text. 2014-01-30 15:36:43 +00:00
news68k Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
newsmips Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
next68k Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland. 2014-07-05 09:21:14 +00:00
ofppc Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
playstation2 Split softc, fix wsfont_find call. 2014-07-08 13:35:43 +00:00
pmax Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
powerpc Fix diagnostic trap to be correct. PSL_EE@l would be sign-extended and this 2014-07-30 23:27:55 +00:00
prep Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
rs6000 Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
sandpoint Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sbmips Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
sgimips Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sh3 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sh5
shark "internally consistency checks" -> "internal consistency checks" 2014-07-27 03:34:41 +00:00
sparc Backout using humanize_number(9) in clockfreq(). 2014-07-25 17:21:32 +00:00
sparc64 Fix ALTERNATE_GLOBALS so it at least works on sun4u - using a scratch register is not a good idea... 2014-07-30 13:50:33 +00:00
sun2 Comment out options and devices to sync GENERIC rev 1.90. 2014-07-26 17:34:31 +00:00
sun3 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sun68k Move sun3 bootloader address to allow loading growing GENERIC kernels. 2014-07-26 17:24:04 +00:00
usermode Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
vax Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
x68k Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
x86 Modify p3_get_bus_clock(): 2014-07-25 14:34:22 +00:00
xen Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
zaurus unifdef -U__OLD_INTERRUPT_CODE 2014-07-27 08:55:39 +00:00
Makefile Bring back the playstation2 port - now that a toolchain for it is 2014-03-31 11:25:47 +00:00
README Bring back the playstation2 port - now that a toolchain for it is 2014-03-31 11:25:47 +00:00

$NetBSD: README,v 1.62 2014/03/31 11:25:48 martin Exp $

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

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