View | Details | Raw Unified | Return to bug 87176
Collapse All | Expand All

(-)share/man/man9/device_get_softc.9 (-2 / +2 lines)
Lines 42-49 Link Here
42
.Sh DESCRIPTION
42
.Sh DESCRIPTION
43
Return the driver-specific state of
43
Return the driver-specific state of
44
.Fa dev .
44
.Fa dev .
45
The softc is automatically allocated and zeroed the first
45
The softc is automatically allocated and zeroed when the
46
time it is requested.
46
driver is attached.
47
The size of the allocation is determined by the device's
47
The size of the allocation is determined by the device's
48
.Vt driver_t
48
.Vt driver_t
49
information used to define the driver.
49
information used to define the driver.

Return to bug 87176