diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/mvsw.4 | 43 |
2 files changed, 46 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index bd5747c4c89..fea953a2837 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.787 2020/11/15 18:04:10 patrick Exp $ +# $OpenBSD: Makefile,v 1.788 2020/11/29 22:23:51 kettenis Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -51,8 +51,8 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ mlphy.4 moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 \ mpip.4 mpu.4 msk.4 mpw.4 msts.4 mtd.4 mtdphy.4 mtio.4 mue.4 \ multicast.4 mvclock.4 mvdog.4 mvgicp.4 mvgpio.4 mvicu.4 mviic.4 \ - mvneta.4 mvpinctrl.4 mvpp.4 mvrng.4 mvrtc.4 mvspi.4 mvtemp.4 mvuart.4 \ - myx.4 ne.4 neo.4 nep.4 netintro.4 nfe.4 nge.4 nmea.4 \ + mvneta.4 mvpinctrl.4 mvpp.4 mvrng.4 mvrtc.4 mvspi.4 mvtemp.4 mvsw.4 \ + mvuart.4 myx.4 ne.4 neo.4 nep.4 netintro.4 nfe.4 nge.4 nmea.4 \ nsclpcsio.4 nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 nvme.4 nvt.4 \ oce.4 ohci.4 onewire.4 oosiop.4 openprom.4 options.4 osiop.4 otus.4 \ owid.4 owctr.4 owsbm.4 owtemp.4 \ diff --git a/share/man/man4/mvsw.4 b/share/man/man4/mvsw.4 new file mode 100644 index 00000000000..b61b5896407 --- /dev/null +++ b/share/man/man4/mvsw.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: mvsw.4,v 1.1 2020/11/29 22:23:51 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: November 29 2020 $ +.Dt MVSW 4 +.Os +.Sh NAME +.Nm mvsw +.Nd Marvell 88E6141/88E6341 switch +.Sh SYNOPSIS +.Cd "mvsw* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Marvell 88E6141/88E6341 switch. +The driver configures the hardware as an unmanaged switch that +forwards packets between all ports. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.9 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |