Changeset 536 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc
- Timestamp:
- Apr 10, 2013, 6:27:15 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc
r535 r536 74 74 75 75 ; Flags for DPTE.wFlags 76 FLG_FAST_PIO_ENABLED EQU (1<<0) ; Set i susing PIO mode 1 or above (DPTE.bPioMode is valid when set)76 FLG_FAST_PIO_ENABLED EQU (1<<0) ; Set if using PIO mode 1 or above (DPTE.bPioMode is valid when set) 77 77 FLG_DMA_ENABLED EQU (1<<1) ; Set if DMA enabled (DPTE.bDmaChannelAndType is valid when set) 78 78 FLG_BLOCK_MODE_ENABLED EQU (1<<2) ; Set if Block Mode transfers are enabled (DPTE.bBlockSize is valid when set) 79 79 FLG_CHS_TRANSLATION_ENABLED EQU (1<<3) ; Set for drives with more than 1024 cylinders 80 FLG_LBA_TRANSLATION_ENABLED EQU (1<<4) ; Set when LBA add ersses from DAP are passed directly to the drive80 FLG_LBA_TRANSLATION_ENABLED EQU (1<<4) ; Set when LBA addresses from DAP are passed directly to the drive 81 81 FLG_REMOVABLE_MEDIA EQU (1<<5) 82 82 FLG_ATAPI_DEVICE EQU (1<<6)
Note:
See TracChangeset
for help on using the changeset viewer.