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
/
cdrom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
1
-17
/
+0
2014-06-04
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
1
-47
/
+25
2013-12-27
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
1
-1
/
+0
2013-10-26
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
1
-16
/
+15
2013-10-14
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
1
-15
/
+15
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-16
/
+3
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-3
/
+3
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
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-1
/
+2
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-2
/
+2
2013-02-20
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
1
-1
/
+1
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-2
/
+2
2012-07-21
Unify ATAPI command processing.
Kevin O'Connor
1
-1
/
+1
2012-06-10
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
1
-1
/
+1
2012-05-20
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-42
/
+42
2011-11-17
usb-msc: go through TEST UNIT READY for hard disks.
Paolo Bonzini
1
-46
/
+2
2011-11-17
cdrom: use TEST UNIT READY to detect ready medium
Paolo Bonzini
1
-13
/
+3
2011-08-06
ahci/cdrom: shared bounce buffer
Gerd Hoffmann
1
-6
/
+4
2010-12-29
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
1
-1
/
+1
2010-12-12
Create separate IPL entry for each CD/DVD
Gleb Natapov
1
-3
/
+4
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-2
/
+0
2010-06-06
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
1
-15
/
+18
2010-05-23
Rename check_time() to check_tsc().
Kevin O'Connor
1
-1
/
+1
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
1
-8
/
+11
2010-02-17
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
1
-48
/
+11
2010-02-15
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
1
-4
/
+6
2010-02-15
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
1
-33
/
+36
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-10-22
Handle tsc rollover.
Kevin O'Connor
1
-1
/
+1
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-30
/
+27
2009-09-12
Unify cd emulation access and main disk access code.
Kevin O'Connor
1
-68
/
+96
2009-08-18
Merge cdrom 13xx handlers with main disk 13xx handlers.
Kevin O'Connor
1
-164
/
+9
2009-08-16
Add floppy controllers to "drives" list also.
Kevin O'Connor
1
-1
/
+1
2009-08-11
Store cdrom emulated driveid directly.
Kevin O'Connor
1
-11
/
+11
2009-08-11
Use variable name "driveid" consistently (instead of "device").
Kevin O'Connor
1
-50
/
+50
2009-08-11
Separate ATA code from generic disk code.
Kevin O'Connor
1
-5
/
+5
2009-08-10
Misc ATA cleanups.
Kevin O'Connor
1
-3
/
+1
2009-08-09
Route disk_op commands by drive type - not by command.
Kevin O'Connor
1
-2
/
+3
2009-08-09
Implement cdrom disk emulation at high-level instead of in low-level ATA.
Kevin O'Connor
1
-18
/
+19
2009-08-09
Separate cdemu disk accesses from regular disk accesses.
Kevin O'Connor
1
-7
/
+15
2009-08-09
Use regular CD reading to load initial CDROM boot image.
Kevin O'Connor
1
-3
/
+3
2009-04-18
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
1
-1
/
+1
2009-04-11
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
1
-17
/
+2
2009-02-16
Enhance boot menu to allow user to select which CD drive to boot from.
Kevin O'Connor
1
-32
/
+11
2009-02-12
Enhance cdrom capacity/media sensing timers.
Kevin O'Connor
1
-38
/
+41
2009-02-07
Introduce MBR struct; simplify cdrom emulation code.
Kevin O'Connor
1
-27
/
+27
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
[next]