From owner-freebsd-doc@FreeBSD.ORG Tue May 27 02:01:41 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E0CABDB for ; Tue, 27 May 2014 02:01:41 +0000 (UTC) Received: from mail-oa0-x22a.google.com (mail-oa0-x22a.google.com [IPv6:2607:f8b0:4003:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1B7208F for ; Tue, 27 May 2014 02:01:41 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id j17so9011844oag.1 for ; Mon, 26 May 2014 19:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1fsrwULHY7uTZkvTtbWp5Bi+Eez5HN2pGPT7wno/uLY=; b=OyFTjsqQb6KZ2gVjvwLLU8Rgj5y2c9zfCYXWwdSFKQ96x3E9M1bEWX4ScATGaly/1r cIbqalgj6Z7GCo4/8dCHARGHg0ffSECU5nErEXgcxk1zChVyfWCDfwoKii/BnjFnv5ZF XhftnPjLagJ117ismtBwu9EH8r4G10qM59exfVIbn180O5b0VdiSCimxVGbJ52rKAfMu NdpxIYy4TvR3HVCrNVdkjZ9urU1dnWpj61xX3l2tyaYxlCneq/hFh3v5kQHmJlQDozw2 chdRIP5OT1ln3WCaLWtmk/Sl9I44LW/+eZzDPplyWKQEGpe6YQECz1+8PMDfVDfxXg0p BdAA== MIME-Version: 1.0 X-Received: by 10.60.62.235 with SMTP id b11mr13786419oes.57.1401156100381; Mon, 26 May 2014 19:01:40 -0700 (PDT) Received: by 10.76.23.130 with HTTP; Mon, 26 May 2014 19:01:40 -0700 (PDT) Date: Mon, 26 May 2014 22:01:40 -0400 Message-ID: Subject: SR-IOV Patch Series 3/7: manual pages From: Ryan Stone To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 02:01:41 -0000 These patches either update existing manual pages or introduce new ones to document the new PCI SR-IOV infrastructure. Any review of this would be greatly appreciated, as I've never written manual pages before so no doubt I've made silly mistakes. Thanks to anybody who can find the time to review. http://people.freebsd.org/~rstone/patches/iov/0005-Document-pci_iov_attach-detach-in-pci.9.patch [PATCH 05/21] Document pci_iov_attach/detach in pci.9 --- share/man/man9/Makefile | 2 ++ share/man/man9/pci.9 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) http://people.freebsd.org/~rstone/patches/iov/0006-Add-manpages-for-SR-IOV-enable-disable-driver-interf.patch [PATCH 06/21] Add manpages for SR-IOV enable/disable driver interface --- share/man/man9/Makefile | 3 ++ share/man/man9/PCI_ADD_VF.9 | 114 ++++++++++++++++++++++++++++++++++++++++ share/man/man9/PCI_INIT_IOV.9 | 85 ++++++++++++++++++++++++++++++ share/man/man9/PCI_UNINIT_IOV.9 | 64 ++++++++++++++++++++++ 4 files changed, 266 insertions(+) http://people.freebsd.org/~rstone/patches/iov/0014-Add-a-manpage-for-iovctl-8.patch [PATCH 14/21] Add a manpage for iovctl(8) --- usr.sbin/iovctl/iovctl.8 | 120 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) http://people.freebsd.org/~rstone/patches/iov/0015-Add-manpage-documenting-iovctl-config-file-format.patch [PATCH 15/21] Add manpage documenting iovctl config file format. --- usr.sbin/iovctl/iovctl.conf.5 | 170 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) http://people.freebsd.org/~rstone/patches/iov/0020-Document-the-interface-for-defining-a-configuration-.patch [PATCH 20/21] Document the interface for defining a configuration schema --- share/man/man9/Makefile | 9 ++ share/man/man9/pci_iov_schema.9 | 241 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 250 insertions(+)