Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144990403
D51080.id157718.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D51080.id157718.diff
View Options
diff --git a/share/man/man4/ath10k.4 b/share/man/man4/ath10k.4
--- a/share/man/man4/ath10k.4
+++ b/share/man/man4/ath10k.4
@@ -34,12 +34,10 @@
if enabled in
.Xr rc.conf 5 .
.Pp
-Only if auto-loading is explicitly disabled, place the following
-lines in
-.Xr rc.conf 5
+Only if auto-loading is explicitly disabled, run the following command
to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_ath10k"
+sysrc kld_list+="if_ath10k"
.Ed
.Pp
It is discouraged to load the driver from
diff --git a/share/man/man4/hwpmc.4 b/share/man/man4/hwpmc.4
--- a/share/man/man4/hwpmc.4
+++ b/share/man/man4/hwpmc.4
@@ -47,7 +47,7 @@
.Pp
To load the driver as a module at boot time:
.Bd -literal -offset indent
-sysrc kld_list+=hwpmc
+sysrc kld_list+="hwpmc"
.Ed
.Pp
Alternatively, to compile the driver into the kernel:
diff --git a/share/man/man4/iwlwifi.4 b/share/man/man4/iwlwifi.4
--- a/share/man/man4/iwlwifi.4
+++ b/share/man/man4/iwlwifi.4
@@ -44,7 +44,7 @@
.Xr rc.conf 5
to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_iwlwifi"
+sysrc kld_list+="if_iwlwifi"
.Ed
.Pp
The driver should automatically load any
@@ -322,6 +322,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/iwx.4 b/share/man/man4/iwx.4
--- a/share/man/man4/iwx.4
+++ b/share/man/man4/iwx.4
@@ -30,7 +30,6 @@
In
.Xr rc.conf 5 :
.Cd devmatch_blocklist="if_iwlwifi"
-.Cd kld_list="if_iwx"
.Pp
In
.Xr sysctl.conf 5 :
@@ -46,6 +45,16 @@
.Xr rc.conf 5 ,
the driver will be automatically loaded with
.Xr devmatch 8 .
+.Pp
+To load the driver manually, use
+.Xr kldload 8
+at runtime.
+.Pp
+To load the driver as a module at boot time:
+.Bd -literal -offset indent
+sysrc kld_list+="if_iwx"
+.Ed
+.Pp
The
.Nm
driver can be configured at runtime with
@@ -138,6 +147,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/mt7915.4 b/share/man/man4/mt7915.4
--- a/share/man/man4/mt7915.4
+++ b/share/man/man4/mt7915.4
@@ -36,12 +36,10 @@
if enabled in
.Xr rc.conf 5 .
.Pp
-Only if auto-loading is explicitly disabled, place the following
-lines in
-.Xr rc.conf 5
+Only if auto-loading is explicitly disabled, run the following command
to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_mt7915"
+sysrc kld_list+="if_mt7915"
.Ed
.Pp
The driver should automatically load any
@@ -95,6 +93,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/mt7921.4 b/share/man/man4/mt7921.4
--- a/share/man/man4/mt7921.4
+++ b/share/man/man4/mt7921.4
@@ -36,12 +36,10 @@
if enabled in
.Xr rc.conf 5 .
.Pp
-Only if auto-loading is explicitly disabled, place the following
-lines in
-.Xr rc.conf 5
+Only if auto-loading is explicitly disabled, run the following command
to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_mt7921"
+sysrc kld_list+="if_mt7921"
.Ed
.Pp
The driver should automatically load any
@@ -95,6 +93,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/rtw88.4 b/share/man/man4/rtw88.4
--- a/share/man/man4/rtw88.4
+++ b/share/man/man4/rtw88.4
@@ -20,7 +20,7 @@
.Xr rc.conf 5
to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_rtw88"
+sysrc kld_list+="if_rtw88"
.Ed
.Pp
It is not possible to load the driver from
@@ -89,6 +89,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/rtw89.4 b/share/man/man4/rtw89.4
--- a/share/man/man4/rtw89.4
+++ b/share/man/man4/rtw89.4
@@ -15,12 +15,10 @@
if enabled in
.Xr rc.conf 5 .
.Pp
-Only if auto-loading is explicitly disabled, place the following
-lines in
-.Xr rc.conf 5
-to manually load the driver as a module at boot time:
+Only if auto-loading is explicitly disabled, run the following
+command to manually load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} if_rtw89"
+sysrc kld_list+="if_rtw89"
.Ed
.Pp
It is not possible to load the driver from
@@ -90,6 +88,7 @@
.Xr networking 7 ,
.Xr fwget 8 ,
.Xr ifconfig 8 ,
+.Xr sysrc 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
The
diff --git a/share/man/man4/uchcom.4 b/share/man/man4/uchcom.4
--- a/share/man/man4/uchcom.4
+++ b/share/man/man4/uchcom.4
@@ -42,10 +42,6 @@
.Cd "device uchcom"
.Pp
In
-.Xr rc.conf 5 :
-.Cd kld_list="uchcom"
-.Pp
-In
.Xr sysctl.conf 5 :
.Cd hw.usb.uchcom.debug=1
.Sh DESCRIPTION
@@ -55,18 +51,20 @@
If the appropriate hardware is detected,
the driver will be loaded automatically by
.Xr devmatch 8 .
-To load the driver manually, add it to the
-.Ic kld_list
-in
-.Xr rc.conf 5 ,
-or use
-.Xr kldload 8
-at runtime.
The device is accessed through the
.Xr ucom 4
driver, which makes it behave like a
.Xr tty 4 .
.Pp
+To load the driver as a module at boot time:
+.Bd -literal -offset indent
+sysrc kld_list+="uchcom"
+.Ed
+.Pp
+To load the driver manually use
+.Xr kldload 8
+at runtime.
+.Pp
Call out through this interface with applications like
.Xr cu 1
or
@@ -115,9 +113,14 @@
.El
.Sh SEE ALSO
.Xr cu 1 ,
+.Xr tip 1 ,
.Xr tty 4 ,
.Xr ucom 4 ,
-.Xr usb 4
+.Xr usb 4 ,
+.Xr devmatch 8 ,
+.Xr kldload 8 ,
+.Xr sysctl 8 ,
+.Xr sysrc 8
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/uftdi.4 b/share/man/man4/uftdi.4
--- a/share/man/man4/uftdi.4
+++ b/share/man/man4/uftdi.4
@@ -42,10 +42,6 @@
.Cd "device uftdi"
.Pp
In
-.Xr rc.conf 5 :
-.Cd kld_list="uftdi"
-.Pp
-In
.Xr sysctl.conf 5 :
.Cd hw.usb.uftdi.debug=1
.Cd hw.usb.uftdi.skip_jtag_interfaces=0
@@ -56,13 +52,16 @@
If the appropriate hardware is detected,
the driver will be loaded automatically by
.Xr devmatch 8 .
-To load the driver manually, add it to the
-.Ic kld_list
-in
-.Xr rc.conf 5 ,
-or use
+.Pp
+To load the driver manually, use
.Xr kldload 8
at runtime.
+.Pp
+To load the driver as a module at boot time:
+.Bd -literal -offset indent
+sysrc kld_list+="uftdi"
+.Ed
+.Pp
The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
@@ -267,9 +266,11 @@
.El
.Sh SEE ALSO
.Xr cu 1 ,
+.Xr tip 1 ,
.Xr tty 4 ,
.Xr ucom 4 ,
-.Xr usb 4
+.Xr usb 4 ,
+.Xr sysrc 8
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/vmm.4 b/share/man/man4/vmm.4
--- a/share/man/man4/vmm.4
+++ b/share/man/man4/vmm.4
@@ -46,7 +46,7 @@
.Xr bhyve 4
hypervisor.
The following platforms are supported:
-.Bl -bullet -compat
+.Bl -bullet
.It
amd64: An Intel CPU with VT-x/EPT or AMD CPU with SVM support is required.
.It
@@ -87,8 +87,8 @@
kernel module almost certainly needs to be loaded from
.Xr loader.conf 5
rather than by adding it to
-.Va kld_list in
-.Xr rc.conf 5 .
+.Va kld_list with
+.Xr sysrc 8 .
.Pp
A large number of PCI device entries may require a string longer than the
128-character limit of
@@ -145,7 +145,8 @@
.Xr bhyve 8 ,
.Xr bhyveload 8 ,
.Xr devctl 8 ,
-.Xr kldload 8
+.Xr kldload 8 ,
+.Xr sysrc 8
.Sh HISTORY
.Nm vmm.ko
first appeared in
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -670,7 +670,8 @@
.Va kld_list
in the
.Xr rc.conf 5
-file outside of the jails.
+file outside of the jails using
+.Xr sysrc 8 .
Similarily, if the
.Xr gssd 8
is to be run in a jail, either the kernel
@@ -1538,6 +1539,7 @@
.Xr shutdown 8 ,
.Xr sysctl 8 ,
.Xr syslogd 8 ,
+.Xr sysrc 8 ,
.Xr umount 8 ,
.Xr zfs-jail 8 ,
.Xr extattr 9
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8
--- a/usr.sbin/mountd/mountd.8
+++ b/usr.sbin/mountd/mountd.8
@@ -30,9 +30,7 @@
.Os
.Sh NAME
.Nm mountd
-.Nd service remote
-.Tn NFS
-mount requests
+.Nd service remote NFS mount requests
.Sh SYNOPSIS
.Nm
.Op Fl 2AadelNnRrSs
@@ -42,12 +40,9 @@
.Sh DESCRIPTION
The
.Nm
-utility is the server for
-.Tn NFS
-mount requests from other client machines.
-It listens for service requests at the port indicated in the
-.Tn NFS
-server specification; see
+utility is the server for NFS mount requests from other client machines.
+It listens for service requests at the port indicated in the NFS server
+specification; see
.%T "Network File System Protocol Specification" ,
RFC1094, Appendix A and
.%T "NFS: Network File System Version 3 Protocol Specification" ,
@@ -57,9 +52,7 @@
.Bl -tag -width indent
.It Fl 2
Allow the administrator to force clients to use only the
-version 2
-.Tn NFS
-protocol to mount file systems from this server.
+version 2 NFS protocol to mount file systems from this server.
.It Fl A
Silence the warnings related to
.Dq administrative controls .
@@ -79,7 +72,7 @@
for the export file line.
With this option, the exports line will fail, whereas
without this option, a warning will be generated by
-.Xr syslog 8 ,
+.Xr syslogd 8 ,
but the export will be done.
.It Fl d
Output debugging information.
@@ -217,26 +210,18 @@
.Pp
If
.Nm
-detects that the running kernel does not include
-.Tn NFS
+detects that the running kernel does not include NFS
support, it will attempt to load a loadable kernel module containing
-.Tn NFS
-code, using
+NFS code, using
.Xr kldload 2 .
-If this fails, or no
-.Tn NFS
-KLD was available,
+If this fails, or no NFS KLD was available,
.Nm
exits with an error.
When run in a jail, the
.Xr kldload 2
-must be done outside the jail, typically by adding
-.Dq nfsd
-to
-.Va kld_list
-in the
-.Xr rc.conf 5
-file on the jail host.
+must be done outside the jail, typically by using
+.Xr sysrc 8
+on the jail host.
.Sh FILES
.Bl -tag -width /var/run/mountd.pid -compact
.It Pa /etc/exports
@@ -256,7 +241,8 @@
.Xr nfsd 8 ,
.Xr rpcbind 8 ,
.Xr showmount 8 ,
-.Xr syslog 8
+.Xr syslogd 8 ,
+.Xr sysrc 8
.Sh HISTORY
The
.Nm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 7:41 PM (11 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28734240
Default Alt Text
D51080.id157718.diff (9 KB)
Attached To
Mode
D51080: Update multiple driver manual pages to use sysrc(8) instead of rc.conf(5)
Attached
Detach File
Event Timeline
Log In to Comment