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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-1
/
+8
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-2
/
+0
*
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
2010-02-15
1
-4
/
+1
*
Minor - sort ATA CMD definitions.
Kevin O'Connor
2010-02-15
1
-48
/
+48
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Add initial support for ATA DMA.
Kevin O'Connor
2009-12-26
1
-1
/
+14
*
ATA 48bit LBA should only be activated on read/write commands.
Kevin O'Connor
2009-12-13
1
-0
/
+2
*
Fix ATA iobase2 access on PCI native mode interfaces.
Kevin O'Connor
2009-12-05
1
-3
/
+4
*
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
2009-12-05
1
-4
/
+4
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-3
/
+3
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-0
/
+2
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-0
/
+131
*
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
2008-12-31
1
-23
/
+0
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
1
-1
/
+1
*
Move hard drive init from post.c to ata.c.
Kevin O'Connor
2008-04-13
1
-1
/
+1
*
Refactor ata code.
Kevin O'Connor
2008-03-29
1
-5
/
+5
*
Move internal defs from ata.h to ata.c.
Kevin O'Connor
2008-03-23
1
-49
/
+1
*
Cleanup cdrom emulation.
Kevin O'Connor
2008-03-22
1
-3
/
+3
*
Minor cleanups.
Kevin O'Connor
2008-03-15
1
-1
/
+1
*
Use LBA disk access methods always; don't use CHS methods.
Kevin O'Connor
2008-03-13
1
-20
/
+0
*
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
2008-03-12
1
-11
/
+7
*
Reorganize ata code; reduce stack usage.
Kevin O'Connor
2008-03-11
1
-141
/
+76
*
Unify ata_cmd_data_in/out functions.
Kevin O'Connor
2008-03-11
1
-4
/
+2
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
1
-1
/
+3
*
Don't pass segment to ata_cmd_packet.
Kevin O'Connor
2008-03-03
1
-1
/
+1
*
types.h & ata.h
Kevin O'Connor
2008-03-03
1
-0
/
+4
*
Add copyrights to ata.c/h files.
Kevin O'Connor
2008-03-01
1
-0
/
+7
*
Make disk access work.
Kevin O'Connor
2008-03-01
1
-0
/
+1
*
Initial support for ATA disks.
Kevin O'Connor
2008-02-29
1
-0
/
+148