NetBSD/sys/dev/majors
jdolecek e6286b949a Add some framework for MI assignment of device majors - add sys/dev/majors
which is automatically included during kernel config, and add comments
to individual machine-dependant majors.* files to assign new MI majors
in MI file.

Range 0-191 is reserved for machine-specific assignments, range
192+ are MI assignments.

Follows recent discussion on tech-kern@
2003-10-05 08:04:24 +00:00

7 lines
227 B
Plaintext

# $NetBSD: majors,v 1.1 2003/10/05 08:04:24 jdolecek Exp $
#
# Device majors for Machine-Independant drivers. Majors below 192 are
# reserved for machine-dependant drivers and for traditional machine-specific
# major mapping.