diff options
Diffstat (limited to 'static/freebsd/man4/linuxkpi.4 4.html')
| -rw-r--r-- | static/freebsd/man4/linuxkpi.4 4.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/static/freebsd/man4/linuxkpi.4 4.html b/static/freebsd/man4/linuxkpi.4 4.html new file mode 100644 index 00000000..0a47b03a --- /dev/null +++ b/static/freebsd/man4/linuxkpi.4 4.html @@ -0,0 +1,44 @@ +<table class="head"> + <tr> + <td class="head-ltitle">LINUXKPI(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">LINUXKPI(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">linuxkpi</code> — <span class="Nd">Linux + Kernel Programming Interface support</span></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">linuxkpi</code> kernel module provides a + limited KPI (kernel programming interface) to allow Linux kernel drivers and + other Linux kernel code to be compiled on <span class="Ux">FreeBSD</span> + and used along the <span class="Ux">FreeBSD</span> kernel with little or no + modification.</p> +<p class="Pp" id="OpenFabrics">While historically + <a class="permalink" href="#OpenFabrics"><i class="Em">OpenFabrics + Enterprise Distribution (Infiniband)</i></a>, and certain vendor drivers + have used <code class="Nm">linuxkpi</code>. + <a class="permalink" href="#drm-kmod"><i class="Em" id="drm-kmod">drm-kmod</i></a> + for graphics driver support and <a class="Xr">linuxkpi_wlan(4)</a> for + wireless drivers are prominent consumers.</p> +<p class="Pp"><code class="Nm">linuxkpi</code> is not to be confused with + <a class="Xr">linux(4)</a> which provides limited Linux ABI (application + binary interface) compatibility to allow running Linux application binaries + unmodified on <span class="Ux">FreeBSD</span>.</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">linuxkpi_wlan(4)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">June 13, 2025</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
