index
:
rocket-tools/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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-08
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
1
-1
/
+1
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-2
/
+2
2012-09-02
Use cpu_to_be32() (and related) instead of htonl (and related).
Kevin O'Connor
1
-1
/
+2
2012-07-21
Unify ATAPI command processing.
Kevin O'Connor
1
-44
/
+14
2012-05-24
Misc conversions to GET/SET_LOWFLAT().
Kevin O'Connor
1
-2
/
+2
2012-05-20
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
1
-4
/
+3
2012-03-21
ata: send TEST UNIT READY correctly
Paolo Bonzini
1
-6
/
+8
2011-07-10
Push use of 'struct pci_device' to bootprio_find_ata_device().
Kevin O'Connor
1
-9
/
+11
2011-06-21
Use 'struct pci_device' to note which devices have native drivers.
Kevin O'Connor
1
-0
/
+1
2011-06-21
Convert pci_init_device to use 'struct pci_device'.
Kevin O'Connor
1
-6
/
+7
2011-06-20
Convert ATA detection code to use struct pci_device.
Kevin O'Connor
1
-10
/
+9
2011-06-19
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
1
-2
/
+2
2011-06-19
Add support for white-listing AHCI controllers as ATA compatible.
Kevin O'Connor
1
-3
/
+19
2011-06-19
Convert ATA pci scan to use pci_device_id table.
Kevin O'Connor
1
-48
/
+56
2011-01-08
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
1
-5
/
+1
2010-12-29
Remove drive->desc field.
Kevin O'Connor
1
-21
/
+17
2010-12-27
Call setup_translation() from map_hd_drive().
Kevin O'Connor
1
-3
/
+0
2010-12-27
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
1
-3
/
+10
2010-12-27
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
1
-7
/
+6
2010-12-12
Create separate IPL entry for each CD/DVD
Gleb Natapov
1
-1
/
+3
2010-12-05
Check if capability enabled in XXX_cmd_data functions.
Kevin O'Connor
1
-0
/
+3
2010-12-05
ata: make helpers available
Gerd Hoffmann
1
-9
/
+11
2010-07-28
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
1
-1
/
+1
2010-06-10
SeaBIOS CD/DVD abbreviations
Stefan Reinauer
1
-1
/
+1
2010-05-23
Rename check_time() to check_tsc().
Kevin O'Connor
1
-4
/
+4
2010-05-23
Minor ata cleanups.
Kevin O'Connor
1
-4
/
+10
2010-04-17
Minor - remove redundant check from ata_try_dma.
Kevin O'Connor
1
-2
/
+0
2010-03-20
Adjust debug levels of device discovery.
Kevin O'Connor
1
-1
/
+3
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
1
-144
/
+140
2010-02-21
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
1
-54
/
+43
2010-02-17
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
1
-18
/
+4
2010-02-15
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
1
-4
/
+10
2010-02-15
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
1
-28
/
+12
2010-02-14
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
1
-4
/
+4
2010-02-13
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
1
-0
/
+1
2010-01-17
Add CONFIG_ATA_DMA option; default to off for now.
Kevin O'Connor
1
-1
/
+7
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2009-12-26
Add initial support for ATA DMA.
Kevin O'Connor
1
-68
/
+298
2009-12-13
ATA 48bit LBA should only be activated on read/write commands.
Kevin O'Connor
1
-1
/
+2
2009-12-05
Fix ATA iobase2 access on PCI native mode interfaces.
Kevin O'Connor
1
-4
/
+11
2009-12-05
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
1
-19
/
+30
2009-11-20
Make sure to reenable ata interrupts even on error.
Kevin O'Connor
1
-28
/
+36
2009-10-24
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
1
-14
/
+14
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-1
/
+3
2009-10-22
Handle tsc rollover.
Kevin O'Connor
1
-3
/
+3
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-79
/
+84
2009-09-12
Unify cd emulation access and main disk access code.
Kevin O'Connor
1
-7
/
+4
2009-09-12
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
1
-26
/
+40
2009-09-09
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
1
-1
/
+1
[next]