Changeset 258 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm
- Timestamp:
- Feb 22, 2012, 7:01:53 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm
r249 r258 37 37 %ifdef MODULE_SERIAL 38 38 Device_FinalizeDPT: 39 TEST_USIGN_DPT_AND_JUMP_IF_SERIAL_DEVICE .FinalizeDptForSerialPortDevice 39 ; needs to check IDEVARS vs. checking the DPT as the serial bit in the DPT is set in the Finalize routine 40 CMP_USING_IDEVARS_IN_CSBP_AND_JUMP_IF DEVICE_SERIAL_PORT, .FinalizeDptForSerialPortDevice 40 41 jmp IdeDPT_Finalize 41 .FinalizeDptForSerialPortDevice: 42 .FinalizeDptForSerialPortDevice: 42 43 jmp SerialDPT_Finalize 43 44
Note:
See TracChangeset
for help on using the changeset viewer.