NetBSD/sys/arch/x68k
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
..
compile
conf Look at opt_m680x0.h to determine whether to use -m68060 compiler option, 2000-11-13 14:47:14 +00:00
dev New line discipline. 2000-11-13 15:20:28 +00:00
include We use 4K pages on the x86k. Make PAGE_SIZE and friends into 2000-11-14 19:47:25 +00:00
stand Use up-to-date (newly installed) header files when DESTDIR is set. 2000-10-19 16:17:41 +00:00
usr.bin include <sys/types.h> to define u_int. 2000-07-31 23:40:02 +00:00
usr.sbin According to Takeshi Nakayama <tn@catvmics.ne.jp>, 2000-02-20 16:18:51 +00:00
x68k rationalize the use of b_flags for geteblk() buffers. 2000-11-20 08:24:08 +00:00
Makefile