VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @40773   13 years vboxsync Devices/Storage/DevATA: fix warnings, uninitialized variables.
(edit) @40676   13 years vboxsync VBoxSCSI: Don't crash if a string I/O port access happens without a …
(edit) @40642   13 years vboxsync Forgot to commit.
(edit) @40640   13 years vboxsync Renamed SCSI BIOS constants to elucidate their purpose.
(edit) @40543   13 years vboxsync Started logging of SCSI mode pages for debug builds
(edit) @40500   13 years vboxsync Keep track of medium lock state.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39938   13 years vboxsync AHCI: Temporary release assertions which hopefully catch inconsistent …
(edit) @39855   13 years vboxsync Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
(edit) @39845   13 years vboxsync AHCI: Fix memory leak after recent optimization
(edit) @39828   13 years vboxsync AHCI: Don't always allocate new memory for the data buffers but reuse …
(edit) @39764   13 years vboxsync DrvSCSI: Log errors to the release log for the synchronous I/O path too
(edit) @39731   13 years vboxsync nit
(edit) @39655   13 years vboxsync AHCI: Long overdue code cleanup, removes over 800 lines of unused or …
(edit) @39584   13 years vboxsync Log PRDT entries.
(edit) @39579   13 years vboxsync AHCI: Set overflow bit if the guest tries to transfer more data than …
(edit) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39518   13 years vboxsync DrvDiskIntegrity: Fix building
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39414   13 years vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39100   13 years vboxsync DevATA: Implement proper command splitting if the command exceeds the …
(edit) @39036   13 years vboxsync DevATA: Report actual media type (rather than empty drive) in mode …
(edit) @39010   13 years vboxsync DevATA/Passthrough: Abort commands which exceed the I/O buffer size, …
(edit) @38970   13 years vboxsync AHCI: More release logging
(edit) @38969   13 years vboxsync AHCI: Log HBA and port resets to the release log
(edit) @38894   13 years vboxsync DevATA,ATAController: Add TRIM support
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38844   13 years vboxsync Very rudimentary SCSI MMC implementation.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38821   13 years vboxsync Devices/fdc: range
(edit) @38782   13 years vboxsync Typos.
(edit) @38710   13 years vboxsync DevATA: Simplified non-present device port read handling.
(edit) @38702   13 years vboxsync VSCSI+Main: Fix reporting non rotational medium status + set the CFGM …
(edit) @38694   13 years vboxsync VSCSI: Fix Solaris guests after adding support VPD pages, the device …
(edit) @38682   13 years vboxsync Another try
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