Next: Device Entries
Up: Devices
Previous: Device Types
- Linux identifies devices using two numbers: the major device number and the minor device number.
- The major device number specifies which driver the device corresponds to. The same major device number may correspond to two different drivers, one a character device and one a block device.
- Minor device numbers distinguish individual devices or components controlled by a single driver.
Cem Ozdogan
2007-04-16