index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
floppy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
floppy: Make sure to yield() during floppy PIO
Kevin O'Connor
2014-12-03
1
-0
/
+2
*
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
2014-06-04
1
-2
/
+0
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-30
/
+14
*
floppy: Implement cylinder seeking when accessing a different cylinder.
Kevin O'Connor
2013-12-12
1
-38
/
+48
*
On disk format request, verify cylinders and pass to driver.
Kevin O'Connor
2013-12-12
1
-2
/
+2
*
floppy: Encode command and flags into single value in floppy pio code.
Kevin O'Connor
2013-12-12
1
-112
/
+93
*
floppy: Fix accesses to DOR register.
Kevin O'Connor
2013-12-07
1
-7
/
+20
*
floppy: Fix incorrect LBA to CHS translation.
Kevin O'Connor
2013-12-07
1
-3
/
+2
*
floppy: Minor - add warnings if timeouts occur.
Kevin O'Connor
2013-12-04
1
-0
/
+3
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-29
/
+29
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-34
/
+34
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-0
/
+6
*
Move dma code to new file hw/dma.c.
Kevin O'Connor
2013-09-28
1
-34
/
+6
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-7
/
+7
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+701