summaryrefslogtreecommitdiff
path: root/src/disk.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-109/+109
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-271-5/+5
* disk: Avoid stack_hop() path if already on the extra stackKevin O'Connor2016-03-311-11/+7
* block: Move send_disk_op() from block.c to disk.cKevin O'Connor2016-03-311-0/+32
* edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'Kevin O'Connor2015-08-171-1/+1
* Minor - move declaration of CDRom_locks to code that uses itKevin O'Connor2015-07-241-0/+3
* block: Check for read/write requests over 64KKevin O'Connor2014-12-291-0/+2
* Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor2014-06-041-3/+0
* Move cdemu call interface and disk_ret helper code to disk.c.Kevin O'Connor2014-06-041-1/+52
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-041-7/+8
* edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.Kevin O'Connor2014-06-041-178/+3
* On disk format request, verify cylinders and pass to driver.Kevin O'Connor2013-12-121-6/+7
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-130/+127
* Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor2013-10-141-21/+21
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-26/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+5
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-3/+3
* PIC code cleanups.Kevin O'Connor2013-07-141-2/+2
* Provide correct dpte pointer to indicate absence of dpteBruce Rogers2012-10-271-1/+1
* Unify ATAPI command processing.Kevin O'Connor2012-07-211-3/+3
* Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor2012-06-021-2/+2
* Rework disk.c:fillLCHS to avoid using pointer parameters.Kevin O'Connor2012-05-301-17/+19
* Run all hardware irq handlers on the extra stack.Kevin O'Connor2012-05-301-2/+2
* Remove disk GET/SET_INT13DPT and GET/SET_INT13EXT macros.Kevin O'Connor2012-05-241-56/+59
* Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor2012-05-201-43/+32
* Mark disk.c functions that take an address of a stack variable as noinline.Kevin O'Connor2012-03-251-6/+6
* add virtio-scsi driverPaolo Bonzini2012-03-061-1/+2
* disk: handle LBA I/O with zero sector countKevin O'Connor2012-02-111-0/+5
* always specify virtio-blk rather than virtioPaolo Bonzini2011-11-171-2/+2
* support T13 EDD3.0 specGleb Natapov2011-01-161-15/+27
* Remove Drives global struct in favor of independent global variables.Kevin O'Connor2010-12-291-1/+1
* Provide full EDD 3.0 info for virtio diskGleb Natapov2010-12-241-53/+73
* Call to int1552 (from int1346) should set regs->dl.Kevin O'Connor2010-03-201-0/+1
* Dynamically allocate ata_channel info; introduce custom atadrive_s struct.Kevin O'Connor2010-02-281-12/+16
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-7/+3
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Commit compiled dsdt file; misc comment updates.Kevin O'Connor2009-12-301-0/+1
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-5/+16
* Support ISA ATA devices for qemu's "-M isapc" mode.Kevin O'Connor2009-12-051-9/+19
* Misc updates.Kevin O'Connor2009-11-251-1/+1
* Pass 'drive_s' pointer instead of driveid.Kevin O'Connor2009-10-221-143/+131
* Unify cd emulation access and main disk access code.Kevin O'Connor2009-09-121-101/+65
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-3/+1
* Merge cdrom 13xx handlers with main disk 13xx handlers.Kevin O'Connor2009-08-181-24/+112
* Unify floppy and harddrive command routing.Kevin O'Connor2009-08-161-40/+40
* Unify some floppy and disk functions.Kevin O'Connor2009-08-161-11/+49
* Change send_disk_op() to return the bios status code.Kevin O'Connor2009-08-161-24/+10
* Add floppy controllers to "drives" list also.Kevin O'Connor2009-08-161-17/+21