Changeset 324 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Mar 11, 2012, 6:45:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc
r277 r324 1 ; File name : ATA_ID.inc 2 ; Project name : IDE BIOS 3 ; Created date : 30.10.2009 4 ; Last update : 12.3.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS 6 2 ; Description : ATA Identify Drive information. 7 3 %ifndef ATA_ID_INC … … 58 54 endstruc 59 55 56 A1_MODEL_NUMBER_LENGTH EQU 40 ; 40 ASCII characters 57 60 58 ; ATA-1 Word 0, General configuration 61 59 A1_wGenCfg_NONMAG EQU (1<<15) ; Reserved for non-magnetic drives
Note:
See TracChangeset
for help on using the changeset viewer.