1. 2611db4 floppy: Wait for the floppy motor to reach a stable speed, after starting by Nikolay Nikolov · 6 years ago
  2. 81f45a6 floppy: Support up to 4 floppy drives when turning on the floppy motor by Nikolay Nikolov · 6 years ago
  3. f9cc969 floppy: Execute a SPECIFY command after sensing the media type by Nikolay Nikolov · 6 years ago
  4. b00a03a floppy: hold the DOR reset bit low for 4 microseconds, when resetting by Nikolay Nikolov · 6 years ago
  5. 4a6dbce floppy: Use timer_check() in floppy_wait_irq() by Nikolay Nikolov · 6 years ago
  6. 488ede2 floppy: Reset the floppy motor count in floppy_drive_pio() by Nikolay Nikolov · 6 years ago
  7. 53d82f0 floppy: Preserve motor and drive sel bits when resetting the floppy controller by Nikolay Nikolov · 6 years ago
  8. 53fc631 floppy: Introduce FLOPPY_DOR_XXX constants by Nikolay Nikolov · 6 years ago
  9. 5157a78 floppy: Introduce floppy_dor_mask() by Nikolay Nikolov · 6 years ago
  10. 3ddb42f floppy: Introduce the floppy_dor_read() function by Nikolay Nikolov · 6 years ago
  11. e5a0b61 block: Rename disk_op_s->drive_gf to drive_fl by Kevin O'Connor · 6 years ago
  12. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 8 years ago
  13. 1785645 block: Rename process_XXX_op() functions to XXX_process_op() by Kevin O'Connor · 8 years ago
  14. ca08777 floppy: Make sure to yield() during floppy PIO by Kevin O'Connor · 9 years ago
  15. ca34ce5 Move most of the VAR16FIXED() defs to misc.c. by Kevin O'Connor · 10 years ago
  16. b7558a3 Remove unnecesary updates of the disk op->count field. by Kevin O'Connor · 10 years ago
  17. 8615f62 floppy: Implement cylinder seeking when accessing a different cylinder. by Kevin O'Connor · 10 years ago
  18. b84899e On disk format request, verify cylinders and pass to driver. by Kevin O'Connor · 10 years ago
  19. cd891f1 floppy: Encode command and flags into single value in floppy pio code. by Kevin O'Connor · 10 years ago
  20. 402f9a4 floppy: Fix accesses to DOR register. by Kevin O'Connor · 10 years ago
  21. 302a6e8 floppy: Fix incorrect LBA to CHS translation. by Kevin O'Connor · 10 years ago
  22. b66456c floppy: Minor - add warnings if timeouts occur. by Kevin O'Connor · 10 years ago
  23. 1902c94 Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer. by Kevin O'Connor · 10 years ago
  24. 8ab9a34 Rename fields of 'struct chs_s' and use in floppy lba2chs(). by Kevin O'Connor · 10 years ago
  25. 4ade523 Remove ioport.h; disperse its contents to other header files. by Kevin O'Connor · 10 years ago
  26. 7b9f297 Move dma code to new file hw/dma.c. by Kevin O'Connor · 10 years ago
  27. 8b7861c Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c. by Kevin O'Connor · 10 years ago
  28. 07cf73b Merge bmp.h, boot.h, jpeg.h, and post.h into util.h. by Kevin O'Connor · 10 years ago
  29. 135f3f6 Split disk.h into block.h and std/disk.h. by Kevin O'Connor · 10 years ago
  30. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 10 years ago
  31. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 10 years ago
  32. 41639f8 Move romfile definitions from util.h to new file romfile.h. by Kevin O'Connor · 10 years ago
  33. 3df600b Move stacks.c definitions from util.h to new file stacks.h. by Kevin O'Connor · 10 years ago
  34. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 10 years ago
  35. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 10 years ago[Renamed from src/floppy.c]
  36. 018bdd7 Rename check_tsc() (and similar) to timer_check() and use u32. by Kevin O'Connor · 10 years ago
  37. aa7c234 PIC code cleanups. by Kevin O'Connor · 10 years ago
  38. 8413b32 Minor - add missing newline to floppy debug statement. by Kevin O'Connor · 11 years ago
  39. 5bb7552 floppy: Actually do controller reset in floppy_reset(). by Kevin O'Connor · 11 years ago
  40. e7c5a7e floppy: Implement media format sensing. by Kevin O'Connor · 11 years ago
  41. 068cb4f floppy: Improve floppy_pio() error checking. by Kevin O'Connor · 11 years ago
  42. c849405 floppy: Move recalibration and results parsing to floppy_cmd(). by Kevin O'Connor · 11 years ago
  43. 1f711d2 floppy: Clean up Check Interrupt Status code. by Kevin O'Connor · 11 years ago
  44. 6e529bd floppy: Cleanup floppy irq wait handling. by Kevin O'Connor · 11 years ago
  45. 9ba374c floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops. by Kevin O'Connor · 11 years ago
  46. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  47. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 11 years ago
  48. ff5e005 floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled. by Kevin O'Connor · 11 years ago
  49. 8b73b83 floppy: Allow floppy code to be used with coreboot. by Kevin O'Connor · 11 years ago
  50. ef71989 floppy: Minor cleanup - reduce some cut-and-paste code. by Kevin O'Connor · 11 years ago
  51. e51316d Minor - remove CLEARBITS_BDA and SETBITS_BDA macros. by Kevin O'Connor · 12 years ago
  52. 1297e5d Fix winxp boot regression introduced in ecdc655a. by Kevin O'Connor · 12 years ago
  53. ecdc655 Run all hardware irq handlers on the extra stack. by Kevin O'Connor · 12 years ago
  54. 94c749c Rename wait_irq to yield_toirq. by Kevin O'Connor · 12 years ago
  55. 03e589c Push use of 'struct pci_device' to bootprio_find_fdc_device(). by Kevin O'Connor · 12 years ago
  56. 0cd7005 Convert pci_find_device/class to use 'struct pci_device'. by Kevin O'Connor · 12 years ago
  57. ca2bc1c Remove drive->desc field. by Kevin O'Connor · 13 years ago
  58. 031ef55 Add stubs to permit devices to specify their boot priority. by Kevin O'Connor · 13 years ago
  59. 72eee3e Simplify boot ordering by building an inclusive boot list. by Kevin O'Connor · 13 years ago
  60. cc9e1bf Add FUNC16() helper macro for converting a 16bit func to a segoff_s. by Kevin O'Connor · 13 years ago
  61. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  62. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  63. 7a98fd0 Work around bochs floppy issue with wait_irq(). by Kevin O'Connor · 14 years ago
  64. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  65. 10ad799 Replace irq_enable() regions with explicit calls to check for irqs. by Kevin O'Connor · 14 years ago
  66. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 14 years ago
  67. ee2efa7 Support sleeping until an irq fires, and use where applicable. by Kevin O'Connor · 14 years ago
  68. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 14 years ago
  69. 51fd0a1 Add mechanism for describing internal drives in boot menu. by Kevin O'Connor · 14 years ago
  70. 372e071 Rename VAR16_32 to VAR16VISIBLE. by Kevin O'Connor · 14 years ago
  71. 7b184d8 Add defines for floppy constants. by Kevin O'Connor · 14 years ago
  72. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 14 years ago
  73. af5aabb Unify floppy and harddrive command routing. by Kevin O'Connor · 14 years ago
  74. 48410fd Unify some floppy and disk functions. by Kevin O'Connor · 14 years ago
  75. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 14 years ago
  76. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 14 years ago
  77. d626e55 Minor - cleanup return code of floppy_media_sense. by Kevin O'Connor · 15 years ago
  78. a3b612e More floppy code cleanups. by Kevin O'Connor · 15 years ago
  79. 7661f2f Minor floppy cleanups. by Kevin O'Connor · 15 years ago
  80. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 15 years ago
  81. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 15 years ago
  82. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  83. 0560034 Improve set_code_fail/floppy_ret/disk_ret code generation. by Kevin O'Connor · 15 years ago
  84. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 15 years ago
  85. 4a754b3 Add linker magic to ensure 16bit variables aren't repeated in 32bit code. by Kevin O'Connor · 15 years ago
  86. d21c089 Enable a default hw irq handler. by Kevin O'Connor · 15 years ago
  87. 020c476 Disable floppy access when coreboot enabled. by Kevin O'Connor · 15 years ago
  88. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 15 years ago
  89. e10d345 Fix bug in int1308 handling of floppies. by Kevin O'Connor · 15 years ago
  90. a68aeaf Improve debugging output. by Kevin O'Connor · 15 years ago
  91. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  92. a05223c Improve some debugging output. by Kevin O'Connor · 15 years ago
  93. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 15 years ago
  94. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 15 years ago
  95. 35192dd Move debugging messages to appropriate functions. by Kevin O'Connor · 16 years ago
  96. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  97. 88c00ee Auto-detect equipment byte info - don't require nvram. by Kevin O'Connor · 16 years ago
  98. 0b69725 Expand floppy_ret to show function names when return code is a failure. by Kevin O'Connor · 16 years ago rel-0.2.2
  99. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 16 years ago
  100. 3bbcc14 Move floppy setup code from post.c to floppy.c. by Kevin O'Connor · 16 years ago