1. 53ab0b6 Only support IDE devices with pci class of PCI_CLASS_STORAGE_IDE. by Kevin O'Connor · 16 years ago
  2. bc2aecd Implement tsc based delay timers, and use them throughout code. by Kevin O'Connor · 16 years ago
  3. d21c089 Enable a default hw irq handler. by Kevin O'Connor · 16 years ago
  4. 8820a10 Show PCI info when reporting ATA controllers. by Kevin O'Connor · 16 years ago
  5. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 16 years ago
  6. 2ed2f58 Synch pci ids and registers with Linux kernel source. by Kevin O'Connor · 16 years ago
  7. 970a032 Misc minor cleanups. by Kevin O'Connor · 16 years ago
  8. 53236cc Use PCI bus scan to find all ATA controllers. Several IDE fixes. by Kevin O'Connor · 16 years ago
  9. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 16 years ago
  10. a05223c Improve some debugging output. by Kevin O'Connor · 16 years ago
  11. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 16 years ago
  12. 2e3eeeb Wait for RDY bit when resetting ata hard drives. by Kevin O'Connor · 16 years ago
  13. 35192dd Move debugging messages to appropriate functions. by Kevin O'Connor · 16 years ago
  14. ef2822a Do proper delays when switching devices. by Kevin O'Connor · 16 years ago
  15. 3e1b649 Fix bug causing ata_reset to not wait for BSY to clear. by Kevin O'Connor · 16 years ago
  16. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  17. f64f0db Initial support for coreboot. by Kevin O'Connor · 16 years ago
  18. c143761 Cleanup ata hard drive detection. by Kevin O'Connor · 16 years ago
  19. 1bb3b5c Add full support for drives with more that 2<<32 sectors. by Kevin O'Connor · 16 years ago
  20. ee55c76 Reduce ide stack usage by reorganizing ata calls. by Kevin O'Connor · 16 years ago
  21. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 16 years ago
  22. 9f0d94d Move hard drive init from post.c to ata.c. by Kevin O'Connor · 16 years ago
  23. 74f9c08 Use __always_inline to force inlining. by Kevin O'Connor · 16 years ago
  24. dfabfe0 Fix bug causing write corruption on large disks. by Kevin O'Connor · 16 years ago rel-0.2.1
  25. a6b9f71 Refactor ata code. by Kevin O'Connor · 16 years ago
  26. f888f8c Move internal defs from ata.h to ata.c. by Kevin O'Connor · 16 years ago
  27. aa2590c Cleanup cdrom emulation. by Kevin O'Connor · 16 years ago
  28. 070231b Use "FARPTR" consistently in macros. by Kevin O'Connor · 16 years ago
  29. aafa657 Split up ata_detect() function. by Kevin O'Connor · 16 years ago
  30. 049d5a2 Use LBA disk access methods always; don't use CHS methods. by Kevin O'Connor · 16 years ago
  31. 74799df Move irq_enable/disable out of ata.c by Kevin O'Connor · 16 years ago
  32. efde609 Use 32bit absolute pointers for buffers in ATA code. by Kevin O'Connor · 16 years ago
  33. 1fcf144 Reorganize ata code; reduce stack usage. by Kevin O'Connor · 16 years ago
  34. 3a04963 Unify ata_cmd_data_in/out functions. by Kevin O'Connor · 16 years ago
  35. a20c4a5 Fix bug in cdrom reads causing incorrect return status. by Kevin O'Connor · 16 years ago
  36. 843a62c Optimize insb/outsb/insw/etc. functions. by Kevin O'Connor · 16 years ago
  37. 5b15fbf Fix bug in ata.c by Kevin O'Connor · 16 years ago
  38. 127cbd7 Clean up disk debugging messages. by Kevin O'Connor · 16 years ago
  39. 180a959 Get CDROM emulation working. by Kevin O'Connor · 16 years ago
  40. 96aa5e9 Don't pass segment to ata_cmd_packet. by Kevin O'Connor · 16 years ago
  41. c65a380 Bug fixes; get mouse working. by Kevin O'Connor · 16 years ago
  42. c09492e Add copyrights to ata.c/h files. by Kevin O'Connor · 16 years ago
  43. 15aee2e Make disk access work. by Kevin O'Connor · 16 years ago
  44. 3491e8b Initial support for ATA disks. by Kevin O'Connor · 16 years ago