NetBSD/sys/arch
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
..
acorn26
acorn32
algor Increase SYMTAB_SPACE. 2011-05-25 22:32:18 +00:00
alpha Convert some simple_lock uses to mutex(9). 2011-05-24 20:26:34 +00:00
amd64 The %dx argument of in/out is not a memory reference, so don't use it as 2011-05-20 13:33:11 +00:00
amiga ifdef _KERNEL the inlines 2011-05-21 14:49:35 +00:00
amigappc
arc PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
arm Merge in the patch in PR/44965 with some improvements (removing ifs when 2011-05-24 17:45:49 +00:00
atari add missing include 2011-05-20 01:29:30 +00:00
bebox PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
cats
cesfic - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
cobalt PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
dreamcast Move several static wsdisplay variables into proper device specific structures 2011-05-21 12:00:18 +00:00
emips Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
evbarm Increase SYMTAB_SPACE. 2011-05-25 22:43:20 +00:00
evbmips Increase SYMTAB_SPACE to fix compilation of these kernels. 2011-05-17 22:19:37 +00:00
evbppc Increase SYMTAB_SPACE. 2011-05-25 22:43:20 +00:00
evbsh3
evbsh5
ews4800mips
hp300 Add sti at sgc configuration for SGC EVRX framebuffers found on 2011-05-21 12:06:14 +00:00
hp700 PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
hpc Added Psion Teklogix NETBOOK PRO entry. 2011-05-18 12:11:46 +00:00
hpcarm
hpcmips PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
hpcsh
hppa
i386 Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
ia64 PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
ibmnws PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
iyonix
landisk Convert to mutex(9)/condvar(9). Use RUN_ONCE(9) to avoid racy init. 2011-05-14 02:27:35 +00:00
luna68k - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
m68k - consistently use #ifdef DEBUG_FPE and #ifdef DIAGNOSTIC 2011-05-25 15:47:19 +00:00
mac68k - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
macppc PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
mips PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
mipsco
mmeye
mvme68k - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
mvmeppc PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
netwinder
news68k - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
newsmips
next68k - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
ofppc PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
pmax
powerpc Set PSL_VEC in the right place. 2011-05-25 05:42:37 +00:00
prep PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
rs6000 Remove Darwin, MACH and Mach-O support. 2011-04-26 15:51:22 +00:00
sandpoint Use printf() from libsa. 2011-05-25 19:26:21 +00:00
sbmips
sgimips crmfb may run in more than 8 bit now so we need the other rasops* as well 2011-05-22 12:33:49 +00:00
sh3 PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional 2011-05-17 17:34:47 +00:00
sh5
shark
sparc nmi_hard: convert nmi_hard_wait to use atomics. 2011-05-23 18:40:30 +00:00
sparc64 define MANUF_FUJITSU (and fix CPU_IS_SPARC64_V_UP()) and MANUF_SUN. 2011-05-25 12:01:30 +00:00
sun2 - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
sun3 - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c 2011-05-16 13:22:51 +00:00
sun68k
usermode
vax Remove pmap's simple_lock; switch to atomic ops 2011-05-24 23:30:30 +00:00
x68k Set WARNS in common Makefile.inc. 2011-05-19 21:40:11 +00:00
x86 Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64. 2011-05-26 04:25:26 +00:00
xen - Replace uses of simple_lock and ltsleep with mutex and condvar. 2011-05-22 04:27:15 +00:00
zaurus Uncommented out "file-system CD9660". 2011-05-20 21:56:46 +00:00
Makefile
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