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-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
2009-01-21
Fix apparent bug in int1348 -- checksum didn't have regs->si offset.
Kevin O'Connor
1
-1
/
+2
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-8
/
+8
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-8
/
+8
2009-01-17
Add extra test for CONFIG_ATA in src/disk.c.
Kevin O'Connor
1
-0
/
+3
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-0
/
+3
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-02
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
1
-7
/
+8
2009-01-02
Fix bug in basic_access error path.
Kevin O'Connor
1
-0
/
+1
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-9
/
+20
2008-12-31
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
1
-36
/
+51
2008-12-31
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
1
-6
/
+8
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-16
/
+17
2008-12-28
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
1
-48
/
+48
2008-12-26
Support a relocatable ebda segment.
Kevin O'Connor
1
-2
/
+2
2008-10-26
Misc minor cleanups.
Kevin O'Connor
1
-1
/
+1
2008-08-31
Use PCI bus scan to find all ATA controllers. Several IDE fixes.
Kevin O'Connor
1
-52
/
+54
2008-07-07
Improve debugging output.
Kevin O'Connor
1
-6
/
+6
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-28
Improve some debugging output.
Kevin O'Connor
1
-3
/
+0
2008-06-21
Minor enhancement to disk failure reporting.
Kevin O'Connor
1
-3
/
+3
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-1
/
+2
2008-06-12
Support config driven debugging of each irq handler.
Kevin O'Connor
1
-3
/
+3
2008-06-07
Misc minor updates.
Kevin O'Connor
1
-1
/
+1
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-5
/
+6
2008-05-18
Initial support for coreboot.
Kevin O'Connor
1
-1
/
+0
2008-05-14
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
1
-20
/
+7
2008-04-05
Make several functions non-inline.
Kevin O'Connor
1
-5
/
+19
2008-03-30
Minor cleanups.
Kevin O'Connor
1
-2
/
+2
2008-03-29
Unify checksum functions.
Kevin O'Connor
1
-14
/
+4
2008-03-29
Reorder basic_access() to reduce stack usage.
Kevin O'Connor
1
-12
/
+12
2008-03-22
Remove redundant debug statements from disk.c.
Kevin O'Connor
1
-2
/
+0
2008-03-22
Cleanup cdrom emulation.
Kevin O'Connor
1
-73
/
+30
2008-03-22
Use "FARPTR" consistently in macros.
Kevin O'Connor
1
-4
/
+4
2008-03-22
Fix disk_1301 handler.
Kevin O'Connor
1
-3
/
+6
2008-03-22
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
1
-1
/
+1
2008-03-13
Use LBA disk access methods always; don't use CHS methods.
Kevin O'Connor
1
-18
/
+5
2008-03-12
Move irq_enable/disable out of ata.c
Kevin O'Connor
1
-0
/
+10
2008-03-12
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
1
-6
/
+10
2008-03-11
Reorganize ata code; reduce stack usage.
Kevin O'Connor
1
-16
/
+16
2008-03-11
Unify ata_cmd_data_in/out functions.
Kevin O'Connor
1
-32
/
+18
2008-03-11
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
1
-4
/
+4
2008-03-09
Minor debugging improvements.
Kevin O'Connor
1
-0
/
+3
2008-03-09
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
1
-5
/
+2
2008-03-08
Minor cleanups.
Kevin O'Connor
1
-1
/
+1
2008-03-08
Clean up disk debugging messages.
Kevin O'Connor
1
-1
/
+1
2008-03-05
Rename VISIBLE macro for better control.
Kevin O'Connor
1
-3
/
+3
2008-03-04
Get CDROM emulation working.
Kevin O'Connor
1
-46
/
+18
2008-03-04
Move cdrom code to its own file (cdrom.c).
Kevin O'Connor
1
-275
/
+4
2008-03-04
Initial cd emulation code.
Kevin O'Connor
1
-11
/
+197
2008-03-03
Initial cdrom support.
Kevin O'Connor
1
-19
/
+221
[next]