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
/
cdrom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-4
/
+4
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-31
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
1
-15
/
+13
2008-12-31
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
1
-52
/
+50
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-4
/
+6
2008-12-29
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
1
-1
/
+1
2008-12-28
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
1
-55
/
+57
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-1
/
+1
2008-11-09
Make sure to exit from cdrom_boot() if a cdrom is not found.
Kevin O'Connor
1
-0
/
+3
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-5
/
+1
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-0
/
+2
2008-06-28
Improve some debugging output.
Kevin O'Connor
1
-16
/
+13
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-1
/
+1
2008-05-13
Reduce ide stack usage by reorganizing ata calls.
Kevin O'Connor
1
-1
/
+1
2008-04-13
Compile fixes for gcc 4.3.
Kevin O'Connor
1
-1
/
+1
2008-03-22
Limit cdrom emulation available functions.
Kevin O'Connor
1
-2
/
+17
2008-03-22
Cleanup cdrom emulation.
Kevin O'Connor
1
-23
/
+20
2008-03-22
Use "FARPTR" consistently in macros.
Kevin O'Connor
1
-5
/
+5
2008-03-22
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
1
-25
/
+34
2008-03-12
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
1
-5
/
+9
2008-03-11
Fix bug in atapi_get_sense.
Kevin O'Connor
1
-2
/
+2
2008-03-09
Minor debugging improvements.
Kevin O'Connor
1
-3
/
+4
2008-03-09
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
1
-1
/
+1
2008-03-04
Get CDROM emulation working.
Kevin O'Connor
1
-0
/
+258
2008-03-04
Move cdrom code to its own file (cdrom.c).
Kevin O'Connor
1
-0
/
+279