index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-netbsd-fix
devel-with-sti64bit
devel-with-sti64bit-neu
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-next
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hw
/
floppy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
floppy: Send 4 sense interrupt commands during controller initialization
Nikolay Nikolov
1
-1
/
+14
2018-02-15
floppy: Wait for the floppy motor to reach a stable speed, after starting
Nikolay Nikolov
1
-2
/
+11
2018-02-15
floppy: Support up to 4 floppy drives when turning on the floppy motor
Nikolay Nikolov
1
-1
/
+1
2018-02-15
floppy: Execute a SPECIFY command after sensing the media type
Nikolay Nikolov
1
-2
/
+20
2018-02-15
floppy: hold the DOR reset bit low for 4 microseconds, when resetting
Nikolay Nikolov
1
-0
/
+2
2018-02-07
floppy: Use timer_check() in floppy_wait_irq()
Nikolay Nikolov
1
-4
/
+5
2018-02-07
floppy: Reset the floppy motor count in floppy_drive_pio()
Nikolay Nikolov
1
-0
/
+1
2018-02-07
floppy: Preserve motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
1
-3
/
+6
2018-02-07
floppy: Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
1
-4
/
+13
2018-02-07
floppy: Introduce floppy_dor_mask()
Nikolay Nikolov
1
-1
/
+7
2018-02-07
floppy: Introduce the floppy_dor_read() function
Nikolay Nikolov
1
-2
/
+8
2017-09-27
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
1
-10
/
+10
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
1
-1
/
+1
2015-07-14
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
1
-1
/
+1
2014-12-03
floppy: Make sure to yield() during floppy PIO
Kevin O'Connor
1
-0
/
+2
2014-06-04
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
1
-2
/
+0
2013-12-27
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
1
-30
/
+14
2013-12-12
floppy: Implement cylinder seeking when accessing a different cylinder.
Kevin O'Connor
1
-38
/
+48
2013-12-12
On disk format request, verify cylinders and pass to driver.
Kevin O'Connor
1
-2
/
+2
2013-12-12
floppy: Encode command and flags into single value in floppy pio code.
Kevin O'Connor
1
-112
/
+93
2013-12-07
floppy: Fix accesses to DOR register.
Kevin O'Connor
1
-7
/
+20
2013-12-07
floppy: Fix incorrect LBA to CHS translation.
Kevin O'Connor
1
-3
/
+2
2013-12-04
floppy: Minor - add warnings if timeouts occur.
Kevin O'Connor
1
-0
/
+3
2013-10-26
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
1
-29
/
+29
2013-10-14
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
1
-34
/
+34
2013-09-28
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
1
-0
/
+6
2013-09-28
Move dma code to new file hw/dma.c.
Kevin O'Connor
1
-34
/
+6
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-2
/
+2
2013-09-18
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-7
/
+7
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-0
/
+701