VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76519   6 years vboxsync Devices: Header guard fixing preps. bugref:9344
(edit) @76288   6 years vboxsync 6.0.0
(edit) @76129   6 years vboxsync 6.0.0_RC1
(edit) @75851   6 years vboxsync 6.0.0_BETA3
(edit) @75485   6 years vboxsync 6.0.0_BETA2
(edit) @75233   6 years vboxsync BIOS: Improved CMOS shutdown code path to avoid possible memory …
(edit) @75232   6 years vboxsync BIOS: Never report more than 15M extended memory on 286s.
(edit) @75229   6 years vboxsync BIOS: Rearranged INT 15h to better separate 286 and 386+ functionality.
(edit) @75153   6 years vboxsync Undid test code.
(edit) @75149   6 years vboxsync BIOS: Added custom video mode set function not limited by the list of …
(edit) @74983   6 years vboxsync Devices/*/BIOS: Regenreated alternative bios sources.
(edit) @74941   6 years vboxsync typo
(edit) @74939   6 years vboxsync ACPI: Support up to four custom tables, not just one. Thanks, canardoscode!
(edit) @74771   6 years vboxsync Removed old LPC device code.
(edit) @74665   6 years vboxsync BIOS: Test VBOX_BIOS_CPU instead of BX_CPU.
(edit) @74613   6 years vboxsync BIOS: Inlined write_word, read_word and friends. Saves over 600 bytes …
(edit) @74612   6 years vboxsync BIOS: Slightly optimized INT 15h protected mode switching code.
(edit) @74580   6 years vboxsync BIOS: Build 32-bit APM only for 386+ BIOS.
(edit) @74441   6 years vboxsync ACPI: Disable native PCIe capability control in _OSC method to make …
(edit) @73748   6 years vboxsync DevPcBios: Fixed typo in logging code.
(edit) @73142   6 years vboxsync BIOS/EFI: Explicitly specify MP table base address rather than hardcoding.
(edit) @73101   6 years vboxsync Added RT_FROM_MEMBER_DYN for use in cases like pic_poll_read.
(edit) @72499   6 years vboxsync BIOS: Fixed APIC disable logic, it was backwards before. No one …
(edit) @72416   7 years vboxsync PC/BIOS/post.c: r=bird
(edit) @72303   7 years vboxsync Devices/Makefile.kmk: Make it work with recent iasl versions, the …
(edit) @72063   7 years vboxsync LogRel nit.
(edit) @71892   7 years vboxsync DevACPI: nit
(edit) @71853   7 years vboxsync DevIoApic.cpp: paranoia
(edit) @71831   7 years vboxsync DevLPC-new: Build fix. bugref:7000
(edit) @71829   7 years vboxsync DevLPC-new: Kicked off new LPC implementation. bugref:7000
(edit) @71821   7 years vboxsync DevPit: Increased paranoia level a little.
(edit) @71820   7 years vboxsync DevPcBios: Increased paranoia level in pcbiosIOPortWrite a little.
(edit) @71812   7 years vboxsync DevACPI: fix previous.
(edit) @71811   7 years vboxsync DevACPI: check u8SMBusBlkIdx on saved state load.
(edit) @71809   7 years vboxsync PC/Dev*: nits
(edit) @71426   7 years vboxsync BIOS: Added disabled code which can place the FDPT outside of …
(edit) @71424   7 years vboxsync Reverted bad commit.
(edit) @71423   7 years vboxsync BIOS: Reduce harmless warnings for unsupported INT 15h functions.
(edit) @71422   7 years vboxsync BIOS: INT 15h/87h unconditionally disables A20 gate when done. Also …
(edit) @71218   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71216   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71214   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71212   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71210   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71114   7 years vboxsync DevPcArch: Making the last 64K under 1M not present wasn't the problem …
(edit) @71062   7 years vboxsync Firmware: Define DMI table header size.
(edit) @71061   7 years vboxsync EFI: Moved SMBIOS header into the ROM area which already holds the …
(edit) @70875   7 years vboxsync DevIoApic: Added 82379AB variant with fewer RTEs. NT 3.1 likes it.
(edit) @70869   7 years vboxsync DevIoApic: spaces nit, logging.
(edit) @70868   7 years vboxsync Typo.
(edit) @70867   7 years vboxsync DevIoApic: Made APIC version a CFGM option rather than the unwieldy …
(edit) @70866   7 years vboxsync DevPcArch: Reserving the last 64K below 1M upsets OS X (EFI) guests. …
(edit) @70829   7 years vboxsync IOAPIC: fix compilation of non-default 82093AA flavor, which is never built
(edit) @70743   7 years vboxsync DevPcArch.cpp: Make RAM in the range 0xa0000 and 0xfffff be reserved, …
(edit) @70740   7 years vboxsync DevPcArch.cpp: Make RAM in the range 0xa0000 and 0xfffff be reserved, …
(edit) @70713   7 years vboxsync vbox.dsl: Make sure that a parallel port with base address 0x3BC has …
(edit) @70333   7 years vboxsync BIOS: Added INT13X support for El Torito emulated hard disks, merged …
(edit) @70181   7 years vboxsync pdmpcidev.h: Modified FNPCICONFIGWRITE to return a status code to …
(edit) @69807   7 years vboxsync 5.2.2
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69703   7 years vboxsync BIOS: Slightly adjusted boot sector validity test (fixes …
(edit) @69502   7 years vboxsync DevLPC: Added LGPL disclaimer text.
(edit) @69501   7 years vboxsync PC/BIOS: Added LGPL disclaimer text where appropriate.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69424   7 years vboxsync Devices/PC: scm config update
(edit) @69423   7 years vboxsync ipxe/src: sources and headers shouldn't be svn:executable, right. (scm)
(edit) @69301   7 years vboxsync Devices/PC: scm updates
(edit) @69300   7 years vboxsync PC/BIOS: scm updates
(edit) @69128   7 years vboxsync 5.2.0 again.
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69033   7 years vboxsync BIOS: Put logical SPT into the FDPT properly; simplified conditional.
(edit) @69025   7 years vboxsync BIOS: Set INT 41h/46h in ATA setup rather than in assembler startup code.
(edit) @68934   7 years vboxsync 5.2.0_RC1
(edit) @68933   7 years vboxsync 5.2.0_RC1, reverted again.
(edit) @68932   7 years vboxsync 5.2.0_RC1
(edit) @68773   7 years vboxsync 5.2 beta 3
(edit) @68611   7 years vboxsync BIOS: Implemented timeout when waiting for drives to initialize after …
(edit) @68542   7 years vboxsync ACPI: Provide _OSC method for the PCI root bus so guests can enable …
(edit) @68421   7 years vboxsync 5.2 Beta 2
(edit) @68290   7 years vboxsync 5.2 Beta 1
(edit) @68270   7 years vboxsync DevACPI: logging fix
(edit) @68259   7 years vboxsync DevACPI: disable the test for now
(edit) @68249   7 years vboxsync DevACPI: temporary sanity check (take reset into account)
(edit) @68245   7 years vboxsync DevACPI: temporary sanity check
(edit) @67953   7 years vboxsync BIOS: Don't need to be so chatty.
(edit) @67891   7 years vboxsync PIC: Simplified implementation. Seems to work just as well as the …
(edit) @67889   7 years vboxsync Undoing bad commit.
(edit) @67888   7 years vboxsync BIOS: Typo (IRQ 10 and 11 both should have the dummy handler).
(edit) @67807   7 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67805   7 years vboxsync BIOS: Enable bus mastering for SCSI HBAs, too. Guests may rely on that.
(edit) @67789   7 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67785   7 years vboxsync BIOS: Preserve most flags on INT 16h/01h, 11h. Some software depends …
(edit) @67771   7 years vboxsync updated alternative system BIOS and VGA BIOS sources
(edit) @67694   7 years vboxsync BIOS: INT 13h, INT 15h always returns with interrupts enabled.
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