Changeset 285 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Feb 29, 2012, 7:20:36 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r277 r285 39 39 ;-------------------------------------------------------------------- 40 40 DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP: 41 42 41 mov ax, [cs:bp+IDEVARS.wPort] ; for IDE: AX=port address, DH=.bDevice 43 42 mov dx, [cs:bp+IDEVARS.bDevice-1] ; for Serial: AL=port address>>2, AH=baud rate 44 43 ; DL=COM number character, DH=.bDevice 45 44 %ifdef MODULE_JRIDE 45 cmp dh, DEVICE_JRIDE_ISA 46 eCMOVE ax, cs ; Use segment address for JR-IDE/ISA 47 %endif 48 46 49 mov si, g_szDetectOuter ; Load SI with default wrapper string "IDE %s at %s: " 47 50
Note:
See TracChangeset
for help on using the changeset viewer.