MAJOR               7 include/linux/kdev_t.h #define MAJOR(dev)	((unsigned int) ((dev) >> MINORBITS))
MAJOR              96 include/linux/kdev_t.h #define MAJOR(dev)	((dev)>>8)