NetBSD/sys/arch/arm26
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
..
arm26 rationalize the use of b_flags for geteblk() buffers. 2000-11-20 08:24:08 +00:00
boot add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
compile
conf IDE hard discs seem to work -- turn them on by default. 2000-10-14 23:46:40 +00:00
include Add a pmap_steal_memory implementation. This has two good consequences. 2000-09-23 11:10:58 +00:00
iobus Ensure that the IOC is attached before any other devices, mostly because 2000-10-14 23:44:42 +00:00
ioc Change to semantics of irq_establish: IRQs are now enabled by default, which 2000-10-14 23:41:01 +00:00
mainbus
podulebus Change to semantics of irq_establish: IRQs are now enabled by default, which 2000-10-14 23:41:01 +00:00
vidc <machine/spl.h> -> <machine/intr.h> (missed this one last time) 2000-08-25 10:37:58 +00:00
Makefile