aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml')
-rw-r--r--en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml
index e47a3772fd..61a425b8bd 100644
--- a/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml
@@ -11,7 +11,7 @@
variety of sources including the intro(4) manual page by
&a.joerg;.</para>
- <sect1>
+ <sect1 id="driverbasics-intro">
<title>Introduction</title>
<para>This chapter provides a brief introduction to writing device
drivers for FreeBSD. A device in this context is a term used
@@ -41,7 +41,7 @@
</sect1>
- <sect1>
+ <sect1 id="driverbasics-kld">
<title>Dynamic Kernel Linker Facility - KLD</title>
<para>The kld interface allows system administrators to
@@ -130,7 +130,7 @@ KMOD=skeleton
</sect2>
</sect1>
- <sect1>
+ <sect1 id="driverbasics-access">
<title>Accessing a device driver</title>
<para>Unix provides a common set of system calls for user
@@ -164,7 +164,7 @@ KMOD=skeleton
</sect1>
- <sect1>
+ <sect1 id="driverbasics-char">
<title>Character Devices</title>
<para>A character device driver is one that transfers data
@@ -364,7 +364,7 @@ Test Data</screen>
</para>
</sect1>
- <sect1>
+ <sect1 id="driverbasics-net">
<title>Network Drivers</title>
<para>Drivers for network devices do not use device nodes in order