NetBSD/sys/arch
mhitch 66b730fd58 There's now some per-cpu initialization that occurs before the secondary
cpus are told to begin running.  Since the seconedary cpus weren't being
added to the cpu_info list until then, that initialization wasn't being
done and resulted in crashes on the secondary cpus.  Add the secondary
cpus to the cpu_info_list after they've been started (but waiting to be
told to start running).  This fixes the problem specifically stated in
PR port-alpha/41106.  MP alphas will now at least boot and begin running,
but will eventually crash in various ways later.
2009-09-06 18:06:24 +00:00
..
acorn26 Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
acorn32 buildfix: #include <sys/exec_aout.h> 2009-08-16 22:06:12 +00:00
algor Use bus_dmamem_common. 2009-08-21 03:45:10 +00:00
alpha There's now some per-cpu initialization that occurs before the secondary 2009-09-06 18:06:24 +00:00
amd64 hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
amiga Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
amigappc Some improvements based on the work of Adam Ciarcinski. 2009-07-21 09:49:15 +00:00
arc Define, and hook into the isa_chipset_tag_t, isabr_detach_hook(). 2009-08-19 15:16:09 +00:00
arm correct the initial value of interrupt masks. 0 is to disable. 2009-09-05 17:40:35 +00:00
atari Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
bebox isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:00:23 +00:00
cats Remove .ARM.attributes when converting from ELF to a.out. 2009-08-20 14:43:06 +00:00
cesfic Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
cobalt Replace shutdownhook_establish(9) with pmf_device_register1(9). 2009-08-31 15:18:55 +00:00
dreamcast Use rlphy(4) instead of ukphy(4) for BbA. 2009-08-23 14:38:43 +00:00
evbarm isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:14:59 +00:00
evbmips Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook(). 2009-08-19 15:13:56 +00:00
evbppc Bump SYMTAB_SPACE. 2009-08-21 16:54:20 +00:00
evbsh3 Added SH7706, SH7750R, SH7751 and SH7751R support. 2009-05-16 10:17:38 +00:00
evbsh5
ews4800mips Use bus_dmamem_common. 2009-08-21 03:45:10 +00:00
hp300 Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
hp700 Define, and hook into the isa_chipset_tag_t, mg_isa_detach_hook(). 2009-08-19 15:13:24 +00:00
hpc bzero -> memset 2009-03-18 16:00:08 +00:00
hpcarm Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
hpcmips Use bus_dmamem_common. 2009-08-21 03:56:58 +00:00
hpcsh Register with pmf(9), tell it we don't need anything. 2009-04-05 02:29:40 +00:00
hppa Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:44:57 +00:00
i386 hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
ia64 Typo fix: Mhz -> MHz 2009-08-23 16:15:45 +00:00
ibmnws isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:00:23 +00:00
iyonix Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
landisk fix build failure. 2009-08-02 00:06:44 +00:00
luna68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
m68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
mac68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
macppc Update path to the atheros HAL. 2009-08-07 18:48:38 +00:00
mips when USPACE <= PAGE_SIZE, we don't have md_upte[] in struct mdlwp 2009-08-20 03:33:53 +00:00
mipsco Use bus_dmamem_common. 2009-08-21 03:56:58 +00:00
mmeye Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
mvme68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
mvmeppc (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update 2009-08-19 15:09:56 +00:00
netwinder Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
news68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
newsmips Use bus_dmamem_common. 2009-08-21 03:56:58 +00:00
next68k Some backends may use ncr53c9x_abort(), so remove static declaration from 2009-09-02 10:34:04 +00:00
ofppc isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:00:23 +00:00
playstation2 Use bus_dmamem_common. 2009-08-21 03:56:58 +00:00
pmax Remove BOOT_AOUT, since our mips ports no longer deal with a.out. 2009-08-22 23:08:01 +00:00
powerpc Declare genppc_isa_detach_hook(). 2009-08-20 14:21:12 +00:00
prep isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:00:23 +00:00
rs6000 Add necessary files for build.sh -m rs6000 release. 2009-04-30 12:47:39 +00:00
sandpoint isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:00:23 +00:00
sbmips Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't 2009-08-13 05:15:08 +00:00
sgimips Use a proper local variable. 2009-09-02 17:22:53 +00:00
sh3 Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:44:57 +00:00
sh5
shark More sections to remove when doing ELF->a.out conversion. 2009-09-02 07:48:50 +00:00
sparc use vcons_replay_msgbuf() 2009-08-27 20:52:18 +00:00
sparc64 call vcons_replay_msgbuf() when appropriate 2009-08-20 02:49:30 +00:00
sun2 Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:44:57 +00:00
sun3 Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:44:57 +00:00
sun68k Switch sun68k standalone programs to using MI libsa and libkern. 2009-03-20 11:42:25 +00:00
usermode Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
vax Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:44:57 +00:00
x68k Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: 2009-08-26 00:30:01 +00:00
x86 Fix a bug where mapping the very end of iomem accidentally returns an 2009-09-03 23:25:04 +00:00
xen isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:04:27 +00:00
zaurus Remove all declarations of physmem from sys/arch. Add an include of 2009-08-11 17:04:14 +00:00
Makefile Convert more MACHINE tests to MACHINE_ARCH 2009-02-14 13:50:50 +00:00
README

README

$NetBSD: README,v 1.51 2008/03/01 14:37:02 joerg 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)
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)
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)
playstation2:	Sony PlayStation 2 (mips, 20011016)
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