--- qemu/roms/seabios/src/disk.h 2018/04/24 19:24:06 1.1.1.5 +++ qemu/roms/seabios/src/disk.h 2018/04/24 19:43:47 1.1.1.6 @@ -198,15 +198,16 @@ struct drive_s { #define DISK_SECTOR_SIZE 512 #define CDROM_SECTOR_SIZE 2048 -#define DTYPE_NONE 0x00 -#define DTYPE_FLOPPY 0x01 -#define DTYPE_ATA 0x02 -#define DTYPE_ATAPI 0x03 -#define DTYPE_RAMDISK 0x04 -#define DTYPE_CDEMU 0x05 -#define DTYPE_USB 0x06 -#define DTYPE_VIRTIO 0x07 -#define DTYPE_AHCI 0x08 +#define DTYPE_NONE 0x00 +#define DTYPE_FLOPPY 0x01 +#define DTYPE_ATA 0x02 +#define DTYPE_ATAPI 0x03 +#define DTYPE_RAMDISK 0x04 +#define DTYPE_CDEMU 0x05 +#define DTYPE_AHCI 0x06 +#define DTYPE_VIRTIO_SCSI 0x07 +#define DTYPE_VIRTIO_BLK 0x08 +#define DTYPE_USB 0x09 #define MAXDESCSIZE 80