VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/DevATA.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75075   6 years vboxsync DevATA: Made RECALIBRATE and INITIALIZE DEVICE PARAMETERS commands …
(edit) @72637   6 years vboxsync DevATA: Yield early in the status polling from raw-mode & ring-0. …
(edit) @72589   6 years vboxsync DevATA: Register statistics profiling the yields. bugref:1960
(edit) @72588   6 years vboxsync DevATA: Reduce repeate RTThreadYield() calls on EMT on …
(edit) @72587   6 years vboxsync DevATA: Moved the static variables (there will be two in play here, R3 …
(edit) @70776   7 years vboxsync Devices/Storage/DevATA.cpp: Implement MODE SENSE (6) command to be on …
(edit) @70687   7 years vboxsync DevATA,DevAHCI: build fixes for 32bit
(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) @69304   7 years vboxsync Devices/Storage: scm updates
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68369   7 years vboxsync DevATA: bugref:8965: enable IDE0/IDE1 at device creation time as this …
(edit) @67959   7 years vboxsync DevATA: Select device 0 when resetting, see bugref:5869
(edit) @66239   8 years vboxsync DevATA: Fix
(edit) @66235   8 years vboxsync DevATA: Fix READ (10)/(12) command, only respond with the ILLEGAL MODE …
(edit) @66201   8 years vboxsync DevATA: build fix
(edit) @66198   8 years vboxsync ATA: Support discs with multiple tracks
(edit) @66057   8 years vboxsync Devices/Storage/DevATA: Fix booting BeOS from a physical disc with …
(edit) @66006   8 years vboxsync Wrap entering/leaving the per controller lock to save a few code lines …
(edit) @65997   8 years vboxsync DevATA: Split too long lines
(edit) @65968   8 years vboxsync DevATA: build fixes
(edit) @65966   8 years vboxsync Devices/Storage/DevATA: Get rid of most of the parsing code in …
(edit) @65960   8 years vboxsync DevATA: Started some small cleanups, merge PIIX3ATABmDma.h into …
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @65110   8 years vboxsync Storage/Devices/DevATA: Make use of the new SCSI inline helpers and …
(edit) @65075   8 years vboxsync Devices/Storage: Move ide.h to include/VBox/ata.h to be consistent …
(edit) @65069   8 years vboxsync Devices/Storage: Rename ATAPI_INQUIRY_*_ID_LENGTH to …
(edit) @65061   8 years vboxsync pdmstorageifs.h: Pass the CDB length in PDMIMEDIA::pfnSendCmd to not …
(edit) @65060   8 years vboxsync DevATA: Remove todo as it is already done now (in a different place in …
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64274   8 years vboxsync Devices/Storage: Doxygen fixes
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @62925   8 years vboxsync Devices: warnings
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62506   8 years vboxsync (C) 2016
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59249   9 years vboxsync Build fix for x86
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56715   9 years vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56579   9 years vboxsync Storage/ATA: fixed returned device strings from INQUIRY command (were …
(edit) @56413   9 years vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56408   9 years vboxsync DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
(edit) @56407   9 years vboxsync duh
(edit) @56406   9 years vboxsync DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
(edit) @56405   9 years vboxsync DevATA: Split out the data port from the IOPortBase1 I/O port …
(edit) @56404   9 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56402   9 years vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56400   9 years vboxsync DevATA: Use the R3 infix to clarify in which context things are executed.
(edit) @56399   9 years vboxsync nits
(edit) @56394   9 years vboxsync build fix
(edit) @56392   9 years vboxsync DevATA: Replaced AsyncIORequestMutex (RTSEMMUTEX) with a PDM critical …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55776   10 years vboxsync DevATA: missing break
(edit) @54960   10 years vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(edit) @54817   10 years vboxsync DevATA: Allow 1-byte data reads.
(edit) @53409   10 years vboxsync Storage/ATA: Fix broken CD/DVD passthrough
(edit) @51381   11 years vboxsync Devies/DevATA: Fix possible crash if there is no track list for the …
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @50283   11 years vboxsync Devices/DevAHCI,DevATA: fixed typo
(edit) @50282   11 years vboxsync Storage/AHCI: check the correct return code when unmounting a SATA …
(edit) @48744   11 years vboxsync Devices/Storage: Support different sector sizes, booting from images …
(edit) @48721   11 years vboxsync Storage/ATA,AHCI: Fix newer Linux kernels not detecting a disk as SSD. …
(edit) @47842   11 years vboxsync Storage/ATA: Cleanup after bugfix
(edit) @47838   11 years vboxsync hack to fix the current DevATA breakage
(edit) @47830   11 years vboxsync Devices/Storage: Missing changes
(edit) @47829   11 years vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @47791   11 years vboxsync Fixed a few size_t related warnings.
(edit) @47787   11 years vboxsync DevATA: Avoid truncating passthrough ATAPI transfers larger than I/O …
(edit) @47785   11 years vboxsync DevATA: Unset BSY before each device <-> host PIO transfer as required …
(edit) @47784   11 years vboxsync DevATA: Report 3ms DRQ response, as we cannot achieve 50us without …
(edit) @47710   11 years vboxsync DevATA: Added Log4 statements for logging the data being read or written.
(edit) @45974   12 years vboxsync DevATA: Return no data for status register if no device on channel present.
(edit) @45973   12 years vboxsync Alignment.
(edit) @45972   12 years vboxsync DevATA: Do not unnecessarily restrict ATAPI PIO transfer size.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44516   12 years vboxsync DevATA.cpp: No device level locking, we do that on each controller. …
(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) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
(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) @42769   12 years vboxsync DevATA: Report fewer errors on media change.
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