NetBSD/sys/arch/atari
yamt aec75b1cc6 - change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)
2005-10-15 17:29:10 +00:00
..
atari cfmatch_t was removed at sys/device.h rev 1.75, 2005-07-03 10:22:25 +00:00
compile
conf make VMSWAP optional again. 2005-09-17 14:38:38 +00:00
dev - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
include Add m68k sunos_machdep.h 2005-07-11 13:13:56 +00:00
isa adapt to ISA "unknown address" namespace separation (purely mechanical, 2004-09-14 20:32:48 +00:00
pci Adapt to compiling with -Wshadow and -Wcast-qual, by adding const 2005-06-04 14:42:36 +00:00
stand #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h" 2005-06-28 21:00:41 +00:00
vme s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
Makefile