Changeset 277 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc


Ignore:
Timestamp:
Feb 28, 2012, 2:45:48 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Moved the bulk of the serial code to the assembly library, for inclusion in other utilities. Fixed a bug in int13h.asm when floppy support was not enabled that was preventing foreign drives from working properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc

    r258 r277  
    254254    .wRMSN      resw 1  ; 127F, Removable Media Status Notification feature set support
    255255    .wSecurity  resw 1  ; 128FV, Security Status
    256                 resw 158-129    ; 129...157X, Vendor Specific
    257     .wSerialFloppyFlagAndType:
    258     .wVendor1   resw 1  ; 158x, Vendor specific - word for use by the serial port code
    259     .wSerialPortAndBaud:
    260     .wVendor2   resw 1  ; 159X, Vendor Specific - word for use by the Serial Port code
     256                resw 160-129    ; 129...157X, Vendor Specific
    261257    .wCFAPower  resw 1  ; 160FV, CFA Power Mode 1
    262258                resw 176-161    ; 161...175R, Reserved for assignment by the CompactFlash Association
Note: See TracChangeset for help on using the changeset viewer.