summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device_get_softc.9
Commit message (Collapse)AuthorAgeFilesLines
* "softc" is short for "software context", use that phrase in thegavin2015-01-211-2/+2
| | | | | | device_get_softc(9) man page. MFC after: 1 week
* -mdoc sweep.ru2005-11-181-1/+1
|
* - Clarify when the softc is allocated. It is allocated when a device isjhb2005-10-131-3/+7
| | | | | | | | | | | probed and attached, not on the first call to device_get_softc(). - Add a cross reference to DEVICE_PROBE regarding the caveats of using the softc in a driver's probe routine. - Fix a grammar bogon. PR: docs/87176 (1) Submitted by: Devon H. O'Dell dodell at offmyserver dot com (1) MFC after: 3 days
* Mention that the softc is zeroed after allocation.brueffer2005-08-021-2/+3
| | | | | Noticed by: sam MFC after: 3 days
* Mdoc Janitor:hmp2003-10-231-1/+1
| | | | * Use 'manual' instead of 'man' for consistency.
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-211-4/+4
| | | | Approved by: re (blanket)
* Expound a little bit about the softc, where its size is found and aimp2003-03-281-2/+16
| | | | caution against emulating legacy softc methods used in the tree.
* 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
|
* Correct the text for the return value.n_hibma2000-07-041-1/+1
| | | | Submitted by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Add manpages for the new device framework.dfr1998-09-031-0/+51
OpenPOWER on IntegriCloud