The device major number is a numerical index into a table of device
drivers available on the system; that is to say, the device (major)
number is a unique identifier for a particular driver.

Major numbers compromise bits 31-24 of the dev_t type, and as such,
the major number is limited to an 8-bit binary quantity (i.e., the
major number must be between 0 and 255, inclusive).
