Adding Device Nodes to the /dev Directory

This section describes a step in the kernel building process that applies only to versions of FreeBSD prior to 5.0. If your version is 5.0 or later, you can safely skip this section because later versions use the DEVFS filesystem interface to the system’s devices and build the /dev virtual filesystem dynamically at boot time.

Many devices will be missing an entry in /dev when you add them to the kernel configuration; devices in /dev include only those that have either been part of the base system or have been added afterward explicitly. You have to create device nodes for new devices that you add to the kernel—they’re not generated automatically.

Fortunately, creating the device nodes is fairly simple. ...

Get FreeBSD6 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.