FreeBSD Device Driver Writer's Guide
: Linking Into the Kernel.
: Standard Model
: Reboot.
Previous: Making device nodes.
Next: Loadable Kernel Module (LKM)
4.1.6. Reboot.
This is the easy part. There are a number of ways to do this, reboot,
fastboot, shutdown -r, cycle the power, etc. Upon bootup you should
see your XXprobe() called, and if all is successful, your XXattach()
too.
FreeBSD Device Driver Writer's Guide
: Linking Into the Kernel.
: Standard Model
: Reboot.
Previous: Making device nodes.
Next: Loadable Kernel Module (LKM)
www@freebsd.org