summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/flash.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/flash.4 4.html')
-rw-r--r--static/netbsd/man4/flash.4 4.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/static/netbsd/man4/flash.4 4.html b/static/netbsd/man4/flash.4 4.html
deleted file mode 100644
index 2290e16a..00000000
--- a/static/netbsd/man4/flash.4 4.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">FLASH(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">FLASH(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">flash</code> &#x2014;
- <span class="Nd">device-independent flash layer</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/flash.h</a>&gt;</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">flash</code> driver provides a
- device-independent interface for using flash memory.</p>
-<p class="Pp">The following <a class="Xr">ioctl(2)</a> operations are supported
- on <span class="Pa">/dev/flash</span>:</p>
-<dl class="Bl-tag">
- <dt id="FLASH_BLOCK_ISBAD"><a class="permalink" href="#FLASH_BLOCK_ISBAD"><code class="Dv">FLASH_BLOCK_ISBAD
- (struct flash_badblock_params)</code></a></dt>
- <dd>This command checks if a block is marked as bad.</dd>
- <dt id="FLASH_BLOCK_MARKBAD"><a class="permalink" href="#FLASH_BLOCK_MARKBAD"><code class="Dv">FLASH_BLOCK_MARKBAD
- (struct flash_badblock_params)</code></a></dt>
- <dd>This command marks a block as bad.</dd>
- <dt id="FLASH_DUMP"><a class="permalink" href="#FLASH_DUMP"><code class="Dv">FLASH_DUMP
- (struct flash_dump_params)</code></a></dt>
- <dd>This command dumps a block.</dd>
- <dt id="FLASH_ERASE_BLOCK"><a class="permalink" href="#FLASH_ERASE_BLOCK"><code class="Dv">FLASH_ERASE_BLOCK
- (struct flash_erase_params)</code></a></dt>
- <dd>This command erases one or more blocks.</dd>
- <dt id="FLASH_GET_INFO"><a class="permalink" href="#FLASH_GET_INFO"><code class="Dv">FLASH_GET_INFO
- (struct flash_info_params)</code></a></dt>
- <dd>This command acquires information about the flash device.</dd>
-</dl>
-</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/flash</span></dt>
- <dd style="width: auto;">&#x00A0;</dd>
-</dl>
-</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">flash(9)</a>, <a class="Xr">nand(9)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><span class="An">Adam Hoka</span>
- &lt;<a class="Mt" href="mailto:ahoka@NetBSD.org">ahoka@NetBSD.org</a>&gt;</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">January 21, 2010</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>