Changeset 480 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm


Ignore:
Timestamp:
Oct 27, 2012, 11:26:11 AM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XT-CF DMA transfers should now work.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm

    r473 r480  
    8484;       DX:     Autodetected port (for devices that support autodetection)
    8585;       DS:     Segment to RAMVARS
    86 ;       ES:SI:  Ptr to normalized buffer to receive 512-byte IDE Information
     86;       ES:SI:  Ptr to buffer to receive 512-byte IDE Information
    8787;       CS:BP:  Ptr to IDEVARS
    8888;   Returns:
     
    109109;       BH:     Default system timer ticks for timeout (can be ignored)
    110110;       BL:     IDE Status Register bit to poll after command
    111 ;       ES:SI:  Ptr to normalized buffer (for data transfer commands)
     111;       ES:SI:  Ptr to buffer (for data transfer commands)
    112112;       DS:DI:  Ptr to DPT (in RAMVARS segment)
    113113;       SS:BP:  Ptr to IDEPACK
Note: See TracChangeset for help on using the changeset viewer.