taglinefilesource code
max_drive2536drivers/block/ide.cconst char max_drive = 'a' + ((MAX_HWIFS * MAX_DRIVES) - 1);
max_drive2545drivers/block/ide.cif (s[0] == 'h' && s[1] == 'd' && s[2] >= 'a' && s[2] <= max_drive) {