]> xenbits.xensource.com Git - seabios.git/commit
block: Route scsi style commands through 'struct disk_op_s'
authorKevin O'Connor <kevin@koconnor.net>
Tue, 7 Jul 2015 13:53:54 +0000 (09:53 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 14 Jul 2015 18:40:07 +0000 (14:40 -0400)
commit4dbe82905992f6c6b87ec79ce6b568c57304b0e5
treecabd8bc35e9d2d80399714767f687bbdd6761c6c
parent85c72c6febbf7f4654c9ac57a8506dc5e1a5cba1
block: Route scsi style commands through 'struct disk_op_s'

Support sending scsi style "command data block" commands (cdbcmd)
through the 'struct disk_op_s' command request structure.  And change
the blockcmd.c and cdrom.c code to route these commands through the
process_op() code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/block.h
src/cdrom.c
src/hw/blockcmd.c