diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-11-05 14:28:00 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-11-05 14:28:00 +0000 |
commit | cc6c70b113d4aee14a0457351b6691b4f3a542e5 (patch) | |
tree | 869d2aedf2f3d59a43cb37e7c6c986175c8bda81 /share/man/man4 | |
parent | 9299ebf6ee85c075d684beabbcaf13eab3a2c6bf (diff) |
Add manual pages for ogx(4).
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.octeon/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/ogx.4 | 42 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/ogxnexus.4 | 45 |
3 files changed, 90 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile index 190c7b3fea9..245d606e3d7 100644 --- a/share/man/man4/man4.octeon/Makefile +++ b/share/man/man4/man4.octeon/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/01 15:44:32 visa Exp $ +# $OpenBSD: Makefile,v 1.22 2019/11/05 14:27:59 visa Exp $ MAN= amdcf.4 cnmac.4 octcf.4 octcib.4 octcit.4 octciu.4 \ octcrypto.4 octgmx.4 octgpio.4 octiic.4 octmmc.4 octpcie.4 octpip.4 \ - octrng.4 octrtc.4 octsctl.4 octsmi.4 octuctl.4 octxctl.4 + octrng.4 octrtc.4 octsctl.4 octsmi.4 octuctl.4 octxctl.4 \ + ogx.4 ogxnexus.4 MANSUBDIR=octeon diff --git a/share/man/man4/man4.octeon/ogx.4 b/share/man/man4/man4.octeon/ogx.4 new file mode 100644 index 00000000000..a1b0c9c1c1d --- /dev/null +++ b/share/man/man4/man4.octeon/ogx.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: ogx.4,v 1.1 2019/11/05 14:27:59 visa Exp $ +.\" +.\" Copyright (c) 2019 Visa Hankala +.\" +.\" 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 5 2019 $ +.Dt OGX 4 octeon +.Os +.Sh NAME +.Nm ogx +.Nd OCTEON III built-in Ethernet device +.Sh SYNOPSIS +.Cd "ogx* at ogxnexus?" +.Sh DESCRIPTION +The +.Nm +driver supports built-in Ethernet ports on the OCTEON III network processor. +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr ogxnexus 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . diff --git a/share/man/man4/man4.octeon/ogxnexus.4 b/share/man/man4/man4.octeon/ogxnexus.4 new file mode 100644 index 00000000000..1eb18ad9b5d --- /dev/null +++ b/share/man/man4/man4.octeon/ogxnexus.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: ogxnexus.4,v 1.1 2019/11/05 14:27:59 visa Exp $ +.\" +.\" Copyright (c) 2019 Visa Hankala +.\" +.\" 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 5 2019 $ +.Dt OGXNEXUS 4 octeon +.Os +.Sh NAME +.Nm ogxnexus +.Nd OCTEON III Ethernet nexus +.Sh SYNOPSIS +.Cd "ogxnexus* at fdt?" +.Cd "ogx* at ogxnexus?" +.Sh DESCRIPTION +The +.Nm +driver provides an attachment point for instances of the +.Xr ogx 4 +driver. +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr ogx 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . |