[
{ type: install
message: <<EOM
This module can be enabled with:
# kldload rtc
and disabled with:
# kldunload rtc
For it to be loaded automatically at boottime, add "rtc" to your
kld_list entry in /etc/rc.conf . One way to do this is with the
one-off command:
# sysrc kld_list+="rtc"
EOM
}
]