OAR

RTEMS 4.0.0 On-Line Library


I/O Manager Major and Minor Device Numbers

PREV UP NEXT Bookshelf RTEMS C User's Guide

15.2.2: Major and Minor Device Numbers

Each call to the I/O manager must provide a device's major and minor numbers as arguments. The major number is the index of the requested driver's entry points in the Device Driver Table, and is used to select a specific device driver. The exact usage of the minor number is driver specific, but is commonly used to distinguish between a number of devices controlled by the same driver.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-1998 OAR Corporation