source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src/Handlers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @493   11 years gregli Separated MODULE_8BIT_IDE into the basic part used by XTIDE rev 1 and …
(edit) @492   11 years gregli Removed the dependency between MODULE_BOOT_MENU and MODULE_HOTKEYS. …
(edit) @491   11 years krille_n_ Changes: * Added a new define (USE_UNDOC_INTEL) that enables …
(edit) @489   11 years gregli Added version string to initial title banner, for cases where there is …
(edit) @480   11 years aitotat Changes to XTIDE Universal BIOS: * XT-CF DMA transfers should now work.
(edit) @477   11 years aitotat Changes to XTIDE Universal BIOS: * Added non-working DMA transfer code.
(edit) @475   11 years aitotat Changes to XTIDE Universal BIOS: * Fixed a bug that might have set CF …
(edit) @474   11 years aitotat Changes to XTIDE Universal BIOS: * Drive detection now displays …
(edit) @473   11 years aitotat Changes to XTIDE Universal BIOS: * Large changes to prepare full …
(edit) @472   11 years aitotat Changes to XTIDE Universal BIOS: * Implemented AH=1Eh, XT-CF Features.
(edit) @471   11 years aitotat Changes to XTIDE Universal BIOS: * XT-CF Control Register definitions …
(edit) @445   12 years krille_n_ Changes: * A speed optimization to the eSHL_IM macro for 386 and …
(edit) @443   12 years aitotat Changes to XTIDE Universal BIOS: * Offset to ATA-ID buffer will no …
(edit) @439   12 years aitotat Changes to XTIDE Universal BIOS: * Drive identify is now skipped for …
(edit) @437   12 years aitotat Changes to XTIDE Universal BIOS: * Changed Fast XTIDE to Lo-tech …
(edit) @435   12 years aitotat Changes to XTIDE Universal BIOS: * Even quicker optimization to …
(edit) @434   12 years aitotat Changes to XTIDE Universal BIOS: * Quick fix to AH=00h: Error code is …
(edit) @433   12 years aitotat Changes to XTIDE Universal BIOS: * Cleaned AH=00h a bit.
(edit) @429   12 years aitotat Quick fix to the previous commit.
(edit) @428   12 years aitotat Changes to XTIDE Universal BIOS: * Motor spin up is now waited when …
(edit) @422   12 years aitotat Changes to XTIDE Universal BIOS: * Modified ROMVARS for user defined …
(edit) @421   12 years aitotat Changes to XTIDE Universal BIOS: * Addressing modes are now NORMAL, …
(edit) @417   12 years aitotat Changes to XTIDE Universal BIOS: * AT builds now relocate INT 13h …
(edit) @414   12 years aitotat Changes to XTIDE Universal BIOS: * MEMPIOVARS no longer overflow when …
(edit) @413   12 years aitotat Changes to XTIDE Universal BIOS: * Hotkeys are now displayed at least …
(edit) @410   12 years aitotat Changes to XTIDE Universal BIOS: * Hotkey Bar now support color …
(edit) @400   12 years aitotat Changes to XTIDE Universal BIOS: * Moved 8-bit device support to …
(edit) @399   12 years krille_n_ Changes: * Added Power Management (Standby Timer) support to the BIOS …
(edit) @398   12 years aitotat Changes to XTIDE Universal BIOS: * IRQ related stuff is now optional …
(edit) @397   12 years aitotat Changes to XTIDE Universal BIOS: * Cleaned some code concerning …
(edit) @395   12 years aitotat Changes to XTIDE Universal BIOS: * Hotkey Bar and drive translations …
(edit) @392   12 years aitotat Changes to XTIDE Universal BIOS: * Greatly improved Hotkey Bar is …
(edit) @386   12 years aitotat Changes to XTIDE Universal BIOS: * Boot menu is now an optional …
(edit) @376   12 years gregli WIDE checkin... Added copyright and license information to sorce …
(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) @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) @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) @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) @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) @271   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0h (Reset) should now work but …
(edit) @269   12 years gregli Fixed a bug with reporting the number of hard disks when there were …
(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) @252   12 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now shows only one …
(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) @243   12 years aitotat Changes to XTIDE Universal BIOS: * Brought back optional "A then C" …
(edit) @232   12 years aitotat Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set …
(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) @221   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly …
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @212   12 years gregli Fixed a bug where DL was always zero when transitioning control to the …
(edit) @200   12 years gregli Added logic to skip scanning COM ports if a COM port was already found …
(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) @191   12 years gregli Space optimization in Address.asm, includes bug fix for …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @176   12 years gregli Made a module around the EBIOS code, so that it can be turned off to …
(edit) @173   13 years aitotat Changes to XTIDE Universal BIOS: * L-CHS parameters are now generated …
(edit) @170   13 years krille_n_ Changes to all parts of the project: * Minor size optimizations * …
(edit) @169   13 years aitotat Changes to XTIDE Universal BIOS: * Old Int 13h functions can now …
(edit) @167   13 years aitotat Changes to XTIDE Universal BIOS: * Old Int 13h transfer functions …
(edit) @166   13 years aitotat Changes to XTIDE Universal BIOS: * Removed Address.asm from the old …
(edit) @165   13 years aitotat Changes to XTIDE Universal BIOS: * Hopefully this commit is …
(edit) @162   13 years krille_n_ Changes to all parts of the project: * Size optimizations, mostly by …
(edit) @161   13 years krille_n_ Changes to XTIDE Universal BIOS: * Minor size optimizations. * …
(edit) @158   13 years aitotat Changes to XTIDE Universal BIOS: * Optimized few bytes.
(edit) @157   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Size optimizations in …
(edit) @156   13 years aitotat Changes to XTIDE Universal BIOS: * Removed unnecessary files.
(edit) @155   13 years aitotat Changes to XTIDE Universal BIOS: * AH=4h again uses VERIFY command …
(edit) @152   13 years aitotat Changes to XTIDE Universal BIOS: * XTIDE mod should now be supported …
(edit) @150   13 years aitotat Changes to XTIDE Universal BIOS: * Redesigned Disk Parameter Tables. …
(edit) @148   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h optimizations to save …
(edit) @143   13 years aitotat Changes to XTIDE Universal BIOS: * Removed "Boot sector found!" …
(edit) @140   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h functions should no …
(edit) @130   13 years aitotat Changes to XTIDE Universal BIOS: * Boot menu finally works but …
(edit) @128   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Size optimizations in various …
(edit) @122   13 years aitotat Changes to XTIDE Universal BIOS: * Bottom info now appears but menu …
Note: See TracRevisionLog for help on using the revision log.