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