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
/
ata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-1
/
+1
*
SeaBIOS CD/DVD abbreviations
Stefan Reinauer
2010-06-10
1
-1
/
+1
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-4
/
+4
*
Minor ata cleanups.
Kevin O'Connor
2010-05-23
1
-4
/
+10
*
Minor - remove redundant check from ata_try_dma.
Kevin O'Connor
2010-04-17
1
-2
/
+0
*
Adjust debug levels of device discovery.
Kevin O'Connor
2010-03-20
1
-1
/
+3
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-144
/
+140
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-54
/
+43
*
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
2010-02-17
1
-18
/
+4
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-4
/
+10
*
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
2010-02-15
1
-28
/
+12
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-4
/
+4
*
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
2010-02-13
1
-0
/
+1
*
Add CONFIG_ATA_DMA option; default to off for now.
Kevin O'Connor
2010-01-17
1
-1
/
+7
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Add initial support for ATA DMA.
Kevin O'Connor
2009-12-26
1
-68
/
+298
*
ATA 48bit LBA should only be activated on read/write commands.
Kevin O'Connor
2009-12-13
1
-1
/
+2
*
Fix ATA iobase2 access on PCI native mode interfaces.
Kevin O'Connor
2009-12-05
1
-4
/
+11
*
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
2009-12-05
1
-19
/
+30
*
Make sure to reenable ata interrupts even on error.
Kevin O'Connor
2009-11-20
1
-28
/
+36
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-14
/
+14
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-1
/
+3
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-3
/
+3
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-79
/
+84
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-7
/
+4
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-26
/
+40
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+1
*
Work around qemu quirk - dh not reset on ata drive reset.
Kevin O'Connor
2009-08-18
1
-0
/
+3
*
Unify floppy and harddrive command routing.
Kevin O'Connor
2009-08-16
1
-2
/
+10
*
Change send_disk_op() to return the bios status code.
Kevin O'Connor
2009-08-16
1
-5
/
+18
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-2
/
+3
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-230
/
+54
*
Minor - remove ATA specific version field from ATA.devices[].
Kevin O'Connor
2009-08-11
1
-10
/
+15
*
Densely populate ATA.devices list.
Kevin O'Connor
2009-08-11
1
-25
/
+41
*
Misc ATA cleanups.
Kevin O'Connor
2009-08-10
1
-37
/
+48
*
Route disk_op commands by drive type - not by command.
Kevin O'Connor
2009-08-09
1
-9
/
+39
*
Remove unused cdemu ATA code.
Kevin O'Connor
2009-08-09
1
-135
/
+41
*
Delay fdpt pointer setting in ebda to drive map stage.
Kevin O'Connor
2009-07-12
1
-0
/
+7
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
1
-2
/
+1
*
Try to check for IDE drive 0 responding to drive 1 commands.
Kevin O'Connor
2009-06-10
1
-21
/
+31
*
Add delay when changing drive on ide.
Kevin O'Connor
2009-05-24
1
-2
/
+3
*
Don't send ATA error reports when cdrom not ready.
Kevin O'Connor
2009-05-05
1
-2
/
+5
*
Add support for waiting for drive startup during ATA detect.
Kevin O'Connor
2009-04-18
1
-11
/
+41
*
Minor - reduce forced inlining directives in src/ata.c.
Kevin O'Connor
2009-03-07
1
-7
/
+7
*
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
Kevin O'Connor
2009-02-27
1
-10
/
+6
*
Fix typo causing atapi drive type misreport.
Kevin O'Connor
2009-02-17
1
-1
/
+1
*
Minor - change checksum functions to take a (void *).
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Clock cleanups.
Kevin O'Connor
2009-02-15
1
-2
/
+2
*
Add common ata identify sequence; improve debugging.
Kevin O'Connor
2009-02-11
1
-42
/
+29
*
Minor - ata identify commands should use a u16 buffer (not u8).
Kevin O'Connor
2009-02-11
1
-17
/
+18
[next]