aboutsummaryrefslogtreecommitdiff
path: root/src/hw/floppy.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15floppy: Send 4 sense interrupt commands during controller initializationNikolay Nikolov1-1/+14
2018-02-15floppy: Wait for the floppy motor to reach a stable speed, after startingNikolay Nikolov1-2/+11
2018-02-15floppy: Support up to 4 floppy drives when turning on the floppy motorNikolay Nikolov1-1/+1
2018-02-15floppy: Execute a SPECIFY command after sensing the media typeNikolay Nikolov1-2/+20
2018-02-15floppy: hold the DOR reset bit low for 4 microseconds, when resettingNikolay Nikolov1-0/+2
2018-02-07floppy: Use timer_check() in floppy_wait_irq()Nikolay Nikolov1-4/+5
2018-02-07floppy: Reset the floppy motor count in floppy_drive_pio()Nikolay Nikolov1-0/+1
2018-02-07floppy: Preserve motor and drive sel bits when resetting the floppy controllerNikolay Nikolov1-3/+6
2018-02-07floppy: Introduce FLOPPY_DOR_XXX constantsNikolay Nikolov1-4/+13
2018-02-07floppy: Introduce floppy_dor_mask()Nikolay Nikolov1-1/+7
2018-02-07floppy: Introduce the floppy_dor_read() functionNikolay Nikolov1-2/+8
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-10/+10
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+1
2015-07-14block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor1-1/+1
2014-12-03floppy: Make sure to yield() during floppy PIOKevin O'Connor1-0/+2
2014-06-04Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor1-2/+0
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor1-30/+14
2013-12-12floppy: Implement cylinder seeking when accessing a different cylinder.Kevin O'Connor1-38/+48
2013-12-12On disk format request, verify cylinders and pass to driver.Kevin O'Connor1-2/+2
2013-12-12floppy: Encode command and flags into single value in floppy pio code.Kevin O'Connor1-112/+93
2013-12-07floppy: Fix accesses to DOR register.Kevin O'Connor1-7/+20
2013-12-07floppy: Fix incorrect LBA to CHS translation.Kevin O'Connor1-3/+2
2013-12-04floppy: Minor - add warnings if timeouts occur.Kevin O'Connor1-0/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-29/+29
2013-10-14Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor1-34/+34
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+6
2013-09-28Move dma code to new file hw/dma.c.Kevin O'Connor1-34/+6
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-2/+2
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
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-7/+7
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.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/+701