VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67835   8 years vboxsync DevOHCI: warning
(edit) @67834   8 years vboxsync Build fix.
(edit) @67833   8 years vboxsync Audio/DevHDA.cpp: Get rid of the PHDASTATE parameter for all …
(edit) @67831   8 years vboxsync Newline.
(edit) @67829   8 years vboxsync Audio/DrvAudio.cpp: The host sets the pace.
(edit) @67827   8 years vboxsync Audio/AudioMixer.cpp: The host sets the pace.
(edit) @67826   8 years vboxsync Audio/DevIchAc97.cpp: Fixes for ichac97StreamRead().
(edit) @67813   8 years vboxsync VGABIOS: Fixed 15bpp virtual resolution calculations.
(edit) @67812   8 years vboxsync VGABIOS: VBE function 6 needs to fail if requested width causes …
(edit) @67807   8 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67806   8 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67805   8 years vboxsync BIOS: Enable bus mastering for SCSI HBAs, too. Guests may rely on that.
(edit) @67795   8 years vboxsync VGA: Now you see me, now you don't.
(edit) @67789   8 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67785   8 years vboxsync BIOS: Preserve most flags on INT 16h/01h, 11h. Some software depends …
(edit) @67780   8 years vboxsync Audio/DevIchAc97.cpp: Renamed AC97_BD_MAX_LEN_MASK -> …
(edit) @67779   8 years vboxsync Doxygen fix.
(edit) @67778   8 years vboxsync Audio/DevIchAc97.cpp: Added a define for maximum number of BDLEs …
(edit) @67776   8 years vboxsync Audio/DevIchAc97.cpp: Renaming.
(edit) @67771   8 years vboxsync updated alternative system BIOS and VGA BIOS sources
(edit) @67767   8 years vboxsync Audio/DevIchAc97.cpp: Set the stream layouts in ichac97StreamOpen().
(edit) @67766   8 years vboxsync VGA: Implemented address wraparound for 16-color VGA modes.
(edit) @67763   8 years vboxsync VBoxLwipCore: Use DECLCALLBACKPTR. No functional change.
(edit) @67742   8 years vboxsync AudioMixBuffer: comment
(edit) @67741   8 years vboxsync AudioMixBuffer: try to get the signed shift right
(edit) @67739   8 years vboxsync HDA: Removed assertion. Sending invalid commands to widgets is …
(edit) @67717   8 years vboxsync Audio/DevSB16.cpp: Also set the stream layout in sb16OpenOut().
(edit) @67711   8 years vboxsync HDA Codec: Fixed Get/Set GPIO Direction command name, fixed Snow …
(edit) @67710   8 years vboxsync HDA: Fixed HDA detection with Linux 3.13 (ROIC/RINTCTL mix-up), …
(edit) @67709   8 years vboxsync warning fix
(edit) @67708   8 years vboxsync DevPCI.cpp: use the refactored PCI config space access code which …
(edit) @67707   8 years vboxsync DevPciIch9.cpp: big config space access refactoring, eliminating the …
(edit) @67706   8 years vboxsync HDA: Fixed CORBRP reset behavior to get rid of Linux warning.
(edit) @67705   8 years vboxsync HDA: Need to update interrupts when they're unset, not just when …
(edit) @67702   8 years vboxsync HDA/HDAStreamPeriod.cpp: Sanity for hdaStreamPeriodInit().
(edit) @67701   8 years vboxsync Audio/HDA: Check for stream in hdaReschedulePendingInterrupts().
(edit) @67700   8 years vboxsync Spaces.
(edit) @67699   8 years vboxsync Devices/Makefile.kmk: Reverted unintentional change of r116531.
(edit) @67698   8 years vboxsync Audio/HDA: Split out StreamMap and StreamChannel functions in own …
(edit) @67697   8 years vboxsync Audio: vmm/pdmaudioifs.h: Shuffle parameters around in …
(edit) @67694   8 years vboxsync BIOS: INT 13h, INT 15h always returns with interrupts enabled.
(edit) @67693   8 years vboxsync Audio/AudioMixer: Initialize stream layout in AudioMixerSinkCreateStream().
(edit) @67692   8 years vboxsync Audio/HDA: Stream configuration initialization fixes.
(edit) @67691   8 years vboxsync Audio/DrvAudioCommon.cpp: Also validate stream layout in …
(edit) @67689   8 years vboxsync Audio/DrvAudioCommon.cpp: Some more assertions for …
(edit) @67685   8 years vboxsync DevPCI.cpp: implement the root bus reset callback, which is needed to …
(edit) @67683   8 years vboxsync BIOS: updated alternative source
(edit) @67682   8 years vboxsync DevPCI/DevACPI/DevBusLogic: no code change, just use symbolic …
(edit) @67681   8 years vboxsync DevAHCI: bugref:8907: reverted last change as it's not required …
(edit) @67680   8 years vboxsync DevPciIch9: also print base/sub class on 'info pci'
(edit) @67679   8 years vboxsync BIOS: Explicitly enable bus mastering for AHCI.
(edit) @67678   8 years vboxsync DevAHCI: bugref:8907: we need to enable the PCI busmaster bit …
(edit) @67672   8 years vboxsync Devices/Bus: fix logging errors which crept into the big cleanup
(edit) @67671   8 years vboxsync HDA: Fixed/reworked device reset.
(edit) @67670   8 years vboxsync DevPciIch9.cpp: build fix
(edit) @67668   8 years vboxsync PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
(edit) @67667   8 years vboxsync comment typo
(edit) @67657   8 years vboxsync Audio/DevIchAc97.cpp: Warnings.
(edit) @67649   8 years vboxsync Audio/HDAStreamPeriod.cpp: LogRel nit.
(edit) @67648   8 years vboxsync Audio/DevIchAc97.cpp: Implemented ichac97StreamTransfer() to match …
(edit) @67647   8 years vboxsync Audio/DrvAudio.cpp: Bail out in drvAudioStreamPlayRaw() and …
(edit) @67644   8 years vboxsync BIOS: remove unused definitions, whitespace cleanup
(edit) @67643   8 years vboxsync HDAStreamPeriod: make this a release log
(edit) @67638   8 years vboxsync Net/Virtio: (bugref:8887) Removed release logging accidentally …
(edit) @67624   8 years vboxsync VGA: Do the address multiplication consistently (cosmetic change).
(edit) @67613   8 years vboxsync DevHDA: fixed sanity checks
(edit) @67607   8 years vboxsync Audio/DrvAudio.cpp: Relaxed checks for drvAudioStreamCaptureXXX().
(edit) @67606   8 years vboxsync Audio/DrvAudioCommon.cpp: Relax audio channels check in …
(edit) @67597   8 years vboxsync DrvSCSI.cpp/drvscsiConstruct: Don't assert on PDMDrvHlpAttach failure, …
(edit) @67596   8 years vboxsync ACPI: Slight correction.
(edit) @67594   8 years vboxsync Picky!
(edit) @67593   8 years vboxsync Copy/paste fix.
(edit) @67590   8 years vboxsync VUSB: Bit of infrastructure to allow frame delta (interval) tracking.
(edit) @67589   8 years vboxsync Undoing bad commit.
(edit) @67588   8 years vboxsync xHCI: Move clearing the HCH bit to avoid potential side effects.
(edit) @67587   8 years vboxsync DevVGA: Add a few missing checks which skip the VRAM alias mapping to …
(edit) @67586   8 years vboxsync comment typo
(edit) @67585   8 years vboxsync DevEFI/DevACPI/DevPcBios: bugref:8768: necessary adaptions of the PCI …
(edit) @67584   8 years vboxsync Audio/DevHDA.cpp: Use static.
(edit) @67583   8 years vboxsync PDM, DevPci, DevPciIch9: Need to trigger the FakePCIBIOS code later on …
(edit) @67579   8 years vboxsync DevPlayground: make sure that the MMIO regions for the PCI functions …
(edit) @67578   8 years vboxsync Audio/DevSB16.cpp: Made Warcraft 2 and friends work again.
(edit) @67577   8 years vboxsync Audio/DrvHostALSAAudio.cpp: Disabled assertion (needed for mono channels).
(edit) @67576   8 years vboxsync DrvHostPulseAudio: removed more logging
(edit) @67574   8 years vboxsync Audio/DrvAudio.cpp: Disabled assertion (needed for mono channels).
(edit) @67572   8 years vboxsync DevVGA-SVGA3d-win.cpp: Use the bounce texture if necessary to copy …
(edit) @67567   8 years vboxsync Audio/DevSB16.cpp: Renaming.
(edit) @67565   8 years vboxsync Audio/DevSB16.cpp: Added missing stream configuration parameters.
(edit) @67563   8 years vboxsync Audio/PulseAudio: Only copy data if it's not a data hole.
(edit) @67562   8 years vboxsync DevPciIch9.cpp: improve reset handling to be less broken (making less …
(edit) @67557   8 years vboxsync DevHDA: better fix
(edit) @67556   8 years vboxsync DevVGA: Always store the virtual height in INDEX_VIRT_HEIGHT except …
(edit) @67555   8 years vboxsync Build fix.
(edit) @67554   8 years vboxsync Audio/DevHDA.cpp: Sanity for cStreams in hdaLoadExec() / …
(edit) @67551   8 years vboxsync DrvHostPulseAudio: logging, locking
(edit) @67548   8 years vboxsync VBIOS: Rewrote set/get scanline length function in C.
(edit) @67547   8 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67545   8 years vboxsync DrvHostPulseAudio: build fix
(edit) @67544   8 years vboxsync DrvHostPulseAudio: less debugging
(edit) @67542   8 years vboxsync Audio/DevHDA.cpp: Comment + assertion for hdaRegWriteSDFMT().
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