NetBSD/sys/arch/atari
leo 54f2532106 Change the way that bit's are cleared in the InterruptPending register of
the 68901. Do this now by _assigning_ ~<bit_to_clear> instead of the
previously used 'andb ~<bit_to_clear>'. The latter caused a rwm-cycle that
caused a race condition to happen when an interrupt arrived between the
Read and Modify-Write.
Anyway, this solved my hanging keyboard problem.
1999-08-06 08:27:30 +00:00
..
atari Do the mesgbuf initialisation a bit earlier in the boot process. This 1999-07-22 09:20:38 +00:00
compile
conf It's time to be COMPAT_14. 1999-07-29 10:37:12 +00:00
dev Change the way that bit's are cleared in the InterruptPending register of 1999-08-06 08:27:30 +00:00
include Change the semantics of splsoftclock() to be like other spl*() functions, 1999-08-05 18:08:08 +00:00
isa Change the way that bit's are cleared in the InterruptPending register of 1999-08-06 08:27:30 +00:00
pci Fix lossage with the et4000. Some of the CRT registers were incorrect. 1999-06-03 12:38:50 +00:00
stand Allow the loading of compressed kernels. This makes it again possible 1999-06-23 19:26:13 +00:00
vme Fix the IPL comparison. The previous version was plain wrong and caused 1999-04-15 09:15:29 +00:00
Makefile Reorganize installation if include files. Nuke some from atari/include as 1998-09-02 10:59:14 +00:00