FreeBSD Device Driver Writer's Guide
: Linking Into the Kernel.
: Standard Model
Previous: Linking Into the Kernel.
Next: Adding to the driver list.
4.1. Standard Model
The steps required to add your driver to the standard FreeBSD kernel are
- Add to the driver list
- Add an entry to the [bc]devsw
- Add the driver entry to the kernel config file
- config(8),
compile, and install the kernel
- make required nodes.
- reboot.
FreeBSD Device Driver Writer's Guide
: Linking Into the Kernel.
: Standard Model
Previous: Linking Into the Kernel.
Next: Adding to the driver list.
www@freebsd.org