NetBSD/sys/arch/sun2
chs cbab9cadce split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
..
compile
conf Add "options COMPAT_60" to all kernel configuration files 2012-10-17 14:48:07 +00:00
dev split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
include Poor sun2 has only 14MB KVA space so reduce NKMEMPAGES_MIN_DEFAULT and 2012-08-11 17:03:26 +00:00
sun2 struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@) 2012-10-13 06:28:54 +00:00
Makefile