GayBSD documentation tree
Find a file
John Baldwin d5cc81900b Various and sundry cleanups to the sample PCI driver:
- 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
2006-01-06 21:29:52 +00:00
bn_BD.ISO10646-1 Add Bangla translation of the Explaining BSD and FreeBSD First Steps 2004-02-16 23:56:26 +00:00
da_DK.ISO8859-1 Fix missing termination of the the a.majordomo entity. 2004-08-26 12:49:27 +00:00
de_DE.ISO8859-1 Fix $CLEANFILES. 2005-10-12 20:40:45 +00:00
el_GR.ISO8859-7 MFen: 1.5 -> 1.16 2005-09-23 16:46:14 +00:00
en/handbook/contrib Add Frank Mayhar for p5-libapreq. 2000-03-19 06:20:31 +00:00
en_US.ISO8859-1 Various and sundry cleanups to the sample PCI driver: 2006-01-06 21:29:52 +00:00
es_ES.ISO8859-1 Bump copyright year. 2005-11-25 22:39:41 +00:00
fr_FR.ISO8859-1 MFen: 1.18 --> 1.20 2005-12-31 12:15:15 +00:00
it_IT.ISO8859-15 Fix this dis-connected build. 2005-08-29 13:37:47 +00:00
ja_JP.eucJP Make SUBDIR tunable. 2005-10-08 18:29:24 +00:00
nl_NL.ISO8859-1 MFen: 2005-12-20 21:37:57 +00:00
no_NO.ISO8859-1 Add some basic Makefiles. 2004-08-23 19:13:17 +00:00
pl_PL.ISO8859-2 Add a <meta> tag into %html-header-tags% to explicitly declare 2004-11-07 16:26:09 +00:00
pt_BR.ISO8859-1 Connect newly added articles subdirectory to the build 2003-12-29 04:28:54 +00:00
release Make this more like a "real" release from src. Rather than building 2003-06-05 23:42:16 +00:00
ru_RU.KOI8-R MFen: 2006-01-06 21:25:00 +00:00
share Update my key. 2006-01-06 09:43:50 +00:00
sr_YU.ISO8859-2 Add a <meta> tag into %html-header-tags% to explicitly declare 2004-11-07 16:26:09 +00:00
tr_TR.ISO8859-9 Say hello to the 1st effort of the Turkish Translation Team. 2003-10-04 10:06:30 +00:00
zh/FAQ Correct the "ID" tag. 1999-11-12 08:34:11 +00:00
zh_CN.GB2312 MFen 1.603 -> 1.639: 2005-11-23 15:06:30 +00:00
zh_TW.Big5 Add images to fix build problem. 2006-01-06 17:15:11 +00:00
Makefile Hook the dutch handbook into the build. 2004-09-27 00:26:48 +00:00
README Correct link to the Doc Project Primer. 2001-10-13 19:18:55 +00:00

$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.