GayBSD documentation tree
- Split the first section into sub-sections instead of just paragraphs. - Include a makefile for a kernel module for the sample driver and explain how to use 'make', 'make load', and 'make unload'. - Use 'struct cdev *' rather than 'dev_t'. - Add missing d_version to cdevsw. - Explain how to use si_drv1 in struct cdev to get from a cdev back to the softc. - Add a softc and move the cdev pointer into the softc. Given the cdev a unique name and minor number for each device. - Use better comments in several places. - Actually call device_set_desc() in probe, and use BUS_PROBE_DEFAULT rather than 0. - Add missing call to destroy_dev() in detach. - Use DEFINE_CLASS_0. PR: docs/90830 Submitted by: Marius Nuennerich marius dot nuennerich at gmx dot net |
||
|---|---|---|
| bn_BD.ISO10646-1 | ||
| da_DK.ISO8859-1 | ||
| de_DE.ISO8859-1 | ||
| el_GR.ISO8859-7 | ||
| en/handbook/contrib | ||
| en_US.ISO8859-1 | ||
| es_ES.ISO8859-1 | ||
| fr_FR.ISO8859-1 | ||
| it_IT.ISO8859-15 | ||
| ja_JP.eucJP | ||
| nl_NL.ISO8859-1 | ||
| no_NO.ISO8859-1 | ||
| pl_PL.ISO8859-2 | ||
| pt_BR.ISO8859-1 | ||
| release | ||
| ru_RU.KOI8-R | ||
| share | ||
| sr_YU.ISO8859-2 | ||
| tr_TR.ISO8859-9 | ||
| zh/FAQ | ||
| zh_CN.GB2312 | ||
| zh_TW.Big5 | ||
| Makefile | ||
| README | ||
$FreeBSD$
If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/
for information about the tools and formatting languages we use. Chapter
2 covers the software and related items you will need to install.