aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-msc.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller1-1/+1
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-2/+2
2015-07-14blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor1-1/+1
2015-07-14usb-msc: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor1-6/+8
2014-10-16usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor1-2/+2
2014-10-16usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor1-1/+1
2014-10-16usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor1-2/+2
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor1-1/+4
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor1-1/+0
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-21/+21
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+1
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+5
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+215