NetBSD/sys/arch
skrll e97ebf330d Fix a logic inversion introduced with the matt-nb5-mips64 for
pmap_{zero,copy}_page cache alias handing. The check previously used
PG_MD_UNCACHED_P, where it now uses PG_MD_CACHED_P, when considering if
a cache invalidation is required.

Additionally flush the cache for the uarea va to avoid potential (future)
cache aliases in cpu_uarea_free when handing pages back to uvm for later
use.

ok matt@

Hopefully this addresses the instability reported in the following PRs:

PR/44900 - R5000/Rm5200 mips ports are broken
PR/46170 - NetBSD/cobalt 6.0_BETA does not boot
PR/46890 - upcoming NetBSD 6.0 release is very unstable / unusable on cobalt qube 2
PR/48628 - cobalt and hpcmips ports are dead
2014-04-23 20:57:15 +00:00
..
acorn26 use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
acorn32
algor make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
alpha Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
amd64 add malo at pcmcia. 2014-04-21 16:35:38 +00:00
amiga No need to use annoying HAVE_GCC to handle gcc48 m68k behavior chnages. 2014-04-19 00:55:37 +00:00
amigappc
arc make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
arm add a driver for BCM2835 obio gpio 2014-04-22 18:51:35 +00:00
atari Fix typo 2014-03-31 06:32:31 +00:00
bebox
cats Convert cats to the new world order, i.e. arm32_{bootmem,kernel_vm}_init. 2014-04-04 07:33:53 +00:00
cesfic
cobalt GC nsym 2014-04-03 19:15:43 +00:00
dreamcast make a copy of the interrupt string in buf. 2014-03-31 13:12:55 +00:00
emips fix sprintf 2014-03-26 16:10:20 +00:00
epoc32
evbarm Enable pseudo-device ipfilter. 2014-04-23 07:34:30 +00:00
evbcf
evbmips Normal memory is not poolpage memory unless poolpage memory is default memory. 2014-04-19 12:48:42 +00:00
evbppc
evbsh3
evbsh5
ews4800mips kill sprintf 2014-03-26 17:54:46 +00:00
hp300 Also fix the apci device address in dnkbd.c as apci.c rev 1.12: 2014-04-22 15:49:14 +00:00
hpc kill sprintf 2014-03-26 17:54:46 +00:00
hpcarm
hpcmips adjust to new pci_intr_string signature 2014-03-31 20:46:41 +00:00
hpcsh use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
hppa Explicitly clear p_md.md_flags for newer binaries. Fixes PR port-hppa/48755. 2014-04-18 18:32:00 +00:00
i386 we don't really have 64 bit atomic ops. 2014-04-22 14:09:19 +00:00
ia64 Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
ibmnws
iyonix make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
landisk Fix syntax (hi christos!) 2014-03-29 23:51:02 +00:00
luna68k Fix stupid botches in previous. 2014-04-21 11:06:55 +00:00
m68k Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
mac68k kill sprintf 2014-03-26 17:41:15 +00:00
macppc make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
mips Fix a logic inversion introduced with the matt-nb5-mips64 for 2014-04-23 20:57:15 +00:00
mipsco use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
mmeye
mvme68k Specify both -Wa,-march=68030 and -Wa,-mcpu=68030 in -m68060 case for gcc45. 2014-04-05 11:07:30 +00:00
mvmeppc kill sprintf 2014-03-26 17:41:15 +00:00
netwinder
news68k Replace sprintf with snprintf 2014-03-29 05:07:25 +00:00
newsmips kill sprintf 2014-03-26 17:41:15 +00:00
next68k make this compile (missing header file) 2014-03-29 19:20:29 +00:00
ofppc kill sprintf. 2014-03-26 17:38:09 +00:00
playstation2 Try with EXTERNAL_TOOLCHAIN instead of MISSING_TOOLCHAIN. 2014-04-05 11:15:57 +00:00
pmax
powerpc Fixed mkbootimage for 64-bit architectures. Now I can create a working 2014-04-22 21:37:52 +00:00
prep GCC 4.8 build fixes from John D. Baker 2014-04-03 23:49:47 +00:00
rs6000
sandpoint make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
sbmips
sgimips Get rid of a wrong comma 2014-04-02 00:46:11 +00:00
sh3 Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
sh5
shark
sparc rev. 27 SX needs memory referencing instructions written to 64bit aligned 2014-04-23 16:54:21 +00:00
sparc64 sun4v: Update comment: modified -> access 2014-04-21 17:34:38 +00:00
sun2
sun3 use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
sun68k
usermode adjust to new signature; return consistent stuff. 0 is ok -1 is error 2014-04-05 18:44:32 +00:00
vax adjust to new signature; return consistent stuff. 0 is ok -1 is error 2014-04-05 18:44:32 +00:00
x68k Put back "-Wa,-march=m68000 -Wa,-mcpu=m68000" for AFLAGS for X68000 models. 2014-04-16 14:33:43 +00:00
x86 more conservative length check. 2014-04-18 15:00:37 +00:00
xen Change findroot() to cpu_bootconf() since this is what it does. Remove bogus 2014-04-03 15:53:05 +00:00
zaurus use snprintf 2014-03-26 08:02:38 +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

README

$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