CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/07 03:37:32
Modified files:
sys/kern : subr_autoconf.c
sys/sys : device.h
Log message:
Fix kernel builds with pseudo-device rd
Make the cf_attach member of struct cfdata const and sprinkle a few
const into subr_autoconf.c to make this work. Fixes the compilation
of sys/dev/rd.c with newly const rd_ca.
ok miod (who had a similar diff)
