summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/vio9p.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/vio9p.4 4.html')
-rw-r--r--static/netbsd/man4/vio9p.4 4.html67
1 files changed, 0 insertions, 67 deletions
diff --git a/static/netbsd/man4/vio9p.4 4.html b/static/netbsd/man4/vio9p.4 4.html
deleted file mode 100644
index 51ed9e9c..00000000
--- a/static/netbsd/man4/vio9p.4 4.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VIO9P(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VIO9P(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">vio9p</code> &#x2014; <span class="Nd">VirtIO 9p
- front-end driver</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="Cd">vio9p* at virtio?</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">In conjunction with <a class="Xr">mount_9p(8)</a>, the
- <code class="Nm">vio9p</code> driver enables a
- <span class="Ux">NetBSD</span> system running as a VM guest to mount an
- exported file system by the host via virtio-9p. It exports a 9p end-point of
- virtio-9p via a character device file for <a class="Xr">mount_9p(8)</a>.</p>
-<p class="Pp">Each exported file system is assigned a character device and
- accessible via <span class="Pa">/dev/vio9p0</span>,
- <span class="Pa">/dev/vio9p1</span> and so on, respectively, in exporting
- order by the host.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
-<dl class="Bl-tag Bl-compact">
- <dt><span class="Pa">/dev/vio9p?</span></dt>
- <dd style="width: auto;">&#x00A0;</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">The following command mounts the first exported file system by the
- host at <span class="Pa">/mnt/9p</span>:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre># mount_9p -cu /dev/vio9p0 /mnt/9p</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">virtio(4)</a>, <a class="Xr">mount_9p(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">vio9p</code> driver first appeared in
- <span class="Ux">NetBSD 10.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">vio9p</code> driver was written by
- <span class="An">Ryota Ozaki</span>
- &lt;<a class="Mt" href="mailto:ozaki-r@iij.ad.jp">ozaki-r@iij.ad.jp</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">October 24, 2019</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>