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