NetBSD/sys/arch/atari
chs c62d17a551 rationalize the use of b_flags for geteblk() buffers.
rather than assigning to the whole field, set or clear individual flags,
which implies that the B_BUSY and B_INVAL flags will remain set.
this allows us to make the assertion in brelse() that B_BUSY is set,
which is the purpose of all this.
2000-11-20 08:24:08 +00:00
..
atari rationalize the use of b_flags for geteblk() buffers. 2000-11-20 08:24:08 +00:00
compile
conf enable rnd device. they are now mandatory for ssh/sshd support, 2000-10-04 03:35:53 +00:00
dev Adapt to new line discipline scheme. 2000-11-02 00:26:35 +00:00
include We use 8K pages on the Atari. Make PAGE_SIZE and friends into 2000-11-14 19:01:09 +00:00
isa remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:22:17 +00:00
pci Move config_console() out of the grf-layer. This allows for more than just 2000-09-28 07:26:48 +00:00
stand Correct `off by one' error when testing against size of disk. 2000-10-23 06:56:00 +00:00
vme remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:22:17 +00:00
Makefile