aboutsummaryrefslogtreecommitdiffstats
path: root/src/disk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store cdrom emulated driveid directly.Kevin O'Connor2009-08-111-1/+1
* Use variable name "driveid" consistently (instead of "device").Kevin O'Connor2009-08-111-104/+104
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-37/+37
* Densely populate ATA.devices list.Kevin O'Connor2009-08-111-12/+12
* Misc ATA cleanups.Kevin O'Connor2009-08-101-13/+15
* Route disk_op commands by drive type - not by command.Kevin O'Connor2009-08-091-27/+23
* Remove unused cdemu ATA code.Kevin O'Connor2009-08-091-2/+1
* Implement cdrom disk emulation at high-level instead of in low-level ATA.Kevin O'Connor2009-08-091-32/+69
* Separate cdemu disk accesses from regular disk accesses.Kevin O'Connor2009-08-091-53/+73
* Don't 'autodetect' ATA PIO32 mode - use compile def instead.Kevin O'Connor2009-02-271-2/+1
* Bug fix - cdrom media emulation only moves drives if of the same type.Kevin O'Connor2009-02-171-2/+3
* Fix apparent bug in int1348 -- checksum didn't have regs->si offset.Kevin O'Connor2009-01-211-1/+2
* Implement memcpy_far and checksum_far, and replace _fl variants.Kevin O'Connor2009-01-191-8/+8
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-8/+8