diff options
Diffstat (limited to 'static/freebsd/man9/devclass.9 4.html')
| -rw-r--r-- | static/freebsd/man9/devclass.9 4.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/static/freebsd/man9/devclass.9 4.html b/static/freebsd/man9/devclass.9 4.html deleted file mode 100644 index 499a6ffc..00000000 --- a/static/freebsd/man9/devclass.9 4.html +++ /dev/null @@ -1,55 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">DEVCLASS(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">DEVCLASS(9)</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">devclass</code> — <span class="Nd">object - representing a class of devices</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><var class="Vt">typedef struct devclass *devclass_t</var>;</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <var class="Vt">devclass</var> object has two main functions - in the system. The first is to manage the allocation of unit numbers for - device instances and the second is to hold the list of device drivers for a - particular bus type. Each <var class="Vt">devclass</var> has a name and - there cannot be two devclasses with the same name. This ensures that unique - unit numbers are allocated to device instances. All instances with the same - name are treated as being the same.</p> -<p class="Pp">When no specific unit number is needed, - <var class="Vt">DEVICE_UNIT_ANY</var> is used.</p> -</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">devclass_add_driver(9)</a>, - <a class="Xr">devclass_delete_driver(9)</a>, - <a class="Xr">devclass_find(9)</a>, - <a class="Xr">devclass_find_driver(9)</a>, - <a class="Xr">devclass_get_device(9)</a>, - <a class="Xr">devclass_get_devices(9)</a>, - <a class="Xr">devclass_get_maxunit(9)</a>, - <a class="Xr">devclass_get_name(9)</a>, - <a class="Xr">devclass_get_softc(9)</a>, <a class="Xr">device(9)</a>, - <a class="Xr">driver(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Doug - Rabson</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">June 16, 1998</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
