MAJOR
# define MAJOR(x) major_netbsd(x)
# define MAJOR(x) major(x)
#define MAJOR(bus, target, lun) (((bus) << 3) + (target))
#define MAJOR(bus, target, lun) (((bus) << 3) + (target))
#define MAJOR(x) BCD_TO_DECIMAL(((x) >> 8) & 0xff)