VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44779   12 years vboxsync Devices/DevLsiLogicSCSI: fixed range
(edit) @44719   12 years vboxsync BusLogic: More verbose debug info.
(edit) @44718   12 years vboxsync BusLogic: Do not write back the CDB.
(edit) @44697   12 years vboxsync DevLsiLogicSCSI.cpp: No default critical section needed according to …
(edit) @44696   12 years vboxsync DevLsiLogicSCSI.cpp: Couldn't find anything in the spec wrt to …
(edit) @44695   12 years vboxsync DevLsiLogicSCSI.cpp: Tell IOM that we only want to get DWORD aligned …
(edit) @44694   12 years vboxsync DevLsiLogicSCSI.cpp: Fixed a number of missing DECLCALLBACKS. Marked …
(edit) @44672   12 years vboxsync BusLogic: Also copy data buffer out if transfer direction is unknown.
(edit) @44597   12 years vboxsync Adjusted comment.
(edit) @44574   12 years vboxsync DevAHCI: Let IOM do the complicated reads. Let IOM filter out …
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44533   12 years vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @44532   12 years vboxsync DevBusLogic.cpp: Cleanups, two missing callback declarations.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44516   12 years vboxsync DevATA.cpp: No device level locking, we do that on each controller. …
(edit) @44465   12 years vboxsync DevAHCI.cpp: Used RT_SUCCESS instead of RT_FAILURE. Duh!
(edit) @44447   12 years vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44237   12 years vboxsync AHCI: DTrace fix
(edit) @44236   12 years vboxsync DrvDiskIntegrity: Bugfix
(edit) @44207   12 years vboxsync BusLogic: Added 24-bit mailbox support.
(edit) @44206   12 years vboxsync SCSI/BIOS: Moved port base out of harm's way.
(edit) @44138   12 years vboxsync AHCI: Add dtrace probes
(edit) @43960   12 years vboxsync VUSB: interface association descriptor for emulated devices.
(edit) @43923   12 years vboxsync DrvVD: IPv6 and new LWIP introduction.
(edit) @43861   12 years vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43815   12 years vboxsync UsbMsd: Present proper high- vs. full-speed descriptors to guest.
(edit) @43789   12 years vboxsync USB MSD: More bit rot cleanup; now works with …
(edit) @43788   12 years vboxsync Scraped off some of the bit rot.
(edit) @43693   12 years vboxsync VSCSI: Added support for media locking/unlocking.
(edit) @43692   12 years vboxsync Deleted ATAController which is no longer used.
(edit) @43691   12 years vboxsync VSCSI: Initialize sense information properly, in case the first thing …
(edit) @43690   12 years vboxsync BusLogic: Fixed sense buffer allocation.
(edit) @43687   12 years vboxsync VSCSI: Missing break
(edit) @43680   12 years vboxsync BusLogic: Improved reset handling, added debugger info callback.
(edit) @43665   12 years vboxsync DevLsiLogicSCSI: also register 4 ports for the …
(edit) @43662   12 years vboxsync VSCSI: Fabricate session information (Vista and later insists on it).
(edit) @43661   12 years vboxsync VBoxSCSI: alignment fix.
(edit) @43659   12 years vboxsync VBoxSCSI: Slightly extended interface to allow error reporting.
(edit) @43646   12 years vboxsync Forgot one line in r81392.
(edit) @43642   12 years vboxsync DevBusLogic: Added ISA compatible port I/O and a few commands.
(edit) @43640   12 years vboxsync VSCSI: Added basic media change support.
(edit) @43626   12 years vboxsync AHCI: Clear SActive register when the command list engine is stopped. …
(edit) @43600   12 years vboxsync AHCI: New CFGM keyto configure the amount of logical sectors per …
(edit) @43596   12 years vboxsync AHCI: Use new code for ATAPI passthrough
(edit) @43587   12 years vboxsync VSCSI-MMC: Added very basic READ TOC support. FreeBSD 6.4 insists on it.
(edit) @43573   12 years vboxsync Missing update
(edit) @43572   12 years vboxsync Storage/ATAPIPassthrough: Make it possible to read multisession media
(edit) @43571   12 years vboxsync Revert accidental commit
(edit) @43570   12 years vboxsync Revert accidental commit
(edit) @43569   12 years vboxsync Storage/DevATA: Use the new common code for ATAPI passthrough track …
(edit) @43568   12 years vboxsync Storage/DevATA: Use the new common code for ATAPI passthrough track …
(edit) @43567   12 years vboxsync Storage/ATAPIPassthrough: Start common code for track list handling in …
(edit) @43517   12 years vboxsync DrvSCSI: Connect some of the dots for removable media change (not yet …
(edit) @43474   12 years vboxsync VBOXSCSI: Extended to allow larger than 64K transfers.
(edit) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43399   12 years vboxsync AHCI: Fix release assertion when cancelling requests and disabled async I/O
(edit) @43397   12 years vboxsync AHCI: A few more statistics and release logging if a request is active …
(edit) @43337   12 years vboxsync Added more members to device struct.
(edit) @43336   12 years vboxsync Let's see what this breaks…
(edit) @43335   12 years vboxsync
(edit) @43332   12 years vboxsync Alignment…
(edit) @43331   12 years vboxsync Alignment!
(edit) @43330   12 years vboxsync Alignment?
(edit) @43329   12 years vboxsync BusLogic: Minor emulation improvements (see #5112).
(edit) @42999   12 years vboxsync AHCI/Passthrough: Apply fixes for audio CD passthrough
(edit) @42996   12 years vboxsync ATAPI/Passthrough: Fix reading audio CDs with certain media players …
(edit) @42959   12 years vboxsync ATAPI/Passthrough: Revert decrease of required transfer size when …
(edit) @42958   12 years vboxsync ATAPI/Passthrough: Don't try to detect the medium type if a READ …
(edit) @42891   12 years vboxsync AHCI: Fix ATAPI with EFI
(edit) @42769   12 years vboxsync DevATA: Report fewer errors on media change.
(edit) @42723   12 years vboxsync AHCI: Fix EFI boot
(edit) @42568   12 years vboxsync ATA: Log the LUN of the stuck I/O thread
(edit) @42522   12 years vboxsync AHCI: Move MSI cap to its proper place.
(edit) @42393   12 years vboxsync AHCI: Post a PIO setup FIS for PIO data commands
(edit) @42325   12 years vboxsync DevAHCI: Saved state restore fix (untested). Made …
(edit) @42324   12 years vboxsync ATA: Handle some off-size port accesses.
(edit) @42207   12 years vboxsync Storage/DevAHCI: cosmetic fixes.
(edit) @42206   12 years vboxsync Storage/DevAHCI: Remvove complete dependency on ATAController.
(edit) @42204   12 years vboxsync Storage/DevAHCI: skipping reading of IOBuffer
(edit) @42200   12 years vboxsync Device/DevAHCI: indentation fix.
(edit) @42198   12 years vboxsync Devices/DevAHCI: indentation fixes.
(edit) @42196   12 years vboxsync Devices/DevAHCI: fix for the failure to load old saved states.
(edit) @42104   12 years vboxsync AHCI Controller: DevAHCI.cpp: restoration of the excessive code …
(edit) @42099   12 years vboxsync AHCI Controller: DevAHCI.cpp removed legacy ATA emulation support.
(edit) @42073   12 years vboxsync Fix error message
(edit) @42071   12 years vboxsync DrvVD: Add InformAboutZeroBlocks CFGM key
(edit) @41825   12 years vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41815   12 years vboxsync DevATA: No need to check for bus mastering in ataBMDMAIOPortRead/Write.
(edit) @41811   12 years vboxsync PCI/DevATA: Added bus mastering support.
(edit) @41774   12 years vboxsync bugref..
(edit) @41467   13 years vboxsync AHCI: Fix possible guest memory corruption, it is possible that timed …
(edit) @41099   13 years vboxsync ATA: Fix incorrect free due to an invalid pointer
(edit) @41019   13 years vboxsync Devices/ATA: Introduce option to suppress overwriting inquiry data for …
(edit) @40999   13 years vboxsync ATAController: two warnings, fix like in DevATA (perhaps not optimal)
(edit) @40963   13 years vboxsync BusLogic: Interrupt/geometry registers are writable.
(edit) @40841   13 years vboxsync Storage/ATA: Fix CD/DVD passthrough and Session At Once (SAO) …
(edit) @40840   13 years vboxsync Storage/Debug: Function to log a CUE sheet
(edit) @40774   13 years vboxsync Devices/Storage/DevATA: fix warning.
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