diff options
-rw-r--r-- | share/man/man4/man4.octeon/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/octcf.4 | 39 |
2 files changed, 42 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile index d481b5a16e0..77ef9bc508a 100644 --- a/share/man/man4/man4.octeon/Makefile +++ b/share/man/man4/man4.octeon/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2019/04/23 16:34:27 denis Exp $ +# $OpenBSD: Makefile,v 1.16 2019/04/25 15:22:22 visa Exp $ -MAN= amdcf.4 cnmac.4 octcib.4 octcit.4 octciu.4 octcrypto.4 octgpio.4 \ +MAN= amdcf.4 cnmac.4 octcf.4 octcib.4 octcit.4 octciu.4 \ + octcrypto.4 octgpio.4 \ octiic.4 octmmc.4 octrng.4 octrtc.4 octsctl.4 octuctl.4 octxctl.4 \ openprom.4 MANSUBDIR=octeon diff --git a/share/man/man4/man4.octeon/octcf.4 b/share/man/man4/man4.octeon/octcf.4 new file mode 100644 index 00000000000..97daa56463a --- /dev/null +++ b/share/man/man4/man4.octeon/octcf.4 @@ -0,0 +1,39 @@ +.\" $OpenBSD: octcf.4,v 1.1 2019/04/25 15:22:22 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: April 25 2019 $ +.Dt OCTCF 4 octeon +.Os +.Sh NAME +.Nm octcf +.Nd OCTEON CompactFlash memory driver +.Sh SYNOPSIS +.Cd "octcf* at iobus?" +.Sh DESCRIPTION +The +.Nm +driver provides access to CompactFlash memory devices on OCTEON boot bus. +.Sh SEE ALSO +.Xr amdcf 4 , +.Xr intro 4 , +.Xr disklabel 5 , +.Xr disklabel 8 , +.Xr fdisk 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.9 . |