NetBSD/sys/arch/pc532/include
phil 03fa08025b Major update: Many changes from Matthias Pfaller.
* conf/DEFAULT: new file, default install kernel
* conf/INSTALL: +MSDOSFS, +NO_INLINE_SPLX, +RD_SIZE=2mb, +scn4/5
* conf/KLONDIKE: cosmetic changes
* conf/STEELHEAD: cosmetic changes
* conf/files.pc532: rd got a file of it's own
* dev/lpt.c: changes to support lower interrupt latency, packet input/output
  is now done at spl0
* dev/ncr.c: changes to support the most recent atari version of the ncr5380
  driver
* dev/ncr5380.c, dev/ncr5380reg.h: upgraded to most recent atari version,
  memcpy -> bcopy.
* dev/rd.c: ramdisk driver
* dev/scn.c: by patching scndefaultrate, the kernel's default baud rate can
  be changed with gdb
* include/psl.h: struct iv now protected by !LOCORE && _KERNEL
  inlining of splx can be prevented with new kernel option NO_INLINE_SPLX
  splx_di is like splx but leaves processor interrupts disabled
* pc532/autoconf.c: cosmetic changes
* pc532/conf.c: with rd entries
* pc532/intr.c: changes to support splx_di
* pc532/locore.s: ramdisk is no longer initialized
  not splx, but rett is now used to reenable CPU interrupts when leaving the
  interrupt service routine. This is necessary to prevent recursive interrupts.
* pc532/sys_machdep.c: memcpy -> bcopy
* pc532/mem.c: moved ramdisk to dev/rd.c
* stand/Makefile: boot is now loaded at 0x3eb800 instead of 0x363800
  Use current form of libsa and libkern.
* stand/inflate.c: emit twiddle every 8k and not every 1k
* stand/rd.c: ramdisk starts at 0x288000
1995-09-26 20:15:57 +00:00
..
ansi.h new RCS ID format. 1994-10-26 08:23:50 +00:00
aout_machdep.h new RCS ID format. 1994-10-26 08:23:50 +00:00
asm.h new RCS ID format. 1994-10-26 08:23:50 +00:00
cdefs.h Changed name of __weak_reference() to __indr_reference(). They really 1995-03-23 19:58:48 +00:00
cpu.h remove unused cpu_exec() definitions. moved "broken swap" markers, for 1995-06-28 02:55:18 +00:00
db_machdep.h new RCS ID format. 1994-10-26 08:23:50 +00:00
disklabel.h move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS. 1994-10-14 18:26:22 +00:00
endian.h Updating to be like i386 version. 1995-06-18 07:13:46 +00:00
exec.h new RCS ID format. 1994-10-26 08:23:50 +00:00
float.h Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif. 1995-06-20 20:45:22 +00:00
frame.h new RCS ID format. 1994-10-26 08:23:50 +00:00
icu.h Changes by Matthias Pfaller for generic support and dumping. 1995-08-25 07:52:18 +00:00
ieeefp.h ns32k specific portions of ieeefp.h (fp_rnd, fp_except, constants, etc.). 1995-04-28 22:01:25 +00:00
jmpbuf.h new RCS ID format. 1994-10-26 08:23:50 +00:00
limits.h new RCS ID format. 1994-10-26 08:23:50 +00:00
mtpr.h new RCS ID format. 1994-10-26 08:23:50 +00:00
param.h clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), and 1995-06-26 06:55:38 +00:00
pcb.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
pmap.h KERNEL -> _KERNEL 1995-05-11 16:52:54 +00:00
proc.h new RCS ID format. 1994-10-26 08:23:50 +00:00
profile.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
psl.h Major update: Many changes from Matthias Pfaller. 1995-09-26 20:15:57 +00:00
ptrace.h Work towards getting gdb working by Craig Ruff. 1995-07-28 08:00:17 +00:00
reg.h Changes for gdb from Matthias Pfaller. 1995-08-29 22:37:41 +00:00
setjmp.h make the definition of _JBLEN mach. dep. header-dependent. 1994-12-20 10:36:27 +00:00
signal.h Only define sig_atomic_t when _ANSI_SOURCE is defined. 1995-01-10 19:01:00 +00:00
stdarg.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
trap.h new RCS ID format. 1994-10-26 08:23:50 +00:00
types.h Changes by Matthias Pfaller for generic support and dumping. 1995-08-25 07:52:18 +00:00
varargs.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
vmparam.h Increase the VM limits and initial sizes limits. 1995-02-14 18:52:29 +00:00