diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-09-15 07:23:39 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-09-15 07:23:39 +0000 |
commit | 15131092c1b66e2c49f3af590d8f3f5e9bcf51f2 (patch) | |
tree | 7f13ee776f09a91725528f4eed240cfc3a00d6d9 /share/man | |
parent | 14c9317f5f7524d192302464950e0d0e8c9ea7fd (diff) |
Add manual pages for cn30xxgmx(4) and octpip(4).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.octeon/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/cn30xxgmx.4 | 38 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/octpip.4 | 37 |
3 files changed, 78 insertions, 3 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile index a99815f3340..189865151ad 100644 --- a/share/man/man4/man4.octeon/Makefile +++ b/share/man/man4/man4.octeon/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.18 2019/09/07 14:00:32 visa Exp $ +# $OpenBSD: Makefile,v 1.19 2019/09/15 07:23:38 visa Exp $ -MAN= amdcf.4 cnmac.4 octcf.4 octcib.4 octcit.4 octciu.4 \ - octcrypto.4 octgpio.4 octiic.4 octmmc.4 octpcie.4 \ +MAN= amdcf.4 cn30xxgmx.4 cnmac.4 octcf.4 octcib.4 octcit.4 octciu.4 \ + octcrypto.4 octgpio.4 octiic.4 octmmc.4 octpcie.4 octpip.4 \ octrng.4 octrtc.4 octsctl.4 octuctl.4 octxctl.4 MANSUBDIR=octeon diff --git a/share/man/man4/man4.octeon/cn30xxgmx.4 b/share/man/man4/man4.octeon/cn30xxgmx.4 new file mode 100644 index 00000000000..c937e17dd91 --- /dev/null +++ b/share/man/man4/man4.octeon/cn30xxgmx.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: cn30xxgmx.4,v 1.1 2019/09/15 07:23:38 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: September 15 2019 $ +.Dt CN30XXGMX 4 octeon +.Os +.Sh NAME +.Nm cn30xxgmx +.Nd OCTEON packet interface +.Sh SYNOPSIS +.Cd "cn30xxgmx* at octpip?" +.Cd "cnmac* at cn30xxgmx?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the OCTEON packet interface. +.Sh SEE ALSO +.Xr cnmac 4 , +.Xr intro 4 , +.Xr octpip 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.4 . diff --git a/share/man/man4/man4.octeon/octpip.4 b/share/man/man4/man4.octeon/octpip.4 new file mode 100644 index 00000000000..10bcd0911c8 --- /dev/null +++ b/share/man/man4/man4.octeon/octpip.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: octpip.4,v 1.1 2019/09/15 07:23:38 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: September 15 2019 $ +.Dt OCTPIP 4 octeon +.Os +.Sh NAME +.Nm octpip +.Nd OCTEON packet input processing unit +.Sh SYNOPSIS +.Cd "octpip* at fdt?" +.Cd "cn30xxgmx* at octpip?" +.Sh DESCRIPTION +The +.Nm +driver provides an attachment point for OCTEON packet interfaces. +.Sh SEE ALSO +.Xr cn30xxgmx 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.6 . |