NetBSD/sys/arch/sun3
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
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Sync with GENERIC: 2005-10-06 15:13:26 +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 s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
sun3 s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
sun3x s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00