- 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)
$NetBSD: README,v 1.3 1996/11/19 20:58:32 gwr Exp $
NetBSD/sun3 supports the following busses:
Bus:
mainbus - An imaginary bus on which the other busses all reside.
obio - Devices on the motherboard, accessed by having their "registers"
mapped into the kernel's virtual address space
obmem - Devices on the motherboard that are mapped into main memory
by the hardware. Only true of some framebuffers.
vmes - VME D16 space
vmel - VME D32 space
Devices supported:
'obio' Bus:
Device Type Description
---------------------------------------------------------------------------
zs CHAR zilog 8530 serial ports; used for serial ports, keybd, mouse
le IFNET lance ethernet driver
XXX - very much incomplete...