Changeset 233 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
- Timestamp:
- Feb 4, 2012, 6:21:22 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r232 r233 28 28 .dpt resb DPT_size 29 29 30 ; Block size is specified in sectors (1, 2, 4, 8, 16, 32, 64 or 128) 30 ; Block size is specified in sectors (1, 2, 4, 8, 16, 32 or 64). 31 ; 128 is not allowed to prevent offset overflow during data transfer. 31 32 .wSetAndMaxBlock: 32 33 .bSetBlock resb 1 ; Current block size (at least 1) … … 39 40 .dpt resb DPT_size 40 41 41 .bSerialPortAndBaud resb 1 ; Packed I/O port and baud rate for serial drives 42 resb 1 ; unused alignment 42 .wSerialPortAndBaud: 43 .bSerialPort resb 1 ; Serial connection I/O port address, divided by 4 44 .bSerialBaud resb 1 ; Serial connection baud rate divisor 43 45 endstruc 44 46 %endif
Note:
See TracChangeset
for help on using the changeset viewer.