index
:
rocket-tools/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-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
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
/
disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-27
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
1
-109
/
+109
2017-09-27
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
1
-5
/
+5
2016-03-31
disk: Avoid stack_hop() path if already on the extra stack
Kevin O'Connor
1
-11
/
+7
2016-03-31
block: Move send_disk_op() from block.c to disk.c
Kevin O'Connor
1
-0
/
+32
2015-08-17
edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'
Kevin O'Connor
1
-1
/
+1
2015-07-24
Minor - move declaration of CDRom_locks to code that uses it
Kevin O'Connor
1
-0
/
+3
2014-12-29
block: Check for read/write requests over 64K
Kevin O'Connor
1
-0
/
+2
2014-06-04
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
1
-3
/
+0
2014-06-04
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
1
-1
/
+52
2014-06-04
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
1
-7
/
+8
2014-06-04
edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.
Kevin O'Connor
1
-178
/
+3
2013-12-12
On disk format request, verify cylinders and pass to driver.
Kevin O'Connor
1
-6
/
+7
2013-10-26
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
1
-130
/
+127
2013-10-14
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
1
-21
/
+21
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-26
/
+2
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-5
/
+5
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
-3
/
+3
2013-07-14
PIC code cleanups.
Kevin O'Connor
1
-2
/
+2
2012-10-27
Provide correct dpte pointer to indicate absence of dpte
Bruce Rogers
1
-1
/
+1
2012-07-21
Unify ATAPI command processing.
Kevin O'Connor
1
-3
/
+3
2012-06-02
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
1
-2
/
+2
2012-05-30
Rework disk.c:fillLCHS to avoid using pointer parameters.
Kevin O'Connor
1
-17
/
+19
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-2
/
+2
2012-05-24
Remove disk GET/SET_INT13DPT and GET/SET_INT13EXT macros.
Kevin O'Connor
1
-56
/
+59
2012-05-20
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-43
/
+32
2012-03-25
Mark disk.c functions that take an address of a stack variable as noinline.
Kevin O'Connor
1
-6
/
+6
2012-03-06
add virtio-scsi driver
Paolo Bonzini
1
-1
/
+2
2012-02-11
disk: handle LBA I/O with zero sector count
Kevin O'Connor
1
-0
/
+5
2011-11-17
always specify virtio-blk rather than virtio
Paolo Bonzini
1
-2
/
+2
2011-01-16
support T13 EDD3.0 spec
Gleb Natapov
1
-15
/
+27
2010-12-29
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
1
-1
/
+1
2010-12-24
Provide full EDD 3.0 info for virtio disk
Gleb Natapov
1
-53
/
+73
2010-03-20
Call to int1552 (from int1346) should set regs->dl.
Kevin O'Connor
1
-0
/
+1
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
1
-12
/
+16
2010-02-14
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
1
-7
/
+3
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-12-30
Commit compiled dsdt file; misc comment updates.
Kevin O'Connor
1
-0
/
+1
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-5
/
+16
2009-12-05
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
1
-9
/
+19
2009-11-25
Misc updates.
Kevin O'Connor
1
-1
/
+1
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-143
/
+131
2009-09-12
Unify cd emulation access and main disk access code.
Kevin O'Connor
1
-101
/
+65
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-3
/
+1
2009-08-18
Merge cdrom 13xx handlers with main disk 13xx handlers.
Kevin O'Connor
1
-24
/
+112
2009-08-16
Unify floppy and harddrive command routing.
Kevin O'Connor
1
-40
/
+40
2009-08-16
Unify some floppy and disk functions.
Kevin O'Connor
1
-11
/
+49
2009-08-16
Change send_disk_op() to return the bios status code.
Kevin O'Connor
1
-24
/
+10
2009-08-16
Add floppy controllers to "drives" list also.
Kevin O'Connor
1
-17
/
+21
[next]