Changeset 277 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm
r258 r277 17 17 ;-------------------------------------------------------------------- 18 18 SerialDPT_Finalize: 19 mov ax, [es:si+ ATA6.wSerialPortAndBaud]19 mov ax, [es:si+SerialServer_ATA_wPortAndBaud] 20 20 mov [di+DPT_SERIAL.wSerialPortAndBaud], ax 21 21 22 22 ; 23 23 ; Note that this section is not under %ifdef MODULE_SERIAL_FLOPPY. It is important to 24 ; d etect floppy disks presented by the server and not treat them likehard disks, even24 ; distinguish floppy disks presented by the server and not treat them as hard disks, even 25 25 ; if the floppy support is disabled. 26 26 ; 27 mov al, [es:si+ ATA6.wSerialFloppyFlagAndType]27 mov al, [es:si+SerialServer_ATA_wFloppyFlagAndType] 28 28 or al, FLGH_DPT_SERIAL_DEVICE 29 29 or byte [di+DPT.bFlagsHigh], al
Note:
See TracChangeset
for help on using the changeset viewer.