NetBSD/sys/arch/acorn26
bjh21 06d5a26fdb Autoconfiguration cleanup for arckbd(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Split device and (non-existent) softc for arcwskbd and arcwsmouse.
- Use aprint_*() rather than printf().
- Use device_*() to access fields of device_t.
- Use device_private() rather than a cast to convert from device_t to softc.
device/softc split not done for arckbd(4) itself because there are lots
of void* cookies that get treated as arckbd_softc at one end and device_t
at the other, and they'll need a little thought to clean up.
2009-01-06 23:58:00 +00:00
..
acorn26 Autoconfiguration cleanup: 2009-01-06 23:41:28 +00:00
compile
conf Add a TESTING kernel configuration that includes GENERIC with useful 2009-01-04 01:06:26 +00:00
include Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, 2008-12-09 20:45:44 +00:00
iobus Autoconfiguration cleanup for upc(4) at iobus(4): 2009-01-06 23:51:34 +00:00
ioc Autoconfiguration cleanup for arckbd(4): 2009-01-06 23:58:00 +00:00
podulebus device_t/softc split for experimental powerrom driver. 2009-01-04 01:02:29 +00:00
stand
vidc
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00