diff options
author | Joe Beteta <jbeteta@stec-inc.com> | 2013-05-31 16:08:34 -0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-10-02 08:26:36 -0700 |
commit | f52228b83292315dabb975359cdcf9db662845b2 (patch) | |
tree | ca8a5fa8a73d41b4ddd4689b16463b706c7aa598 /usr/src/man | |
parent | dcf050af29bc1c6bd38ba7f173dc18bb7c5629e1 (diff) | |
download | illumos-joyent-f52228b83292315dabb975359cdcf9db662845b2.tar.gz |
4037 sTec S112x support
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man7d/Makefile | 1 | ||||
-rw-r--r-- | usr/src/man/man7d/skd.7d | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/usr/src/man/man7d/Makefile b/usr/src/man/man7d/Makefile index ef3107692a..64b191f9c4 100644 --- a/usr/src/man/man7d/Makefile +++ b/usr/src/man/man7d/Makefile @@ -118,6 +118,7 @@ _MANFILES= aac.7d \ ses.7d \ sfe.7d \ sgen.7d \ + skd.7d \ srpt.7d \ st.7d \ sv.7d \ diff --git a/usr/src/man/man7d/skd.7d b/usr/src/man/man7d/skd.7d new file mode 100644 index 0000000000..4d9488674f --- /dev/null +++ b/usr/src/man/man7d/skd.7d @@ -0,0 +1,25 @@ +.\" +.\" This file and its contents are supplied under the terms of the +.\" Common Development and Distribution License ("CDDL"), version 1.0. +.\" You may only use this file in accordance with the terms of version +.\" 1.0 of the CDDL. +.\" +.\" A full copy of the text of the CDDL should have accompanied this +.\" source. A copy of the CDDL is also available via the Internet at +.\" http://www.illumos.org/license/CDDL. +.\" +.\" +.\" Copyright 2014 Nexenta Systems, Inc. All rights reserved. +.\" + +.TH SKD 7D "August 10, 2013" +.SH NAME +skd \- sTec S112x PCIe Solid-State Disk driver +.SH DESCRIPTION +.LP +The \fBskd\fR driver uses the \fBblkdev\fR framework to provide a solid-state +disk in \fB/dev/dsk/cNt0d0*\fR from the sTec S112x series of PCIe cards. +.LP +The skd.conf file, in \fB/kernel/drv/skd.conf\fR, contains configuration +parameters for the driver, and are documented there. They are considered an +unstable interface, subject to change without notice. |