Changeset 276 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc


Ignore:
Timestamp:
Feb 28, 2012, 2:21:03 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Changed version number to 2.0.0
  • Block will no longer be enabled if it is forced off using configurator.
  • Implemented non-working feature to disable drive internal write cache.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc

    r158 r276  
    8181
    8282
     83; Subcommands for COMMAND_SET_FEATURES
     84FEATURE_ENABLE_WRITE_CACHE              EQU     02h
     85FEATURE_DISABLE_WRITE_CACHE             EQU     82h     ; Can also be used to flush cache
     86
     87
    8388%endif ; IDEREGISTERS_INC
Note: See TracChangeset for help on using the changeset viewer.