Revision 622b520f blockdev.h

b/blockdev.h
32 32
};
33 33

  
34 34
#define MAX_IDE_DEVS	2
35
#define MAX_SCSI_DEVS	7
35
#define MAX_SCSI_DEVS	255
36 36

  
37 37
DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
38 38
int drive_get_max_bus(BlockInterfaceType type);

Also available in: Unified diff