1. 8413b32 Minor - add missing newline to floppy debug statement. by Kevin O'Connor · 11 years ago
  2. 5bb7552 floppy: Actually do controller reset in floppy_reset(). by Kevin O'Connor · 11 years ago
  3. e7c5a7e floppy: Implement media format sensing. by Kevin O'Connor · 11 years ago
  4. 068cb4f floppy: Improve floppy_pio() error checking. by Kevin O'Connor · 11 years ago
  5. c849405 floppy: Move recalibration and results parsing to floppy_cmd(). by Kevin O'Connor · 11 years ago
  6. 1f711d2 floppy: Clean up Check Interrupt Status code. by Kevin O'Connor · 11 years ago
  7. 6e529bd floppy: Cleanup floppy irq wait handling. by Kevin O'Connor · 11 years ago
  8. 9ba374c floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops. by Kevin O'Connor · 11 years ago
  9. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  10. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 11 years ago
  11. ff5e005 floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled. by Kevin O'Connor · 12 years ago
  12. 8b73b83 floppy: Allow floppy code to be used with coreboot. by Kevin O'Connor · 12 years ago
  13. ef71989 floppy: Minor cleanup - reduce some cut-and-paste code. by Kevin O'Connor · 12 years ago
  14. e51316d Minor - remove CLEARBITS_BDA and SETBITS_BDA macros. by Kevin O'Connor · 12 years ago
  15. 1297e5d Fix winxp boot regression introduced in ecdc655a. by Kevin O'Connor · 12 years ago
  16. ecdc655 Run all hardware irq handlers on the extra stack. by Kevin O'Connor · 12 years ago
  17. 94c749c Rename wait_irq to yield_toirq. by Kevin O'Connor · 12 years ago
  18. 03e589c Push use of 'struct pci_device' to bootprio_find_fdc_device(). by Kevin O'Connor · 13 years ago
  19. 0cd7005 Convert pci_find_device/class to use 'struct pci_device'. by Kevin O'Connor · 13 years ago
  20. ca2bc1c Remove drive->desc field. by Kevin O'Connor · 14 years ago
  21. 031ef55 Add stubs to permit devices to specify their boot priority. by Kevin O'Connor · 14 years ago
  22. 72eee3e Simplify boot ordering by building an inclusive boot list. by Kevin O'Connor · 14 years ago
  23. cc9e1bf Add FUNC16() helper macro for converting a 16bit func to a segoff_s. by Kevin O'Connor · 14 years ago
  24. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  25. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  26. 7a98fd0 Work around bochs floppy issue with wait_irq(). by Kevin O'Connor · 15 years ago
  27. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  28. 10ad799 Replace irq_enable() regions with explicit calls to check for irqs. by Kevin O'Connor · 15 years ago
  29. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 15 years ago
  30. ee2efa7 Support sleeping until an irq fires, and use where applicable. by Kevin O'Connor · 15 years ago
  31. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 15 years ago
  32. 51fd0a1 Add mechanism for describing internal drives in boot menu. by Kevin O'Connor · 15 years ago
  33. 372e071 Rename VAR16_32 to VAR16VISIBLE. by Kevin O'Connor · 15 years ago
  34. 7b184d8 Add defines for floppy constants. by Kevin O'Connor · 15 years ago
  35. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  36. af5aabb Unify floppy and harddrive command routing. by Kevin O'Connor · 15 years ago
  37. 48410fd Unify some floppy and disk functions. by Kevin O'Connor · 15 years ago
  38. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 15 years ago
  39. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 15 years ago
  40. d626e55 Minor - cleanup return code of floppy_media_sense. by Kevin O'Connor · 15 years ago
  41. a3b612e More floppy code cleanups. by Kevin O'Connor · 15 years ago
  42. 7661f2f Minor floppy cleanups. by Kevin O'Connor · 15 years ago
  43. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 16 years ago
  44. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 16 years ago
  45. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 16 years ago
  46. 0560034 Improve set_code_fail/floppy_ret/disk_ret code generation. by Kevin O'Connor · 16 years ago
  47. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 16 years ago
  48. 4a754b3 Add linker magic to ensure 16bit variables aren't repeated in 32bit code. by Kevin O'Connor · 16 years ago
  49. d21c089 Enable a default hw irq handler. by Kevin O'Connor · 16 years ago
  50. 020c476 Disable floppy access when coreboot enabled. by Kevin O'Connor · 16 years ago
  51. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 16 years ago
  52. e10d345 Fix bug in int1308 handling of floppies. by Kevin O'Connor · 16 years ago
  53. a68aeaf Improve debugging output. by Kevin O'Connor · 16 years ago
  54. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 16 years ago
  55. a05223c Improve some debugging output. by Kevin O'Connor · 16 years ago
  56. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 16 years ago
  57. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 16 years ago
  58. 35192dd Move debugging messages to appropriate functions. by Kevin O'Connor · 16 years ago
  59. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  60. 88c00ee Auto-detect equipment byte info - don't require nvram. by Kevin O'Connor · 16 years ago
  61. 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
  62. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 16 years ago
  63. 3bbcc14 Move floppy setup code from post.c to floppy.c. by Kevin O'Connor · 16 years ago
  64. 06ad44e Introduce cpu_relax() and use it in busy loops. by Kevin O'Connor · 16 years ago
  65. ed12849 Reduce stack usage for ISRs; minor fixes. by Kevin O'Connor · 16 years ago
  66. 6c78122 Replace debug_exit calls with debug info while setting a failure. by Kevin O'Connor · 16 years ago
  67. 1978676 Rename VISIBLE macro for better control. by Kevin O'Connor · 16 years ago
  68. c65a380 Bug fixes; get mouse working. by Kevin O'Connor · 16 years ago
  69. 44c631d Enhance included bios tables. by Kevin O'Connor · 16 years ago
  70. b792b3c Minor cleanup in floppy.c by Kevin O'Connor · 16 years ago
  71. 38fcbfe Version 0.1.2 by Kevin O'Connor · 16 years ago rel-0.1.2
  72. 4b60c00 Version 0.1.1 by Kevin O'Connor · 16 years ago rel-0.1.1
  73. f076a3e Initial checkin. by Kevin O'Connor · 16 years ago rel-0.1.0