summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-09-16 12:44:44 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-09-16 12:44:44 +0000
commit15e9beb765dc149c88515af0ba4843ed7a5ab81d (patch)
tree6a8d599d9292396d40e2edf6495fe0658fbeb11b /UPDATING
parent5b66b7f11b9257c8c60819867877b46b1af0aff2 (diff)
downloadsrc-test-15e9beb765dc149c88515af0ba4843ed7a5ab81d.tar.gz
src-test-15e9beb765dc149c88515af0ba4843ed7a5ab81d.zip
Fix 20190507 UPDATING entry
The rc mechanism for loading kernel modules is actually called 'kld_list', not 'kld_load' Reported by: yuripv
Notes
Notes: svn path=/head/; revision=352387
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 28e28cd34ea57..6fe3affa9cf44 100644
--- 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.