source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src/Device/IDE

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @545   11 years aitotat Changes to XTIDE Universal BIOS: * Integrated XT-CFv3 support by …
(edit) @540   11 years aitotat Changes to XTIDE Universal BIOS: * Improved interrupt handling: INT …
(edit) @539   11 years aitotat Changes to XTIDE Universal BIOS: * Carry flag is no longer cleared …
(edit) @538   11 years aitotat Changes to XTIDE Universal BIOS: * Segment overflow is now checked …
(edit) @536   11 years krille_n_ Changes: * Added support for the Silicon Valley Computer ADP50L …
(edit) @535   11 years aitotat Changes to XTIDE Universal BIOS: * AH=48h now returns Device …
(edit) @532   11 years krille_n_ Changes: * Changed unused.pl to remove a false positive when …
(edit) @526   11 years krille_n_ Changes: * Update of the copyright notices to include the year 2013.
(edit) @507   11 years aitotat Changes to XTIDE Universal BIOS: * Reduced minimum time to display …
(edit) @505   11 years krille_n_ Changes: * Reverted the changes to MenuEvents.inc done in r492 since …
(edit) @503   11 years aitotat Changes to XTIDE Universal BIOS: * Optimized AH=0h a bit.
(edit) @501   11 years aitotat Changes to XTIDE Universal BIOS: * XTIDE rev 2 and modded XTIDE rev 1 …
(edit) @496   11 years aitotat Changes to XTIDE Universal BIOS: * XT-CF related code in …
(edit) @493   11 years gregli Separated MODULE_8BIT_IDE into the basic part used by XTIDE rev 1 and …
(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) @488   11 years gregli Removed unused '4' entry from Strings.asm and recompressed. Added 8x …
(edit) @486   11 years aitotat Changes to XTIDE Universal BIOS: * Faster DMA support (with less …
(edit) @482   11 years aitotat Changes to XTIDE Universal BIOS: * Added some JR-IDE/ISA and XT-CF …
(edit) @480   11 years aitotat Changes to XTIDE Universal BIOS: * XT-CF DMA transfers should now work.
(edit) @479   12 years aitotat Changes to XTIDE Universal BIOS: * Simplified non-working DMA code …
(edit) @478   12 years aitotat Changes to XTIDE Universal BIOS: * Fixes to DMA transfers but it …
(edit) @477   12 years aitotat Changes to XTIDE Universal BIOS: * Added non-working DMA transfer code.
(edit) @476   12 years aitotat Changes to XTIDE Universal BIOS: * Memory Mapped Transfers now work again.
(edit) @475   12 years aitotat Changes to XTIDE Universal BIOS: * Fixed a bug that might have set CF …
(edit) @474   12 years aitotat Changes to XTIDE Universal BIOS: * Drive detection now displays …
(edit) @473   12 years aitotat Changes to XTIDE Universal BIOS: * Large changes to prepare full …
(edit) @445   12 years krille_n_ Changes: * A speed optimization to the eSHL_IM macro for 386 and …
(edit) @444   12 years aitotat Changes to XTIDE Universal BIOS: * Added XT-CF transfer functions for …
(edit) @443   12 years aitotat Changes to XTIDE Universal BIOS: * Offset to ATA-ID buffer will no …
(edit) @442   12 years aitotat Changes to XTIDE Universal BIOS: * ATA ID validation now compares …
(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) @432   12 years aitotat Changes to XTIDE Universal BIOS: * Increased IDE software reset …
(edit) @428   12 years aitotat Changes to XTIDE Universal BIOS: * Motor spin up is now waited when …
(edit) @421   12 years aitotat Changes to XTIDE Universal BIOS: * Addressing modes are now NORMAL, …
(edit) @419   12 years aitotat Changes to XTIDE Universal BIOS: * IDE transfers now properly return …
(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) @412   12 years krille_n_ Changes: * Minor optimizations to the JR-IDE/ISA code. * Some …
(edit) @411   12 years aitotat Changes to XTIDE Universal BIOS: * Moved some IRQ and LBA48 code to …
(edit) @410   12 years aitotat Changes to XTIDE Universal BIOS: * Hotkey Bar now support color …
(edit) @408   12 years aitotat Changes to XTIDE Universal BIOS: * Restored polling BSY before …
(edit) @402   12 years aitotat Changes to XTIDE Universal BIOS: * Fast XTIDE support should now be …
(edit) @401   12 years aitotat Changes to XTIDE Universal BIOS: * Removed standard IDE support from …
(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) @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) @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) @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) @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) @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) @276   12 years aitotat Changes to XTIDE Universal BIOS: * Changed version number to 2.0.0 * …
(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) @258   12 years gregli Added floppy drive emulation over the serial connection …
(edit) @251   12 years krille_n_ Changes: * Simplified the bug fix I did in r242. * Fixed a couple of …
(edit) @249   12 years aitotat Changes to XTIDE Universal BIOS: * Number of successfully transferred …
(edit) @242   12 years krille_n_ Changes: * Optimizations (both for size and speed) in IdeTransfer.asm …
(edit) @238   12 years aitotat Changes to XTIDE Universal BIOS: * Makefile now builds small (8k) and …
(edit) @233   12 years gregli Serial Port: split single byte port and baud into two bytes, taking …
(edit) @223   12 years krille_n_ Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a …
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @171   13 years aitotat Changes to XTIDE Universal BIOS: * Restore IdeTransfer.asm to r169
(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) @161   13 years krille_n_ Changes to XTIDE Universal BIOS: * Minor size optimizations. * …
(edit) @160   13 years aitotat Changes to XTIDE Universal BIOS: * Support for XTIDE mod now works.
(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) @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 …
(add) @150   13 years aitotat Changes to XTIDE Universal BIOS: * Redesigned Disk Parameter Tables. …
Note: See TracRevisionLog for help on using the revision log.