doc/en_US.ISO8859-1/books
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
..
arch-handbook Various and sundry cleanups to the sample PCI driver: 2006-01-06 21:29:52 +00:00
bibliography Simplify parameter entities in doctype declaration. 2004-08-08 13:44:01 +00:00
corp-net-guide Internet Explorer fails to render some tables generated by the 2004-11-29 21:43:38 +00:00
design-44bsd Simplify parameter entities in doctype declaration. 2004-08-08 13:44:01 +00:00
dev-model s/dicipline/discipline/ 2005-09-07 16:05:00 +00:00
developers-handbook Escape <, >, &'s, plus some cleanups against the SGML. There should not 2006-01-05 20:03:39 +00:00
faq I think it's time to retire the Y2K entry. 2005-12-29 04:36:29 +00:00
fdp-primer Escape <, >, &'s, plus some cleanups against the SGML. There should not 2006-01-05 20:03:39 +00:00
handbook Take away changes from the last commit 2006-01-06 13:46:41 +00:00
pmake Escape <, >, &'s, plus some cleanups against the SGML. There should not 2006-01-05 20:03:39 +00:00
porters-handbook Escape <, >, &'s, plus some cleanups against the SGML. There should not 2006-01-05 20:03:39 +00:00
Makefile Connect dev-model to build 2005-06-18 18:54:54 +00:00
Makefile.inc ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00