MINOR
# define MINOR(x) minor_netbsd(x)
# define MINOR(x) minor(x)
#define MINOR(bus, target, lun) (lun)
#define MINOR(bus, target, lun) (lun)
#define MINOR(x) BCD_TO_DECIMAL((x) & 0xff)