NetBSD/sys/arch
thorpej a19e4685f7 Make CLKF_INTR() slightly less broken. The previous definition always
tested true if the CPU was running in the kernel at the time of the clock
interrupt, therefore all such time (kernel and idle) was counted as interrupt
time.  The new definition simply punts on trying to count interrupt time,
which allows us to see kernel and idle time.
2002-05-07 04:01:59 +00:00
..
acorn26 Change the various targets to look more like their libsa counterparts. 2002-05-05 10:02:17 +00:00
acorn32 rename memory_disc_size to md_root_size, so that kernels without 2002-05-06 21:18:25 +00:00
algor Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
alpha Revert revision 1.20. 2002-05-03 17:51:10 +00:00
amiga Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
amigappc Add a third argument to pmap_bootstrap() which platform-specific 2002-04-23 12:41:04 +00:00
arc Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
arm Update to md(4) changes: memory_disk_size is now md_root_size, and 2002-05-05 16:26:30 +00:00
atari also don't make the machine symlinks for 'clean' target 2002-05-05 17:11:41 +00:00
bebox Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
cats Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
cesfic Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
cobalt Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
dreamcast De-obfuscate somewhat; define and use register bit constants, etc. 2002-05-03 04:42:08 +00:00
evbarm Switch to esiop by default (again); it is fully-baked enough to use 2002-05-03 19:35:53 +00:00
evbmips Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
evbsh3 Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
hp300 400-series machines only have DIO framebuffers. From discussion 2002-05-05 22:55:49 +00:00
hpc Fixed debug print. 2002-05-03 07:31:23 +00:00
hpcarm Remove CPU_SA110 option. 2002-05-03 16:50:51 +00:00
hpcmips Added ukphy to use USB ethernet adopters. 2002-05-06 13:42:29 +00:00
hpcsh Fixed debug print. 2002-05-03 07:31:23 +00:00
i386 Add a driver for Adaptec FSA RAID controllers, as often found in Dell 2002-04-26 02:05:07 +00:00
luna68k Put the contents inside #ifdef _KERNEL, similarily to mac68k one, 2002-05-05 22:07:59 +00:00
m68k bus_dma(9) pulled pretty much verbatim from next68k. 2002-04-10 04:36:20 +00:00
mac68k Supply missing "flags" keyword. 2002-04-28 06:19:45 +00:00
macppc Add a null asm statement in adb_read_date_time() 2002-05-05 18:36:03 +00:00
mips R4600 and R5000 count registers count at half-cpu-speed as well. 2002-05-03 03:50:11 +00:00
mipsco Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
mmeye Make sure the machine symlink is there in the dependall step. 2002-05-02 18:54:32 +00:00
mvme68k remove redundant (and wrong) main() prototype 2002-05-05 20:11:37 +00:00
mvmeppc Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
netwinder Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
news68k Add _rtt(), which is called by panic() in libsa/panic.c, 2002-04-30 13:10:56 +00:00
newsmips CLEANFILES should be set regardless of target 2002-05-05 15:57:15 +00:00
next68k Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
ofppc Use powerpc/mpc6xx/genassym.cf 2002-04-25 20:07:39 +00:00
pc532 Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
playstation2 Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
pmax Use "NOMAN=" instead of "MKMAN=no"; per lukem. 2002-05-07 02:13:51 +00:00
powerpc * On the 601, obliterate all BAT entries when returning from kernel to 2002-05-02 16:47:49 +00:00
prep While I'm here: <sys/exec_elf.h> -> <elf.h>. 2002-05-04 20:47:48 +00:00
sandpoint Remove unreferenced file. 2002-05-04 18:23:35 +00:00
sbmips Fix off-by-one error in delay(). Fix from Charles Hannum in ARM code, 2002-05-03 03:36:51 +00:00
sgimips add mcclock 2002-05-04 20:06:49 +00:00
sh3 Make CLKF_INTR() slightly less broken. The previous definition always 2002-05-07 04:01:59 +00:00
shark Rename cache clean area variables from sa110_* to sa1_*. 2002-05-03 21:28:11 +00:00
sparc Drop SUN4_PGSHIFT and SUN4CM_PGSHIFT. They are already known to .S 2002-05-07 02:38:44 +00:00
sparc64 Add a flag for ofpci to let psycho chose between pci and ofpci. 2002-05-06 22:41:10 +00:00
sun2 Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
sun3 Get ctrlsp.S via .PATH directive, rather than adding full path 2002-05-05 20:38:48 +00:00
sun68k s,<dev/sun/sun_boot.h>,<sys/bootblock.h>, 2002-05-06 13:35:17 +00:00
vax Define __NO_STRICT_ALIGNMENT. 2002-05-02 16:11:28 +00:00
walnut Bump symtab space. 2002-05-03 19:52:36 +00:00
x68k libsa/Makefile: Fix rules to create symlinks on read-only source tree. 2002-05-05 11:46:29 +00:00
x86_64 Revert revision 1.3. 2002-05-03 17:52:17 +00:00
Makefile In commented-out SUBDIR, rename arm26 -> acorn26. 2002-03-24 23:15:05 +00:00
README arm26 -> acorn26. 2002-03-24 15:56:59 +00:00

