summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2015-07-21 00:16:46 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2015-07-21 00:16:46 +0000
commit389d220544699f3d396471cfa34fefe8da999baa (patch)
tree290eae817c78f0530e586a09560c8b890f388288 /share/man
parent6288aa47d7f2a16c8413c4865a282119fd587c21 (diff)
Add manual page for the new amdcf(4) driver.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.octeon/Makefile4
-rw-r--r--share/man/man4/man4.octeon/amdcf.453
2 files changed, 55 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile
index 4d4b379db6d..0d1751cb81e 100644
--- a/share/man/man4/man4.octeon/Makefile
+++ b/share/man/man4/man4.octeon/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 2014/01/15 11:01:46 pirofti Exp $
+# $OpenBSD: Makefile,v 1.3 2015/07/21 00:16:45 pirofti Exp $
-MAN= octrng.4 octrtc.4
+MAN= amdcf.4 octrng.4 octrtc.4
MANSUBDIR=octeon
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.octeon/amdcf.4 b/share/man/man4/man4.octeon/amdcf.4
new file mode 100644
index 00000000000..317d4d549d4
--- /dev/null
+++ b/share/man/man4/man4.octeon/amdcf.4
@@ -0,0 +1,53 @@
+.\" $OpenBSD: amdcf.4,v 1.1 2015/07/21 00:16:45 pirofti Exp $
+.\"
+.\" Copyright (c) 2015 Paul Irofti <pirofti@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: July 21 2015 $
+.Dt AMDCF 4 octeon
+.Os
+.Sh NAME
+.Nm amdcf
+.Nd octeon AMD flash memory driver
+.Sh SYNOPSIS
+.Cd "amdcf* at iobus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides access to AMD/Fujitsu flash memory devices found on
+D-Link Octeon machines.
+.Pp
+The driver implementation follows the CFI specification and
+currently has write support disabled.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr octcf 4 ,
+.Xr sd 4 ,
+.Xr wd 4 ,
+.Xr disklabel 5 ,
+.Xr disklabel 8 ,
+.Xr fdisk 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.8 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Paul Irofti Aq Mt pirofti@openbsd.org
+with parts taken for the FreeBSD cfi driver.