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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-05
Make sure to clear global variables before use.
Kevin O'Connor
1
-0
/
+2
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-18
/
+18
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-31
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
1
-55
/
+38
2008-12-31
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
1
-5
/
+2
2008-12-29
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
1
-1
/
+1
2008-12-28
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
1
-70
/
+73
2008-12-26
Support a relocatable ebda segment.
Kevin O'Connor
1
-23
/
+21
2008-12-13
Implement time based checks even when looping on an ioport.
Kevin O'Connor
1
-12
/
+4
2008-12-04
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
1
-1
/
+1
2008-12-04
Only support IDE devices with pci class of PCI_CLASS_STORAGE_IDE.
Kevin O'Connor
1
-17
/
+10
2008-11-28
Implement tsc based delay timers, and use them throughout code.
Kevin O'Connor
1
-21
/
+5
2008-11-26
Enable a default hw irq handler.
Kevin O'Connor
1
-3
/
+2
2008-11-15
Show PCI info when reporting ATA controllers.
Kevin O'Connor
1
-2
/
+4
2008-11-09
Overhaul PCI config functions.
Kevin O'Connor
1
-16
/
+14
2008-11-08
Synch pci ids and registers with Linux kernel source.
Kevin O'Connor
1
-6
/
+8
2008-10-26
Misc minor cleanups.
Kevin O'Connor
1
-2
/
+2
2008-08-31
Use PCI bus scan to find all ATA controllers. Several IDE fixes.
Kevin O'Connor
1
-29
/
+52
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-0
/
+1
2008-06-28
Improve some debugging output.
Kevin O'Connor
1
-35
/
+32
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-0
/
+4
2008-06-12
Wait for RDY bit when resetting ata hard drives.
Kevin O'Connor
1
-0
/
+9
2008-06-08
Move debugging messages to appropriate functions.
Kevin O'Connor
1
-0
/
+1
2008-06-07
Do proper delays when switching devices.
Kevin O'Connor
1
-27
/
+40
2008-05-26
Fix bug causing ata_reset to not wait for BSY to clear.
Kevin O'Connor
1
-16
/
+15
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-8
/
+8
2008-05-18
Initial support for coreboot.
Kevin O'Connor
1
-5
/
+19
2008-05-18
Cleanup ata hard drive detection.
Kevin O'Connor
1
-140
/
+134
2008-05-14
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
1
-12
/
+22
2008-05-13
Reduce ide stack usage by reorganizing ata calls.
Kevin O'Connor
1
-34
/
+97
2008-04-13
Compile fixes for gcc 4.3.
Kevin O'Connor
1
-3
/
+1
2008-04-13
Move hard drive init from post.c to ata.c.
Kevin O'Connor
1
-1
/
+86
2008-04-13
Use __always_inline to force inlining.
Kevin O'Connor
1
-3
/
+3
2008-04-05
Fix bug causing write corruption on large disks.
rel-0.2.1
Kevin O'Connor
1
-3
/
+3
2008-03-29
Refactor ata code.
Kevin O'Connor
1
-299
/
+235
2008-03-23
Move internal defs from ata.h to ata.c.
Kevin O'Connor
1
-1
/
+49
2008-03-22
Cleanup cdrom emulation.
Kevin O'Connor
1
-12
/
+46
2008-03-22
Use "FARPTR" consistently in macros.
Kevin O'Connor
1
-3
/
+3
2008-03-13
Split up ata_detect() function.
Kevin O'Connor
1
-238
/
+240
2008-03-13
Use LBA disk access methods always; don't use CHS methods.
Kevin O'Connor
1
-6
/
+6
2008-03-12
Move irq_enable/disable out of ata.c
Kevin O'Connor
1
-7
/
+0
2008-03-12
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
1
-36
/
+23
2008-03-11
Reorganize ata code; reduce stack usage.
Kevin O'Connor
1
-198
/
+177
2008-03-11
Unify ata_cmd_data_in/out functions.
Kevin O'Connor
1
-155
/
+45
2008-03-09
Fix bug in cdrom reads causing incorrect return status.
Kevin O'Connor
1
-24
/
+19
2008-03-09
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
1
-47
/
+7
2008-03-08
Fix bug in ata.c
Kevin O'Connor
1
-34
/
+28
2008-03-08
Clean up disk debugging messages.
Kevin O'Connor
1
-27
/
+32
2008-03-04
Get CDROM emulation working.
Kevin O'Connor
1
-16
/
+32
2008-03-03
Don't pass segment to ata_cmd_packet.
Kevin O'Connor
1
-6
/
+2
[next]