README

$NetBSD: README,v 1.22 2002/03/24 15:56:59 bjh21 Exp $

acorn26:	Acorn ARM2- and ARM3-based machines (arm)
acorn32:	Acorn computers Ltd. ARM 6/7/SA based machines (arm)
algor:		Algorithmics, Ltd. MIPS evaluation boards (mips)
alpha:		Compaq (formerly Digital Equipment Corp.) Alpha (alpha)
amiga:		Commodore et al. Amiga (m68k)
amigappc:	Phase 5 Amiga (powerpc)
arc:		MIPS Advanced Risc Computing spec machines (mips)
atari:		Atari TT30, Falcon, and Hades (m68k)
bebox:		Be Inc. BeBox (powerpc)
cats:		Chalice Technologies, CATS motherboard (arm)
cesfic:  	FIC8234 VME processor board (m68k)
cobalt:		Cobalt Networks Microservers (mips)
dreamcast:	SEGA Dreamcast (sh3)
evbarm:		ARM-based eval boards (arm)
evbmips:	MIPS-based eval boards (mips)
evbsh3:		Hitachi SuperH(TM) sh3 and sh4 eval boards (sh3)
hp300:		Hewlett Packard 300- and 400-series machines (m68k)
hpcarm:		ARM based handheld PCs (arm)
hpcmips:	MIPS based handheld PCs (mips)
hpcsh:		Hitachi SuperH(TM) based handheld PCs (sh3)
i386:		Intel/AMD etc. x86 processor line (i386)
ibmnws:		IBM Network Station Thin Clients (powerpc)
luna68k:	LUNA product line of OMRON Tateishi Electric (m68k)
mac68k:		Apple Macintosh (m68k)
macppc:		Apple Power Macintosh and clones (powerpc)
mipsco:		MIPS Corp Magnum 3000 computers (mips)
mmeye:		Hitachi SuperH(TM) computer controlled camera (sh3)
mvme68k:	Motorola's VMEbus 68K based single board computers (m68k)
mvmeppc:	Motorola's VMEbus PowerPC based single board computers (powerpc)
mvme88k:	Motorola's VMEbus 88K based single board computers (m88k)
netwinder:	StrongARM based Netwinder machines (arm)
news68k:	Sony's NET WORK STATION (m68k)
newsmips:	Sony's NET WORK STATION (mips)
next68k:	NeXT Computer's cubes and slabs (m68k)
ofppc:		Open Firmware based PowerPC machines (powerpc)
pc532:		"PC-532" kit computer, based on NS 32532 CPU (ns32k)
playstation2:	SONY PlayStation 2 (mips)
pmax:		Digital Equipment Corp. MIPS based machines (mips)
prep:		PowerPC Reference Platform machines (powerpc)
sandpoint:	Motorola Sandpoint reference platform (powerpc)
sbmips:		Broadcom's SiByte processor evaluation boards (mips)
sgimips:	MIPS based Silicon Graphics machines (mips)
shark:		Digital Network Appliance Reference Design (pronounced "Shark")
		machines (arm)
sparc:		Sun Microsystems SPARC (sun4, sun4c, sun4m) 32 bit machines (sparc)
sparc64:	Sun Microsystems UltraSPARC 64 bit machines (sparc64, sparc)
sun2:		Sun m68010 based machines (m68k)
sun3:		Sun m680[23]0 based machines (m68k)
vax:		Digital Equipment Corp. VAX machines (vax)
walnut:		IBM's PowerPC 405GP Reference Board (powerpc)
x68k:		Sharp X68000, X68030 (m68k)
x86_64:		AMD's x86 64 bit architecture on the simics simulator (x86_64)

Generic architectural features shared among multiple ports
arm:		ARM cpu based platform files
hpc:		Handheld PC reference platform files
m68k:		Motorola 680x0 cpu based platform files
m88k:		Motorola 88xxx cpu based platform files
mips:		MIPS cpu based platform files
powerpc:	PowerPC cpu based platform files
sh3:		Hitachi SuperH cpu based platform files
sun68k:		Sun68k cpu based platform files