]> xenbits.xensource.com Git - freebsd.git/commitdiff
Fix 20190507 UPDATING entry
authorkevans <kevans@FreeBSD.org>
Mon, 16 Sep 2019 12:44:44 +0000 (12:44 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 16 Sep 2019 12:44:44 +0000 (12:44 +0000)
The rc mechanism for loading kernel modules is actually called 'kld_list',
not 'kld_load'

Reported by: yuripv

UPDATING

index 28e28cd34ea57362f7bb15e6cb4c7555b5fa516a..6fe3affa9cf447453320e7892e1d19528695e23d 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -89,8 +89,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 
 20190507:
        The tap(4) driver has been folded into tun(4), and the module has been
-       renamed to tuntap.  You should update any kld_load="if_tap" or
-       kld_load="if_tun" entries in /etc/rc.conf, if_tap_load="YES" or
+       renamed to tuntap.  You should update any kld_list="if_tap" or
+       kld_list="if_tun" entries in /etc/rc.conf, if_tap_load="YES" or
        if_tun_load="YES" entries in /boot/loader.conf to load the if_tuntap
        module instead, and "device tap" or "device tun" entries in kernel
        config files to select the tuntap device instead.