blob: 8ab3e790bb3e2c1c0cdd62b0b0f5d3bf37e69ec0 (
plain)
1
2
3
4
5
6
7
8
9
|
A "NetBSD Device Driver Writing Guide":
It consists of three main sections:
- Introduction to autoconfig(8).
- Usage of the autoconfig(8) infrastructure, demonstrated on the example
of rf(4).
- Core of the rf(4) driver, that shows how data is transfered from and
to a (disk) device.
|