NetBSD/sys/arch/atari
ad 66fefd117b It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 12:15:35 +00:00
..
atari Same change as -r1.133 of src/sys/arch/amiga/amiga/pmap.c: 2007-07-23 23:13:04 +00:00
compile
conf Regenerate configurations after adding COMPAT_40 to GENERIC.in. 2007-07-16 06:35:53 +00:00
dev It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
include Generic soft interrupts are mandatory. 2007-07-14 21:48:17 +00:00
isa Pass (char *) to mtod(9) on pointer arith. 2007-03-06 14:12:10 +00:00
pci fix typos 2007-04-29 20:23:34 +00:00
stand Add -Os to CFLAGS, so that the boot code fits within the constraints 2006-12-01 13:52:46 +00:00
vme Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
Makefile