Mon Nov 27 12:25:02 2017 UTC ()
Add FILES section.


(wiz)
diff -r1.1 -r1.2 src/share/man/man4/qemufwcfg.4

cvs diff -r1.1 -r1.2 src/share/man/man4/qemufwcfg.4 (switch to unified diff)

--- src/share/man/man4/qemufwcfg.4 2017/11/26 21:02:37 1.1
+++ src/share/man/man4/qemufwcfg.4 2017/11/27 12:25:02 1.2
@@ -1,50 +1,55 @@ @@ -1,50 +1,55 @@
1.\" $NetBSD: qemufwcfg.4,v 1.1 2017/11/26 21:02:37 wiz Exp $ 1.\" $NetBSD: qemufwcfg.4,v 1.2 2017/11/27 12:25:02 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE. 25.\" POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd November 26, 2017 27.Dd November 26, 2017
28.Dt QEMUFWCFG 4 28.Dt QEMUFWCFG 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm qemufwcfg 31.Nm qemufwcfg
32.Nd QEMU Firmware Configuration device driver 32.Nd QEMU Firmware Configuration device driver
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.\" TODO: is the next line correct? 34.\" TODO: is the next line correct?
35.Cd "qemufwcfg* at acpi" 35.Cd "qemufwcfg* at acpi"
36.Sh DESCRIPTION 36.Sh DESCRIPTION
37The 37The
38.Nm 38.Nm
39interface allows QEMU guests to query and modify various data items on 39interface allows QEMU guests to query and modify various data items on
40the host, usually related to firmware configuration. 40the host, usually related to firmware configuration.
 41.Sh FILES
 42.Bl -tag -width 20n
 43.It Pa /dev/qemufwctl<n>
 44device path
 45.El
41.Sh SEE ALSO 46.Sh SEE ALSO
42.Rs 47.Rs
43.%T QEMU Firmware Configuration (fw_cfg) Device 48.%T QEMU Firmware Configuration (fw_cfg) Device
44.%U https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/fw_cfg.txt 49.%U https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/fw_cfg.txt
45.Re 50.Re
46.Sh HISTORY 51.Sh HISTORY
47The 52The
48.Nm 53.Nm
49driver first appeared in 54driver first appeared in
50.Nx 9.0 . 55.Nx 9.0 .