NetBSD/sys/arch/amiga/amiga
is 0d2955977e Fix two bugs which were inserted when adding '060 support:
- due to a merge error, 2 line were missing making all the kernel data area
  cache inhibited.
- due to a misunderstanding of "kstsize" units, all but the first page of
  the kernel segment table was copyback cached on the '040/'060 which
  should have caused sporadic user process segmentation faults or
  kernel endless loops on the '060, under heavy load (when lots of
  userland pagetables are in-core), although the problem was not yet
  observed.
1996-07-25 14:38:40 +00:00
..
DOC
adosglue.h
amiga_init.c Fix two bugs which were inserted when adding '060 support: 1996-07-25 14:38:40 +00:00
autoconf.c Delete some occurences of kernel startup debug code, move others inside 1996-05-24 19:59:33 +00:00
cc_registers.h
cc.c
cc.h
cfdev.h
cia.c
cia.h
color.h
conf.c conf.c - added scsi scanner entry 1996-05-19 21:04:18 +00:00
custom.h
db_memrw.c
device.h
disksubr.c
dkbad.c
drcustom.h Use the right microsecond delay address. To achieve this, also map that 1996-06-20 09:31:58 +00:00
genassym.c First part of M68060 and DraCo support. 1996-05-09 20:30:30 +00:00
isr.h
kdassert.h
Locore.c locc() is unused. Remove it from the machine-independent kernel interface. 1996-06-10 15:33:33 +00:00
locore.s Fix a bug in the 68020+68851 / 68030 branch of the buserr handler: 1996-06-13 19:12:25 +00:00
machdep.c Fix few more places where 040+060 rlevant stuff was only compiled for 68040, 1996-05-25 21:54:22 +00:00
mem.c
memlist.h
pmap.c conf.c - added scsi scanner entry 1996-05-19 21:04:18 +00:00
swapgeneric.c Sync with the cpu.h change: setconf() only used if defined(GENERIC). 1996-05-21 17:15:40 +00:00
sys_machdep.c Fix few more places where 040+060 rlevant stuff was only compiled for 68040, 1996-05-25 21:54:22 +00:00
trap.c Clean up the mess I left over from my yestereve's commit: partially unused 1996-05-10 14:30:53 +00:00
vectors.s First part of M68060 and DraCo support. 1996-05-09 20:30:30 +00:00
vm_machdep.c