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