Changeset 491 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r488 r491 45 45 .twLbaSectors resb 6 ; 48-bit sector count for LBA addressing 46 46 %endif 47 alignb 2 ; WORD align ent for DPT_SERIAL or DPT_ATA47 alignb 2 ; WORD alignment for DPT_SERIAL or DPT_ATA 48 48 endstruc 49 49 … … 133 133 ; first! DPT_ATA.bDevice uses small values so there will be no problems. 134 134 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 135 %if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice 136 %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!" 135 %if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice 136 %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!" 137 %endif 137 138 %endif 138 %endif 139 %endif 139 %endif ; MODULE_SERIAL 140 140 141 141
Note:
See TracChangeset
for help on using the changeset viewer.