source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @370   12 years krille_n_ Changes: * Added some missing PIO mode timings to ATA_ID.inc (based …
(edit) @369   12 years gregli Removed align directives for initalization code and added define for …
(edit) @368   12 years aitotat Changes to XTIDE Universal BIOS: * Minor fixes and optimizations.
(edit) @367   12 years aitotat Changes to XTIDE Universal BIOS: * Forgot to remove the magic word …
(edit) @365   12 years aitotat Changes to XTIDE Universal BIOS: * Errors from AH=9h are stored to …
(edit) @364   12 years aitotat Changes to XTIDE Universal BIOS: * Advanced ATA Module variables are …
(edit) @363   12 years aitotat Changes to XTIDE Universal BIOS: * Added Advanced ATA Module …
(edit) @361   12 years aitotat Changes to XTIDE Universal BIOS: * Added untested support for Fast …
(edit) @358   12 years aitotat Changes to XTIDE Universal BIOS: * Moved BIOS title and version …
(edit) @346   12 years aitotat Changes to XTIDE Universal BIOS: * Added some comments.
(edit) @334   12 years gregli Serial server DPT flag optimization, remove Serial/IDE specific header …
(edit) @332   12 years krille_n_ Changes: * Fixed a bug in the new BIOS Drive Information Tool. * …
(edit) @324   12 years aitotat Changes to XTIDE Universal BIOS: * Boot Menu now displays correct …
(edit) @322   12 years krille_n_ Changes to XTIDE Universal BIOS: * Commented out the FS and GS …
(edit) @316   12 years gregli Fixed a bug with ah0h/reset of a serial drive that was found during …
(edit) @305   12 years aitotat Changes to XTIDE Universal BIOS: * AH=25h (Get Drive Information) no …
(edit) @294   12 years krille_n_ Commit 2/2 (BIOS): * Fixed a bug in AH1h_HStatus.asm. * Minor …
(edit) @292   12 years gregli Small optimization, moved around some serial code to avoid a few jumps …
(edit) @291   12 years aitotat Changes to XTIDE Universal BIOS: * Added BOOT_MENU_DEFAULT_TIMEOUT define.
(edit) @288   12 years aitotat Changes to XTIDE Universal BIOS: * Changed wip string to beta character.
(edit) @285   12 years aitotat Changes to XTIDE Universal BIOS: * Some minor optimizations. * Boot …
(edit) @283   12 years gregli Fixed bug where total sector count was not being properly calculated …
(edit) @282   12 years gregli More fun with resets: It turns out to be important to reset our drives …
(edit) @281   12 years aitotat Changes to XTIDE Universal BIOS: * All IDE Error Register errors from …
(edit) @279   12 years aitotat Changes to XTIDE Universal BIOS: * Drive internal write cache is now …
(edit) @277   12 years gregli Moved the bulk of the serial code to the assembly library, for …
(edit) @276   12 years aitotat Changes to XTIDE Universal BIOS: * Changed version number to 2.0.0 * …
(edit) @275   12 years gregli Made some tweaks to ah0h, saving some space by taking advantage of …
(edit) @274   12 years gregli Fixed register corruption bugs with the AT build for getting number of …
(edit) @273   12 years aitotat Changes to XTIDE Universal BIOS: * Updated main.asm for 8k JR-IDE/ISA …
(edit) @271   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0h (Reset) should now work but …
(edit) @270   12 years gregli Fixed a bug with the number of floppy drives reported, if there were …
(edit) @269   12 years gregli Fixed a bug with reporting the number of hard disks when there were …
(edit) @268   12 years aitotat Changes to XTIDE Universal BIOS: * JR-IDE/ISA support now works!
(edit) @267   12 years aitotat Changes to XTIDE Universal BIOS: * More JR-IDE/ISA fixes.
(edit) @266   12 years aitotat Changes to XTIDE Universal BIOS: * Some fixes for JR-IDE/ISA code …
(edit) @265   12 years aitotat Changes to XTIDE Universal BIOS: * Now builds without serial module.
(edit) @264   12 years gregli Corrected a bug where the initial pointer to idevars0 was not properly set.
(edit) @263   12 years gregli Oops, forgot to check if it still compiled without floppy support, …
(edit) @262   12 years gregli More optimizations. Merged RamVars_IsFunction/DriveHandledByThisBIOS …
(edit) @261   12 years gregli Basic maintenance to enable the unused code check to work again, no …
(edit) @260   12 years gregli Implemented function int13h/05h (floppy disk format track), that …
(edit) @259   12 years gregli For function int13/0h, restored the code to only reset the floppy …
(edit) @258   12 years gregli Added floppy drive emulation over the serial connection …
(edit) @257   12 years aitotat Changes to XTIDE Universal BIOS: * AH=15h now properly stores error …
(edit) @255   12 years gregli Bug fix in BootMenuPrint, introduced in r241, where floppy disk …
(edit) @254   12 years aitotat Changes to XTIDE Universal BIOS: * Changed BOOTNFO to BOOTMENUINFO …
(edit) @253   12 years aitotat Changes to XTIDE Universal BIOS: * Forgot to remove code that stored …
(edit) @252   12 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now shows only one …
(edit) @251   12 years krille_n_ Changes: * Simplified the bug fix I did in r242. * Fixed a couple of …
(edit) @250   12 years aitotat Changes to XTIDE Universal BIOS: * INT 19h reset handler is now …
(edit) @249   12 years aitotat Changes to XTIDE Universal BIOS: * Number of successfully transferred …
(edit) @248   12 years aitotat Changes to XTIDE Universal BIOS: * Booting with hotkey now properly …
(edit) @244   12 years gregli Removed tiny optimization for DEVICE_SERIAL being the last device type …
(edit) @243   12 years aitotat Changes to XTIDE Universal BIOS: * Brought back optional "A then C" …
(edit) @242   12 years krille_n_ Changes: * Optimizations (both for size and speed) in IdeTransfer.asm …
(edit) @241   12 years gregli Space optimizations in the Boot Menu and BootInfo routines, taking …
(edit) @239   12 years gregli Passing ROMSIZE into main.asm to calculate number of 512B blocks for …
(edit) @238   12 years aitotat Changes to XTIDE Universal BIOS: * Makefile now builds small (8k) and …
(edit) @235   12 years gregli More fun with comments, restoring a comment change that was lost in …
(edit) @234   12 years gregli Serial Port: Missed updating some comments in the code from the last …
(edit) @233   12 years gregli Serial Port: split single byte port and baud into two bytes, taking …
(edit) @232   12 years aitotat Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set …
(edit) @231   12 years krille_n_ Changes: * Additional tweaks to AccessDPT_ShiftPCHinAXBLtoLCH in …
(edit) @230   12 years krille_n_ Changes to XTIDE Universal BIOS: * Some small optimizations
(edit) @229   12 years aitotat Changes to XTIDE Universal BIOS: * All builds now initialize drives …
(edit) @228   12 years aitotat Changes to XTIDE Universal BIOS: * Drive size can now be limited for …
(edit) @227   12 years aitotat Changes to XTIDE Universal BIOS: * EBIOS functions now work in lite mode.
(edit) @226   12 years gregli Moved .bSerialPortAndBaud out of the main DPT into a an attached struc …
(edit) @224   12 years aitotat Changes to XTIDE Universal BIOS: * EBIOS functions now work again …
(edit) @223   12 years krille_n_ Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a …
(edit) @221   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly …
(edit) @220   12 years gregli Serial port code, removed pointer re(normalization) code as the …
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @216   12 years gregli Serial port code - improved pointer re-normalization.
(edit) @214   12 years gregli Rework of the serial write loop and read/write timeout code, resulting …
(edit) @212   12 years gregli Fixed a bug where DL was always zero when transitioning control to the …
(edit) @208   12 years gregli Enhanced checksum for serial communications, much better at detecting …
(edit) @207   12 years gregli Added buffer pointer denormalization check within the serial port code …
(edit) @203   12 years gregli Reworked the 'skip detecting the slave if there was no master' code to …
(edit) @202   12 years krille_n_ Changes: * Library/BIOS: Minor optimizations to …
(edit) @200   12 years gregli Added logic to skip scanning COM ports if a COM port was already found …
(edit) @199   12 years gregli Adding proper serial port support to the Configurator, which required …
(edit) @197   12 years gregli Some maintenance; no changes to the actual source. Moved the …
(edit) @196   12 years gregli Added printing of COM port and baud rate, when set explicitly by …
(edit) @194   12 years gregli ifdef'd out more unused code. Also added a tool for looking through …
(edit) @193   12 years gregli Space optimizations in AccessDPT.asm, transfer one routine to a macro …
(edit) @192   12 years gregli Optimized away some long jumps, by rearranging routines within files, …
(edit) @191   12 years gregli Space optimization in Address.asm, includes bug fix for …
(edit) @190   12 years gregli More comments for changes to BootMenuEvent and BootMenuPrint.
(edit) @189   12 years gregli Additional space optimizations, including making IdleProcessing an …
(edit) @186   12 years gregli Initial string compression checkin. All changes are under …
(edit) @185   12 years gregli Some basic cleanup and fixing build problems with the Configurator …
(edit) @184   12 years gregli Space optimization, added a new format character 'I' which is the same …
(edit) @183   12 years gregli Space optimization, added option to inline offsets for MENUEVENT …
(edit) @182   12 years gregli General code size optimizations, preparing for string compression, …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @180   12 years gregli Removed note-to-self comment, code in question is needed
(edit) @179   12 years gregli Main checkin, adding virtual IDE drive over serial port connection
(edit) @176   12 years gregli Made a module around the EBIOS code, so that it can be turned off to …
Note: See TracRevisionLog for help on using the revision log.