Use proper <chapterinfo><authorgroup> sections to record contributions
rather than ad-hoc <paras> at beginning of chapters.
This commit is contained in:
parent
fca3844a99
commit
19e42de8a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24453
4 changed files with 59 additions and 14 deletions
|
@ -5,12 +5,24 @@
|
|||
-->
|
||||
|
||||
<chapter id="driverbasics">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Murray</firstname>
|
||||
<surname>Stokely</surname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Jörg</firstname>
|
||||
<surname>Wunsch</surname>
|
||||
<contrib>Based on intro(4) manual page by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
<title>Writing FreeBSD Device Drivers</title>
|
||||
|
||||
<para>This chapter was written by &a.murray; with selections from a
|
||||
variety of sources including the intro(4) manual page by
|
||||
&a.joerg;.</para>
|
||||
|
||||
<sect1 id="driverbasics-intro">
|
||||
<title>Introduction</title>
|
||||
<para>This chapter provides a brief introduction to writing device
|
||||
|
|
|
@ -5,14 +5,32 @@
|
|||
-->
|
||||
|
||||
<chapter id="isa-driver">
|
||||
<title>ISA device drivers</title>
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Sergey</firstname>
|
||||
<surname>Babkin</surname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Murray</firstname>
|
||||
<surname>Stokely</surname>
|
||||
<contrib>Modifications for Handbook made by </contrib>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Valentino</firstname>
|
||||
<surname>Vaschetto</surname>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Wylie</firstname>
|
||||
<surname>Stilwell</surname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<para>
|
||||
<emphasis>
|
||||
This chapter was written by &a.babkin; Modifications for the
|
||||
handbook made by &a.murray;, &a.wylie;, and &a.logo;.
|
||||
</emphasis>
|
||||
</para>
|
||||
<title>ISA device drivers</title>
|
||||
|
||||
<sect1 id="isa-driver-synopsis">
|
||||
<title>Synopsis</title>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<author>
|
||||
<firstname>John</firstname>
|
||||
<surname>Baldwin</surname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Robert</firstname>
|
||||
|
|
|
@ -5,10 +5,24 @@
|
|||
-->
|
||||
|
||||
<chapter id="usb">
|
||||
<title>USB Devices</title>
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Nick</firstname>
|
||||
<surname>Hibma</surname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Murray</firstname>
|
||||
<surname>Stokely</surname>
|
||||
<contrib>Modifications for Handbook made by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<para><emphasis>This chapter was written by &a.nhibma;. Modifications made for
|
||||
the handbook by &a.murray;.</emphasis></para>
|
||||
<title>USB Devices</title>
|
||||
|
||||
<sect1 id="usb-intro">
|
||||
<title>Introduction</title>
|
||||
|
|
Loading…
Reference in a new issue