Changeset 363 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc
- Timestamp:
- Mar 26, 2012, 4:20:43 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc
r276 r363 84 84 FEATURE_ENABLE_WRITE_CACHE EQU 02h 85 85 FEATURE_DISABLE_WRITE_CACHE EQU 82h ; Can also be used to flush cache 86 FEATURE_SET_TRANSFER_MODE EQU 03h ; Transfe mode goes to the Sector Count Register 87 PIO_DEFAULT_MODE EQU 0h 88 PIO_DEFAULT_MODE_DISABLE_IORDY EQU 1h 89 PIO_FLOW_CONTROL_MODE_xxx EQU (1<<3) ; Bits 2...0 hold the PIO mode 86 90 87 91
Note:
See TracChangeset
for help on using the changeset viewer.