VirtualBox

Changeset 52479 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Aug 22, 2014 3:28:26 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95696
Message:

BIOS: Removed redundant port write, improved logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/floppy.c

    r49331 r52479  
    583583            outb(0x0005, base_count);
    584584            outb(0x0005, base_count>>8);
    585             BX_DEBUG_INT13_FL("xfer buf at %x:%x\n", page, base_address);
     585            BX_DEBUG_INT13_FL("xfer buf %x bytes at %x:%x\n",
     586                              base_count, page, base_address);
    586587
    587588            // port 0b: DMA-1 Mode Register
     
    595596            outb(0x0081, page);
    596597
    597             BX_DEBUG_INT13_FL("unmask chan 2\n");
     598            BX_DEBUG_INT13_FL("unmasking DMA-1 c2\n");
    598599            outb(0x000a, 0x02); // unmask channel 2
    599 
    600             BX_DEBUG_INT13_FL("unmasking DMA-1 c2\n");
    601             outb(0x000a, 0x02);
    602600
    603601            //--------------------------------------
     
    724722            outb(0x0005, base_count);
    725723            outb(0x0005, base_count>>8);
    726             BX_DEBUG_INT13_FL("xfer buf at %x:%x\n", page, base_address);
     724            BX_DEBUG_INT13_FL("xfer buf %x bytes at %x:%x\n",
     725                              base_count, page, base_address);
    727726
    728727            // port 0b: DMA-1 Mode Register
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette