Remove userspace row

This commit is contained in:
Bottersnike 2022-04-25 02:08:50 +01:00
parent 3603904f51
commit 5423f92a41
1 changed files with 24 additions and 127 deletions

View File

@ -1,4 +1,20 @@
{% extends "sega.html" %}
{% macro nameTable(name, guid=None) %}
<table>
<tr>
<td>Device Name</td>
<td>{% if name %}<code>\Device\{{ name }}</code>{% endif %}</td>
</tr>
<tr>
<td>Linked To</td>
<td>{% if name %}<code>\DosDevices\{{name}}</code> (<code>\\.\{{name}}</code>){% endif %}</td>
</tr>
<tr>
<td>Device GUID</td>
<td>{% if guid %}<code>{{ guid }}</code>{% endif %}</td>
</tr>
</table>
{% endmacro %}
{% block title %}Drivers{% endblock %}
{% block body %}
<h1>Drivers</h1>
@ -63,24 +79,7 @@
<h2 id="columba">columna</h2>
<p>Columba is a driver used to fetch DMI information about the current system.</p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\columba</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\columba</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\columba</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("columba") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -107,26 +106,9 @@
<p>mxcmos is unknown currently</p>
<h2 id="mxhwreset">mxhwreset</h2>
<p>mxhwreset is </p>
<p></p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\mxhwreset</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\mxhwreset</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\mxhwreset</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("mxhwreset") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -157,24 +139,7 @@
<h2 id="mxjvs">mxjvs</h2>
<p>mxjvs is the driver used to communicate with the JVS IO board connected to the Ring* PC via the JVS USB port.</p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\mxjvs</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\mxjvs</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\mxjvs</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("mxjvs") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -205,24 +170,7 @@
<h2 id="mxparallel">mxparallel</h2>
<p>mxparallel is a wrapper driver for the parallel port used to communicate with the keychip</p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\mxparallel</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\mxparallel</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\mxparallel</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("mxparallel") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -343,24 +291,7 @@
</tbody>
</table>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td></td>
</tr>
<tr>
<td>Symlink Name</td>
<td></td>
</tr>
<tr>
<td>Userspace Name</td>
<td></td>
</tr>
<tr>
<td>Device GUID</td>
<td><code>5c49e1fe-3fec-4b8d-a4b5-76be7025d842</code></td>
</tr>
</table>
{{ nameTable(None, "5c49e1fe-3fec-4b8d-a4b5-76be7025d842") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -409,24 +340,7 @@
<h2 id="mxsram">mxsram</h2>
<p>The on-board SRAM. This device driver also supports reading and writing like a file.</p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\mxsram</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\mxsram</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\mxsram</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("mxsram") }}
<h3>IO control codes</h3>
<table>
<thead>
@ -490,24 +404,7 @@
<h2 id="mxsuperio">mxsuperio</h2>
<p>This driver communicates with some additional on-board devices. Notably EEPROM and the W83791D hardware monitor.</p>
<h3>Devices overview</h3>
<table>
<tr>
<td>Device Name</td>
<td><code>\Device\mxsuperio</code></td>
</tr>
<tr>
<td>Symlink Name</td>
<td><code>\DosDevices\mxsuperio</code></td>
</tr>
<tr>
<td>Userspace Name</td>
<td><code>\\.\mxsuperio</code></td>
</tr>
<tr>
<td>Device GUID</td>
<td></td>
</tr>
</table>
{{ nameTable("mxsuperio") }}
<h3>IO control codes</h3>
<table>
<thead>