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