NetBSD/sys/arch
mhitch 437d090c28 Long term bug finally reared its head: size of device softc was specified
as sizeof(struct device) when amiga switched to new config, and recent
additions of callout structures and a long missing struct device to the
soft structure resulted in kernel panics when attempting to open the builtin
serial port.  The callout structure initialization was clearing the serial
port softc data!  Fixed by using sizeof(struct par_softc).
2000-04-23 19:55:51 +00:00
..
alpha Carve off the ISA configuration bits from the floppy driver. Driver is 2000-04-23 16:47:45 +00:00
amiga Long term bug finally reared its head: size of device softc was specified 2000-04-23 19:55:51 +00:00
arc add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
arm32 Rename rl -> rtk. 2000-04-22 13:13:21 +00:00
atari add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
bebox Carve off the ISA configuration bits from the floppy driver. Driver is 2000-04-23 16:47:45 +00:00
cobalt name change; rl -> rtk. Still commented out. 2000-04-22 21:03:27 +00:00
evbsh3 move the Interrput Priority Level (IPL_*) definitions into MD part. 2000-04-13 15:36:09 +00:00
hp300 add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
hpcmips Support 8bpp mode on MC/R530. 2000-04-23 10:20:50 +00:00
i386 Update with reality. 2000-04-23 17:51:21 +00:00
luna68k Centralise the declarations of cpu_model, machine, machine_arch, 2000-03-28 23:57:24 +00:00
m68k Move <machine/cpu.h> above <m68k/*.h> so we get M680x0 #defines 2000-04-15 20:31:27 +00:00
mac68k add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
macppc Changes the name of RealTek driver. The new name is `rtk'. This used 2000-04-19 08:44:31 +00:00
mips delete unused function mips3_TLBReadVPS(). 2000-04-21 14:14:55 +00:00
mmeye Make this compile. 2000-04-21 13:35:27 +00:00
mvme68k Rename define 'siop' to 'msiop' to avoid clash with machine-indepndant siop 2000-04-21 16:53:20 +00:00
news68k add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
newsmips add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
next68k add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
ofppc add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
pc532 add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
pmax When the tty intialization was split out of rcons_init(), the call to 2000-04-20 20:02:34 +00:00
powerpc Make kernel profiling work. 2000-04-18 17:06:01 +00:00
prep add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
sh3 remove a debug log 2000-04-20 14:04:04 +00:00
sparc ctx_alloc: set context before flushing a stolen context's cache 2000-04-20 13:59:02 +00:00
sparc64 If we trap due to a bad kernel stack, try to switch to the interrupt strack 2000-04-22 22:06:06 +00:00
sun3 add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
vax Extend asc driver to include support for the VS400/9x. 2000-04-23 16:38:52 +00:00
x68k M680x0 are now defopt'ed. 2000-04-23 05:49:14 +00:00
Makefile