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
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+3
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-3
/
+6
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-28
/
+0
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+6
*
Don't require a valid physical cylinders/heads/spt for logical mapping.
Kevin O'Connor
2010-02-17
1
-7
/
+10
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-33
/
+13
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-1
/
+1
*
Set FDPT in irq table even for small drives.
Kevin O'Connor
2010-01-03
1
-14
/
+13
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-1
/
+1
*
Add floppy and cdrom drives in sorted order.
Kevin O'Connor
2009-11-25
1
-18
/
+37
*
Fix compiler warning in setup_translation().
Kevin O'Connor
2009-11-09
1
-1
/
+1
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-7
/
+11
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-4
/
+0
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-40
/
+72
*
Fix bug in fdpt filling - driveid is not hdid.
Kevin O'Connor
2009-09-20
1
-5
/
+5
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-1
/
+3
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-0
/
+25
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-4
/
+4
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+2
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-2
/
+4
*
Unify floppy and harddrive command routing.
Kevin O'Connor
2009-08-16
1
-0
/
+59
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-3
/
+28
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-0
/
+211