diff options
Diffstat (limited to 'share/man/man4')
| -rw-r--r-- | share/man/man4/Makefile | 18 | ||||
| -rw-r--r-- | share/man/man4/acpi_battery.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/agp.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/ahc.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/aw_gpio.4 (renamed from share/man/man4/man4.arm/aw_gpio.4) | 2 | ||||
| -rw-r--r-- | share/man/man4/aw_mmc.4 (renamed from share/man/man4/man4.arm/aw_mmc.4) | 6 | ||||
| -rw-r--r-- | share/man/man4/aw_rtc.4 (renamed from share/man/man4/man4.arm/aw_rtc.4) | 2 | ||||
| -rw-r--r-- | share/man/man4/aw_sid.4 (renamed from share/man/man4/man4.arm/aw_sid.4) | 2 | ||||
| -rw-r--r-- | share/man/man4/aw_spi.4 (renamed from share/man/man4/man4.arm/aw_spi.4) | 2 | ||||
| -rw-r--r-- | share/man/man4/aw_syscon.4 (renamed from share/man/man4/man4.arm/aw_syscon.4) | 2 | ||||
| -rw-r--r-- | share/man/man4/bce.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/hifn.4 | 132 | ||||
| -rw-r--r-- | share/man/man4/iwlwifi.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/le.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/mac_do.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/man4.aarch64/Makefile | 6 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/Makefile | 6 | ||||
| -rw-r--r-- | share/man/man4/p9fs.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/rights.4 | 3 | ||||
| -rw-r--r-- | share/man/man4/rndtest.4 | 1 | ||||
| -rw-r--r-- | share/man/man4/snd_dummy.4 | 17 | ||||
| -rw-r--r-- | share/man/man4/upgt.4 | 4 | 
22 files changed, 54 insertions, 171 deletions
| diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 6e076722c786..fe744776d9b3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -69,6 +69,12 @@ MAN=	aac.4 \  	audit.4 \  	auditpipe.4 \  	aue.4 \ +	${_aw_gpio.4} \ +	${_aw_mmc.4} \ +	${_aw_rtc.4} \ +	${_aw_sid.4} \ +	${_aw_spi.4} \ +	${_aw_syscon.4} \  	axe.4 \  	axge.4 \  	axp.4 \ @@ -198,7 +204,6 @@ MAN=	aac.4 \  	hidbus.4 \  	hidquirk.4 \  	hidraw.4 \ -	hifn.4 \  	hkbd.4 \  	hms.4 \  	hmt.4 \ @@ -887,7 +892,6 @@ _ntb_hw_intel.4=	ntb_hw_intel.4  _ntb_hw_plx.4=	ntb_hw_plx.4  _ntb_transport.4=ntb_transport.4  _nvram.4=	nvram.4 -_padlock.4=	padlock.4  _pchtherm.4=	pchtherm.4  _qat.4=		qat.4  _qat_c2xxx.4=	qat_c2xxx.4 @@ -934,6 +938,10 @@ _vmm.4=		vmm.4  .endif  .endif +.if ${MACHINE_CPUARCH} == "i386" +_padlock.4=	padlock.4 +.endif +  .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"  _hwt.4=		hwt.4  .if ${MACHINE_CPUARCH} == "amd64" @@ -962,6 +970,12 @@ _vmx.4=		vmx.4  .if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "aarch64" || \  	 ${MACHINE_CPUARCH} == "riscv" +_aw_gpio.4=	aw_gpio.4 +_aw_mmc.4=	aw_mmc.4 +_aw_rtc.4=	aw_rtc.4 +_aw_sid.4=	aw_sid.4 +_aw_spi.4=	aw_spi.4 +_aw_syscon.4=	aw_syscon.4  _cgem.4=	cgem.4  MLINKS+=cgem.4 if_cgem.4  .endif diff --git a/share/man/man4/acpi_battery.4 b/share/man/man4/acpi_battery.4 index 3707cd125678..49fed625ea31 100644 --- a/share/man/man4/acpi_battery.4 +++ b/share/man/man4/acpi_battery.4 @@ -158,8 +158,8 @@ Typically this will decrease every charging cycle.  .It btech  Battery technology:  .Bl -tag -width indent -.It 0x00000000 Primary cell Pq non-rechargable -.It 0x00000001 Secondary cell Pq rechargable +.It 0x00000000 Primary cell Pq non-rechargeable +.It 0x00000001 Secondary cell Pq rechargeable  .El  .It Va dvol  Design voltage in mV, diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index 2aeb01850085..b7a649117f36 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd November 28, 2007 +.Dd October 24, 2025  .Dt AGP 4  .Os  .Sh NAME @@ -34,7 +34,7 @@  The  .Nm  driver is slated to be removed in -.Fx 15.0 . +.Fx 16.0 .  .Sh DESCRIPTION  The  .Nm diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 72a1e092f1bc..a2aa911c0646 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -144,7 +144,7 @@ system hang if memory mapped I/O is attempted.  .Pp  Most modern motherboards perform the initialization correctly and work fine  with this option enabled and it is the default. This option can also be -dynamically configued through a device hint documented below. +dynamically configured through a device hint documented below.  .Ed  .Pp  To statically configure one or more controllers to assume the target role: diff --git a/share/man/man4/man4.arm/aw_gpio.4 b/share/man/man4/aw_gpio.4 index ef9fc1fe2733..5cbc7562d9bd 100644 --- a/share/man/man4/man4.arm/aw_gpio.4 +++ b/share/man/man4/aw_gpio.4 @@ -23,7 +23,7 @@  .\" SUCH DAMAGE.  .\"  .Dd October 8, 2024 -.Dt AW_GPIO 4 arm +.Dt AW_GPIO 4  .Os  .Sh NAME  .Nm aw_gpio diff --git a/share/man/man4/man4.arm/aw_mmc.4 b/share/man/man4/aw_mmc.4 index e3f961fa5067..072835cce7c0 100644 --- a/share/man/man4/man4.arm/aw_mmc.4 +++ b/share/man/man4/aw_mmc.4 @@ -22,8 +22,8 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd Dec 25, 2017 -.Dt AW_MMC 4 arm +.Dd October 20, 2025 +.Dt AW_MMC 4  .Os  .Sh NAME  .Nm aw_mmc @@ -48,6 +48,8 @@ allwinner,sun5i-a13-mmc  allwinner,sun7i-a20-mmc  .It  allwinner,sun50i-a64-mmc +.It +allwinner,sun20i-d1-mmc  .El  .Sh SYSCTL VARIABLES  The following read-only variables are available via diff --git a/share/man/man4/man4.arm/aw_rtc.4 b/share/man/man4/aw_rtc.4 index 87212d85116c..1296cd41da68 100644 --- a/share/man/man4/man4.arm/aw_rtc.4 +++ b/share/man/man4/aw_rtc.4 @@ -23,7 +23,7 @@  .\" SUCH DAMAGE.  .\"  .Dd December 10, 2024 -.Dt AW_RTC 4 arm +.Dt AW_RTC 4  .Os  .Sh NAME  .Nm aw_rtc diff --git a/share/man/man4/man4.arm/aw_sid.4 b/share/man/man4/aw_sid.4 index 8b3691259f22..5cd2f3d5e072 100644 --- a/share/man/man4/man4.arm/aw_sid.4 +++ b/share/man/man4/aw_sid.4 @@ -25,7 +25,7 @@  .\" SUCH DAMAGE.  .\"  .Dd October 8, 2024 -.Dt AW_SID 4 arm +.Dt AW_SID 4  .Os  .Sh NAME  .Nm aw_sid diff --git a/share/man/man4/man4.arm/aw_spi.4 b/share/man/man4/aw_spi.4 index d0566a45b54b..f8985e1c16bb 100644 --- a/share/man/man4/man4.arm/aw_spi.4 +++ b/share/man/man4/aw_spi.4 @@ -23,7 +23,7 @@  .\" SUCH DAMAGE.  .\"  .Dd May 17, 2018 -.Dt AW_SPI 4 arm +.Dt AW_SPI 4  .Os  .Sh NAME  .Nm aw_spi diff --git a/share/man/man4/man4.arm/aw_syscon.4 b/share/man/man4/aw_syscon.4 index 97f01196a8a6..e32f329e489a 100644 --- a/share/man/man4/man4.arm/aw_syscon.4 +++ b/share/man/man4/aw_syscon.4 @@ -25,7 +25,7 @@  .\" SUCH DAMAGE.  .\"  .Dd November 11, 2024 -.Dt AW_SYSCON 4 arm +.Dt AW_SYSCON 4  .Os  .Sh NAME  .Nm aw_syscon diff --git a/share/man/man4/bce.4 b/share/man/man4/bce.4 index ab979f371b66..aab9eaebd505 100644 --- a/share/man/man4/bce.4 +++ b/share/man/man4/bce.4 @@ -240,7 +240,7 @@ Values from 0-256 are valid.  A value of 0 disables this status block update (default 6).  .It Va hw.bce.tx_ticks  Time in microsecond ticks to wait before a status block -update is generated due to TX activitiy. +update is generated due to TX activity.  Values from 0-100 are valid.  A value of 0 disables this status block update.  Cannot be set to 0 if hw.bce.tx_quick_cons_trip is also 0 diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 deleted file mode 100644 index 22494fcb6c6d..000000000000 --- a/share/man/man4/hifn.4 +++ /dev/null @@ -1,132 +0,0 @@ -.\"	$OpenBSD: hifn.4,v 1.32 2002/09/26 07:55:40 miod Exp $ -.\" -.\" Copyright (c) 2000 Theo de Raadt -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\"    notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\"    notice, this list of conditions and the following disclaimer in the -.\"    documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, -.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd July 29, 2020 -.Dt HIFN 4 -.Os -.Sh NAME -.Nm hifn -.Nd Hifn 7751/7951/7811/7955/7956 crypto accelerator -.Sh SYNOPSIS -To compile this driver into the kernel, -place the following lines in your -kernel configuration file: -.Bd -ragged -offset indent -.Cd "device crypto" -.Cd "device cryptodev" -.Cd "device hifn" -.Ed -.Pp -Alternatively, to load the driver as a -module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -hifn_load="YES" -.Ed -.Sh DESCRIPTION -The -.Nm -driver supports various cards containing the Hifn 7751, 7951, -7811, 7955, and 7956 chipsets. -.Pp -The -.Nm -driver registers itself to accelerate -AES (7955 and 7956 only), -SHA1, and SHA1-HMAC operations for -.Xr ipsec 4 -and -.Xr crypto 4 . -.Pp -The Hifn -.Tn 7951 , -.Tn 7811 , -.Tn 7955 , -and -.Tn 7956 -will also supply data to the kernel -.Xr random 4 -subsystem. -.Sh HARDWARE -The -.Nm -driver supports various cards containing the Hifn 7751, 7951, -7811, 7955, and 7956 -chipsets, such as: -.Bl -tag -width namenamenamena -offset indent -.It Invertex AEON -No longer being made. -Came as 128KB SRAM model, or 2MB DRAM model. -.It Hifn 7751 -Reference board with 512KB SRAM. -.It PowerCrypt -Comes with 512KB SRAM. -.It XL-Crypt -Only board based on 7811 (which is faster than 7751 and has -a random number generator). -.It NetSec 7751 -Supports the most IPsec sessions, with 1MB SRAM. -.It Soekris Engineering vpn1201 and vpn1211 -See -.Pa http://www.soekris.com/ . -Contains a 7951 and supports symmetric and random number operations. -.It Soekris Engineering vpn1401 and vpn1411 -See -.Pa http://www.soekris.com/ . -Contains a 7955 and supports symmetric and random number operations. -.El -.Sh SEE ALSO -.Xr crypto 4 , -.Xr intro 4 , -.Xr ipsec 4 , -.Xr random 4 , -.Xr crypto 7 , -.Xr crypto 9 -.Sh HISTORY -The -.Nm -device driver appeared in -.Ox 2.7 . -The -.Nm -device driver was imported to -.Fx 5.0 . -.Sh CAVEATS -The Hifn 9751 shares the same PCI ID. -This chip is basically a 7751, but with the cryptographic functions missing. -Instead, the 9751 is only capable of doing compression. -Since we do not currently attempt to use any of these chips to do -compression, the 9751-based cards are not useful. -.Pp -Support for the 7955 and 7956 is incomplete; the asymmetric crypto -facilities are to be added and the performance is suboptimal. -.Sh BUGS -The 7751 chip starts out at initialization by only supporting compression. -A proprietary algorithm, which has been reverse engineered, is required to -unlock the cryptographic functionality of the chip. -It is possible for vendors to make boards which have a lock ID not known -to the driver, but all vendors currently just use the obvious ID which is -13 bytes of 0. diff --git a/share/man/man4/iwlwifi.4 b/share/man/man4/iwlwifi.4 index 660f6a9bf57c..411af54be9fb 100644 --- a/share/man/man4/iwlwifi.4 +++ b/share/man/man4/iwlwifi.4 @@ -284,7 +284,7 @@ module parameters and are mapped automatically by  .Sy linuxkpi .  They were not adjusted so that they stay consistent with upstream  Linux, e.g., for documentation available and problem investigations. -This left their names inconsistent between themselves and incosistent to +This left their names inconsistent between themselves and inconsistent to  .Fx  style.  .Pp diff --git a/share/man/man4/le.4 b/share/man/man4/le.4 index ff39361a1780..04b57633c91f 100644 --- a/share/man/man4/le.4 +++ b/share/man/man4/le.4 @@ -34,7 +34,7 @@  .\"  .\"	from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp  .\" -.Dd June 21, 2023 +.Dd October 24, 2025  .Dt LE 4  .Os  .Sh NAME @@ -66,7 +66,7 @@ numbers have to be specified in  The  .Nm  driver may not be present in -.Fx 15.0 +.Fx 16.0  and later.  .Sh DESCRIPTION  The diff --git a/share/man/man4/mac_do.4 b/share/man/man4/mac_do.4 index 39bfafd95474..d02932070e25 100644 --- a/share/man/man4/mac_do.4 +++ b/share/man/man4/mac_do.4 @@ -246,7 +246,7 @@ nor contradictory ones.  In practice, no two clauses may display the same ID except for group IDs but  only if, each time the same ID appears, it does so with a different flag, or no  flags only once. -Additionally, the specified flags in multiple occurences must not be +Additionally, the specified flags in multiple occurrences must not be  contradictory.  For example, the same group ID appearing with both  .Ql + diff --git a/share/man/man4/man4.aarch64/Makefile b/share/man/man4/man4.aarch64/Makefile index 0e85aab8b770..f35558d69a33 100644 --- a/share/man/man4/man4.aarch64/Makefile +++ b/share/man/man4/man4.aarch64/Makefile @@ -14,12 +14,6 @@ MAN=	\  # for all architectures, otherwise arm takes care of installing them.  .if !empty(MAN_ARCH) && ${MAN_ARCH} != "all"  MAN+=	\ -	aw_gpio.4 \ -	aw_mmc.4 \ -	aw_rtc.4 \ -	aw_sid.4 \ -	aw_spi.4 \ -	aw_syscon.4 \  	bcm283x_pwm.4 \  .endif diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index 6b046a1002a2..2be255ad913f 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -1,11 +1,5 @@  MAN=	\  	ar40xx.4 \ -	aw_gpio.4 \ -	aw_mmc.4 \ -	aw_rtc.4 \ -	aw_sid.4 \ -	aw_spi.4 \ -	aw_syscon.4 \  	bcm283x_pwm.4 \  	devcfg.4 \  	imx6_ahci.4 \ diff --git a/share/man/man4/p9fs.4 b/share/man/man4/p9fs.4 index 04f27abd2545..a49053d461d4 100644 --- a/share/man/man4/p9fs.4 +++ b/share/man/man4/p9fs.4 @@ -96,7 +96,7 @@ may not work correctly.  If  .Nm  is the root filesystem, -it is recommented to use with +it is recommended to use with  .Xr tmpfs 5  to ensure that temporary files created in  .Pa /tmp diff --git a/share/man/man4/rights.4 b/share/man/man4/rights.4 index 8f5f6ad9c2d2..0223ba0b6b88 100644 --- a/share/man/man4/rights.4 +++ b/share/man/man4/rights.4 @@ -281,7 +281,8 @@ Permit  and  .Xr openat 2  with -.Dv O_FSYNC +.Dv O_DSYNC , +.Dv O_FSYNC ,  or  .Dv O_SYNC  flag. diff --git a/share/man/man4/rndtest.4 b/share/man/man4/rndtest.4 index 9ed16caf3b87..c73302063cd3 100644 --- a/share/man/man4/rndtest.4 +++ b/share/man/man4/rndtest.4 @@ -49,7 +49,6 @@ is received from the device.  Failures are optionally reported on the console.  .Sh SEE ALSO  .Xr crypto 4 , -.Xr hifn 4 ,  .Xr random 4 ,  .Xr safe 4 ,  .Xr crypto 9 diff --git a/share/man/man4/snd_dummy.4 b/share/man/man4/snd_dummy.4 index 2b9d26d318ef..172b8ed70729 100644 --- a/share/man/man4/snd_dummy.4 +++ b/share/man/man4/snd_dummy.4 @@ -27,7 +27,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd July 15, 2024 +.Dd October 22, 2025  .Dt SND_DUMMY 4  .Os  .Sh NAME @@ -47,11 +47,22 @@ physical sound card.  It is intended for testing, so that test programs do not need to rely on  hardware being present in the machine in order to run.  .Pp -The driver attaches as a regular PCM device, with two channels (one playback -and one recording), as well as a mixer. +The driver attaches as a regular +.Xr sound 4 +device, with two channels (one playback and one recording), as well as a mixer.  .Pp  Playback works by discarding all input, and recording by returning silence  (zeros). +.Sh FILES +.Bl -tag -width "/dev/dsp.dummy" -compact +.It Pa /dev/dsp.dummy +Alias to the device's +.Pa /dev/dsp%d +file created by +.Xr sound 4 . +This makes it easy for tests to open the dummy devic when there are more +devices present in the system. +.El  .Sh SEE ALSO  .Xr sound 4 ,  .Xr loader.conf 5 , diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4 index 5d4ada1d1a1f..cc5775d252ac 100644 --- a/share/man/man4/upgt.4 +++ b/share/man/man4/upgt.4 @@ -48,7 +48,7 @@  .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd February 18, 2025 +.Dd October 24, 2025  .Dt UPGT 4  .Os  .Sh NAME @@ -78,7 +78,7 @@ if_upgt_load="YES"  The  .Nm  driver is slated to be removed in -.Fx 15.0 . +.Fx 16.0 .  .Sh DESCRIPTION  The  .Nm | 
