NetBSD/sys/arch
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
..
alpha Use `files.osf1' 1995-09-20 00:20:18 +00:00
amiga fix typo 1995-09-23 13:42:03 +00:00
atari Add support for the FX-card - Falcon mem. extension - (Nat!) 1995-09-23 20:31:21 +00:00
hp300 Assume primary swap is b' partition, not root partition + 1'. 1995-09-24 02:18:11 +00:00
i386 Compile the kernel with -fno-builtin. 1995-09-19 23:25:29 +00:00
m68k Make sunos_sigreturn() match prototype. 1995-09-21 11:41:04 +00:00
mac68k Add Technology Works ethernet card. From 1995-09-24 14:13:56 +00:00
mips Add "kvtophys()", which maps MIPS R2000 kernel-virtual addresses to physical addresses, 1995-09-25 20:36:23 +00:00
mvme68k Need <sys/mount.h> 1995-09-22 15:29:33 +00:00
pc532 Major update: Many changes from Matthias Pfaller. 1995-09-26 20:15:57 +00:00
pmax Fix SCC bug that broke getty on pmax SCC lines: if RAW and LITOUT were 1995-09-25 22:10:56 +00:00
sparc make sure devopen() sets pd->devtype properly when BOOTXX is defined 1995-09-26 20:07:53 +00:00
sun3 New DVMA interface, and various cleanup. 1995-09-26 04:01:53 +00:00
vax relocation_info added. 1995-09-23 14:57:40 +00:00