VirtualBox

source: vbox/trunk/src/VBox/Devices/PC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51373   11 years vboxsync Fixed bad format specifier.
(edit) @51255   11 years vboxsync update alternative BIOS sources
(edit) @51232   11 years vboxsync AHCI: Another try to fix The AssertRelease issue during a reset. Move …
(edit) @51062   11 years vboxsync update alternative BIOS sources
(edit) @51061   11 years vboxsync Forgot to move label.
(edit) @51059   11 years vboxsync BIOS: Force hard reset if user entered POST but did not indicate warm boot.
(edit) @51058   11 years vboxsync BIOS: Set warm boot flag on Ctrl-Alt-Del.
(edit) @51057   11 years vboxsync Improved code readability slightly.
(edit) @51000   11 years vboxsync BIOS: CMOS equipment byte must be read before running VGA POST.
(edit) @50997   11 years vboxsync BIOS: Init vector 1Ah before initializing VGA BIOS (in case it needs PCI).
(edit) @50663   11 years vboxsync Removed unnecessarily verbose logging.
(edit) @50599   11 years vboxsync BIOS: Set ack/resend flags in IRQ1 handler.
(edit) @50558   11 years vboxsync PC/BIOS: small cosmetical fixes for the boot device selection
(edit) @50320   11 years vboxsync Devices/PC/BIOS: LogRel the location of the MPS table
(edit) @50317   11 years vboxsync Devices/BIOS: update alternative source
(edit) @50294   11 years vboxsync AHCI: Fixes for hotplugging, should fix problems with Windows 7 guests
(edit) @50176   11 years vboxsync BIOS: Let the compiler merge info/debug strings better in SCSI module.
(edit) @50167   11 years vboxsync update-pcbios-source
(edit) @50166   11 years vboxsync BIOS: Work around insufficient keyboard reset timeout.
(edit) @50160   11 years vboxsync BIOS: Rearranged POST to initialize video earlier.
(edit) @50159   11 years vboxsync Devices/BIOS: updated alternative BIOS sources
(edit) @50091   11 years vboxsync BIOS: If available, store logical geometry of SCSI disk in CMOS and use it.
(edit) @50090   11 years vboxsync BIOS: Support second CMOS bank for reads/writes.
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49548   11 years vboxsync DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear …
(edit) @49442   11 years vboxsync DevAPIC: Always set the APIC CPUID feature bits when the device is …
(edit) @49437   11 years vboxsync DevAPIC.cpp: Don't disable the CPUID feature bit just because someone …
(edit) @49331   11 years vboxsync BIOS: Seek before formatting a track.
(edit) @49286   11 years vboxsync BIOS: Added invalid opcode handler.
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @49068   11 years vboxsync BIOS: Typo fix for PCI BIOS IRQ routing table query.
(edit) @49067   11 years vboxsync A bit more debug logging.
(edit) @48975   11 years vboxsync 4.3 RC1
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48755   11 years vboxsync DevFwCommon.cpp: cleanups.
(edit) @48619   11 years vboxsync 4.3 Beta 3
(edit) @48446   11 years vboxsync BIOS: Reshuffled code, added shutdown code 9 support.
(edit) @48392   11 years vboxsync 4.3 Beta 2
(edit) @48346   11 years vboxsync header fixes
(edit) @48195   11 years vboxsync BIOS: Shorter offsets, reorder timer tick processing.
(edit) @48123   11 years vboxsync BIOS: Trailing spaces, begone!
(edit) @48122   11 years vboxsync BIOS: Fixed disk logging, stripped trailing spaces.
(edit) @48072   11 years vboxsync Typo.
(edit) @48069   11 years vboxsync BIOS: Return more sensible and bigger DPTs (see #6481).
(edit) @48067   11 years vboxsync BIOS: There is no such thing as a 160K/180K/320K floppy drive.
(edit) @48046   11 years vboxsync DevDMA: Do not write memory on verify transfers.
(edit) @47937   11 years vboxsync 4.3 Beta 1
(edit) @47930   11 years vboxsync Etherboot is obsolete
(edit) @47928   11 years vboxsync Devices/PC: export iPXE to OSE
(edit) @47840   11 years vboxsync DevAPIC: burn + @todo
(edit) @47531   11 years vboxsync BIOS: Report floppy change line support.
(edit) @47428   11 years vboxsync Addressed some warnings.
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @47035   11 years vboxsync log IMR changes.
(edit) @47006   11 years vboxsync BIOS: Properly turn off floppy motor to save electricity.
(edit) @46952   11 years vboxsync No .sym files without openwatcom, of course.
(edit) @46947   11 years vboxsync VBoxPcBios: Use HLT while waiting for floppy interrupts. Added comment …
(edit) @46946   11 years vboxsync Install bios symbol files in bin/VBoxDbgSyms/ and make DBGF look there.
(edit) @46499   11 years vboxsync DevDMA: Set TC status bit on transfer completion.
(edit) @46491   11 years vboxsync DevACPI: added more boot architecture flags
(edit) @46356   12 years vboxsync Devices/PC/DMI: added DmiChassisType and fixed documentation of …
(edit) @46355   12 years vboxsync Devices/PC/DMI: added DmiChassisType and fixed documentation of …
(edit) @46241   12 years vboxsync BIOS: Properly handle SCSI disk reads of 64K or more.
(edit) @46240   12 years vboxsync BIOS: A bit more debug output.
(edit) @46234   12 years vboxsync BIOS: updated notes.
(edit) @45965   12 years vboxsync VMM: Facility for getting the highest-priority pending interrupt from …
(edit) @45881   12 years vboxsync Added note about NW6.x's use of PCI BIOS.
(edit) @45839   12 years vboxsync DevHPET: we don't load VMMRC for sure anymore
(edit) @45791   12 years vboxsync BIOS: Added dummy controller reset function to avoid potential crashes.
(edit) @45710   12 years vboxsync BIOS: Fixed PCI routing query service.
(edit) @45670   12 years vboxsync BIOS: updated the alternative source code
(edit) @45669   12 years vboxsync BIOS: add int15 function 0xd04f
(edit) @45401   12 years vboxsync BIOS: Removed panic port references.
(edit) @45298   12 years vboxsync DevPcBios: Do not panic.
(edit) @45208   12 years vboxsync RTC: Experimental hack for UIP bit being set too long.
(edit) @45191   12 years vboxsync DevRTC: UIP hack.
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @44821   12 years vboxsync BUGZ:6633 Use RT_H2LE_* instead of cpu_to_le*.
(edit) @44820   12 years vboxsync BUGZ:6633 Expose OEM specific DMI table which contains TSC frequency …
(edit) @44810   12 years vboxsync DevRTC.cpp: cleanups.
(edit) @44805   12 years vboxsync DevSMC.cpp: Not worth cleaning up, better redo it and drop the …
(edit) @44804   12 years vboxsync DevPit-i8254.cpp: Cleanups.
(edit) @44801   12 years vboxsync DevPIC.cpp: Cleanups.
(edit) @44752   12 years vboxsync DMI: update Processor Information table (tyoe 4): do not refer to …
(edit) @44751   12 years vboxsync update alternative system BIOS sources
(edit) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44705   12 years vboxsync PC/DevPcArch.c -> PC/DevPcArch.cpp.
(edit) @44704   12 years vboxsync DevPcArch.c: Some cleanups.
(edit) @44693   12 years vboxsync DevLPC.cpp: some small adjustment, not worth doing much here.
(edit) @44692   12 years vboxsync BIOS: Implemented ATAPI device reset.
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44690   12 years vboxsync DevIoApic.cpp: Build fix.
(edit) @44689   12 years vboxsync Expose I/O APIC registers to the debugger facilities.
(edit) @44688   12 years vboxsync nit
(edit) @44687   12 years vboxsync nit
(edit) @44686   12 years vboxsync DevIoApic: copy and past error in the MMIO read routine.
(edit) @44685   12 years vboxsync DevIoApic: A short note on IOMMMIO_FLAGS_WRITE_DWORD_ZEROED.
Note: See TracRevisionLog for help on using the revision log.

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