NetBSD/sys/arch
dyoung 5770bb4c31 Add extio, gpio. Remove admflash. Makes the compile again. 2007-04-03 23:53:34 +00:00
..
acorn26 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
acorn32 Remove duplicate #include <sys/param.h>, and instead 2007-03-26 22:46:20 +00:00
algor It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
alpha Absent documentation as to what the newly added 'ipl' argument to 2007-03-14 21:39:39 +00:00
amd64 s/linux/linux32/ in warning messages. 2007-03-22 12:08:51 +00:00
amiga Remove unneeded #include <getopt.h> 2007-03-26 23:08:29 +00:00
amigappc Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
arc Well, as pointed out by is@ for the amiga port, the added indirection 2007-03-11 17:39:02 +00:00
arm Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
atari Apply MI softintr(9) patch before it becomes rotten. Untested. 2007-03-21 10:56:26 +00:00
bebox Use mtod(m, char*) when you want to do pointer arithmetic on the result. 2007-03-05 21:40:30 +00:00
cats It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
cesfic - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
cobalt Use char * where pointer arithmetics are required. 2007-03-17 11:45:21 +00:00
dreamcast IRL line connected to each device on sysasic is not always corresponding 2007-03-12 14:03:47 +00:00
evbarm It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
evbmips Add extio, gpio. Remove admflash. Makes the compile again. 2007-04-03 23:53:34 +00:00
evbppc It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
evbsh3 Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts 2007-02-16 02:53:43 +00:00
evbsh5 Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ews4800mips s/intialized/initialized/ 2007-03-17 13:51:46 +00:00
hp300 Use vaddr_t casts rather than pointer arithmetic (in #ifdef DIAGNOSTIC). 2007-03-12 12:09:34 +00:00
hp700 Nullify the instruction after hp700_intr_ipending_new... scary. 2007-03-24 09:45:32 +00:00
hpc Cast to char* before doing pointer arithmetic. 2007-03-05 21:35:42 +00:00
hpcarm Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
hpcmips It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
hpcsh Cosmetic. Propagage "static" to definitions. Don't use // comments. 2007-03-13 03:00:49 +00:00
hppa Move a comment and correct a typo. 2007-03-16 08:02:49 +00:00
i386 Now that all DRM drivers build (thanks jmcneill), readd them. 2007-03-29 13:11:14 +00:00
ia64 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
ibmnws Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
iyonix It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
landisk We don't need SYMTAB_SPACE. 2007-03-23 02:19:17 +00:00
luna68k - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
m68k LOCK_CAS_CHECK(): make sure we're in kernel mode. 2007-03-13 17:17:28 +00:00
mac68k Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
macppc In the AOAKeylargo case, there is no hardware volume control. Instead, 2007-04-03 13:11:21 +00:00
mips the last of caddr_t in sys/, save for netbsd32_caddr_t and the like. 2007-03-23 20:05:47 +00:00
mipsco Use make some void * variables char * instead of sprinkling casts 2007-03-21 10:26:19 +00:00
mmeye Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
mvme68k - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
mvmeppc Cast to char* before doing pointer arithmetic. 2007-03-05 20:38:19 +00:00
netwinder Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
news68k - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
newsmips Cast to char* before doing pointer arithmetic. 2007-03-08 22:28:41 +00:00
next68k - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
ofppc Implement support for softintrs. 2007-03-10 14:15:48 +00:00
pc532 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
pdp10 Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
playstation2 s/intialized/initialized/ 2007-03-17 13:51:46 +00:00
pmax Fix some caddr_t rototill fallout. 2007-03-06 22:31:36 +00:00
pmppc It doesn't make sense to specify "configuration" and "interface" 2007-03-14 12:27:20 +00:00
powerpc Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
prep When we have a non-PReP pci bridge, we need to perform a single swizzle 2007-03-22 08:23:10 +00:00
sandpoint Use char* with mtod() when doing pointer arithmetic on the result. 2007-03-09 12:03:25 +00:00
sbmips Fix some caddr_t rototill fallout. 2007-03-06 00:43:50 +00:00
sgimips The wd33c93 chip appears to be clocked at 20MHz for all systems with a HPC. 2007-03-30 19:04:40 +00:00
sh3 Mark __sh4_itlb_invalidate_all we call while running on P2 with 2007-03-31 22:49:49 +00:00
sh5 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
shark Install both netbsd and netbsd.aout into / when running a "make install" in 2007-03-12 15:09:35 +00:00
sparc Add USB support (for the Javastation Espresso). 2007-03-18 17:29:56 +00:00
sparc64 Cleanup last by using a "n"umeric address space identifier. 2007-03-31 13:04:21 +00:00
sun2 Bump MAXBSIZE to 0x4000 because 16KB could be used by default 2007-03-16 18:39:21 +00:00
sun3 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
sun68k - Define LOCK_CAS_CHECK() in m68k/frame.h (there because it operates on 2007-03-12 02:51:03 +00:00
vax Add -fno-pic to CFLAGS and AFLAGS 2007-03-31 06:03:13 +00:00
x68k Make it compilable with DEBUG. 2007-03-21 05:15:50 +00:00
x86 Initialize msr_read explicitly to avoid a hang, from FUKUMUTO Atsushi. 2007-04-03 07:56:08 +00:00
xen unb0rk build. 2007-03-14 22:26:02 +00:00
zaurus Updating GENERIC to include bpfilter to allow dhclient to work. 2007-03-16 04:44:12 +00:00
Makefile Add zaurus. 2006-12-17 16:08:09 +00:00
README Add zaurus. 2006-12-17 16:11:56 +00:00

README

$NetBSD: README,v 1.41 2006/12/17 16:11:56 peter 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)
evbsh5:		Hitachi SuperH(TM) sh5 eval boards (sh5, 20020705)
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)
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 VMEbus PowerPC based single board computers
		(powerpc, 20020227)
mvme88k:	Motorola's VMEbus 88K based single board computers (m88k, -)
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)
pdp10:		Digital PDP 10 emulators; a 9 bit byte, 36 bit word machine (pdp10, 20030831)
pc532:		"PC-532" kit computer, based on NS 32532 CPU (ns32k, 19930909)
playstation2:	Sony PlayStation 2 (mips, 20011016)
pmax:		Digital Equipment Corp. MIPS based machines (mips, 19931012)
pmppc:		Artesyn PMPPC card (powerpc, 20020531)
prep:		PowerPC Reference Platform machines (powerpc, 20000229)
sandpoint:	Motorola Sandpoint reference platform (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
sh5:		Hitachi SuperH(TM) sh5 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
m88k:		Motorola 88xxx CPU based platform files
ns32k:		National Semiconductor NS 32532 processor
pdp10:		Digital Equipment PDP 10 processor