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
/
disk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+1
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-1
/
+1
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-10
/
+6
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+1
*
Minor - arrange struct drive_s to clarify field roles.
Kevin O'Connor
2010-02-17
1
-11
/
+12
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-8
/
+3
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-6
/
+6
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-0
/
+4
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-10
/
+12
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-7
/
+8
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-2
/
+6
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-2
/
+2
*
Merge cdrom 13xx handlers with main disk 13xx handlers.
Kevin O'Connor
2009-08-18
1
-0
/
+3
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-0
/
+7
*
Unify floppy and harddrive command routing.
Kevin O'Connor
2009-08-16
1
-1
/
+4
*
Unify some floppy and disk functions.
Kevin O'Connor
2009-08-16
1
-0
/
+1
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-4
/
+10
*
Use variable name "driveid" consistently (instead of "device").
Kevin O'Connor
2009-08-11
1
-4
/
+4
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-27
/
+14
*
Minor - remove ATA specific version field from ATA.devices[].
Kevin O'Connor
2009-08-11
1
-1
/
+0
*
Densely populate ATA.devices list.
Kevin O'Connor
2009-08-11
1
-1
/
+2
*
Misc ATA cleanups.
Kevin O'Connor
2009-08-10
1
-7
/
+16
*
Route disk_op commands by drive type - not by command.
Kevin O'Connor
2009-08-09
1
-4
/
+7
*
Remove unused cdemu ATA code.
Kevin O'Connor
2009-08-09
1
-1
/
+0
*
Separate cdemu disk accesses from regular disk accesses.
Kevin O'Connor
2009-08-09
1
-0
/
+1
*
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
Kevin O'Connor
2009-02-27
1
-1
/
+0
*
Enhance boot menu to allow user to select which CD drive to boot from.
Kevin O'Connor
2009-02-16
1
-1
/
+1
*
Add common ata identify sequence; improve debugging.
Kevin O'Connor
2009-02-11
1
-0
/
+1
*
Add support for selecting harddrive order in boot menu.
Kevin O'Connor
2009-02-08
1
-0
/
+4
*
Introduce MBR struct; simplify cdrom emulation code.
Kevin O'Connor
2009-02-07
1
-0
/
+34
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-2
/
+2
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
2009-01-02
1
-2
/
+2
*
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
2008-12-31
1
-2
/
+23
*
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
2008-12-31
1
-17
/
+1
*
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-0
/
+74
*
Use PCI bus scan to find all ATA controllers. Several IDE fixes.
Kevin O'Connor
2008-08-31
1
-2
/
+2
*
Improve debugging output.
Kevin O'Connor
2008-07-07
1
-2
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-3
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-1
/
+1
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
1
-4
/
+2
*
Move floppy setup code from post.c to floppy.c.
Kevin O'Connor
2008-04-13
1
-0
/
+1
*
Make several functions non-inline.
Kevin O'Connor
2008-04-05
1
-9
/
+3
*
Cleanup cdrom emulation.
Kevin O'Connor
2008-03-22
1
-1
/
+1
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-7
/
+9
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
1
-0
/
+1
*
Move cdrom code to its own file (cdrom.c).
Kevin O'Connor
2008-03-04
1
-0
/
+21
*
Initial cd emulation code.
Kevin O'Connor
2008-03-04
1
-0
/
+1
*
Initial cdrom support.
Kevin O'Connor
2008-03-03
1
-0
/
+5
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
1
-0
/
+22
[next]