summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DEVICE_PROBE.9
Commit message (Collapse)AuthorAgeFilesLines
* Document all the BUS_PROBE_* values.imp2008-03-091-1/+45
| | | | Note to the mdoc gods: This may need some teaks.
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
| | | | Approved by: re (hrs)
* Use .Fn function_namekeramida2005-01-061-2/+4
| | | | MFC after: 3 days
* Be explicit that a driver may assume softc is preserved when returning 0imp2004-08-111-0/+2
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-2/+3
|
* Document more clearly that a probe routine:imp2004-04-111-8/+8
| | | | | | | | | | Should have no side effects Must not hold resources when it returns May be called multiple times if it returns < 0. Remove the bad advise that the probe routine should look for children for devices that implement busses. This is more properly reserved for the attach routine.
* Mdoc Janitor:hmp2003-10-231-2/+4
| | | | | | * Fix hard sentence breaks. * Correct use of a period in DELAY(9).
* Spelling: s/then/than/ where appropriate.ru2002-12-241-1/+1
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+0
|
* mdoc(7) police: macroize UNIX.ru2002-03-181-1/+3
|
* ispell sweep of share/man/man9/*.mpp2002-01-091-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Cross references between the DEVICE_*(9) manual pages.alex2001-03-101-1/+4
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+0
|
* mdoc(7) police: removed duplicate .Os calls.ru2000-12-141-1/+0
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+3
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-5/+10
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-9/+27
| | | | | | DEVICE_PROBE can return priorities. Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Add manpages for the new device framework.dfr1998-09-031-0/+62
OpenPOWER on IntegriCloud