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) @87048   4 years vboxsync CUE, DevATA: Added support for MODE2/2352 tracks in CUE sheets and …
(edit) @86481   4 years vboxsync AMD IOMMU: bugref:9654 ATA: Use PCI interfaces while reading/writing …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84504   5 years vboxsync Devices/Storage: Convert to use new PDMDevHlp guest memory read/write …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82024   5 years vboxsync DevATA: Extended IRQ delay to PIO transfers for compatibility with …
(edit) @82017   5 years vboxsync DevATA: indent.
(edit) @82015   5 years vboxsync DevATA: Don't block config sub-nodes. bugref:9218
(edit) @81999   5 years vboxsync DevATA: First set device signature, then status register; cosmetic …
(edit) @81998   5 years vboxsync DevATA: Removed redundant SetIRQ calls (see bugref:5869).
(edit) @81997   5 years vboxsync DevATA: Changed register state at the end of read/write operations for …
(edit) @81870   5 years vboxsync DevATA: Use RT_SAFE_SUBSCRIPT. bugref:9218
(edit) @81867   5 years vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81862   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81860   5 years vboxsync DevATA: Split up the state structures. Marked device as new-style. …
(edit) @81859   5 years vboxsync DevATA: Make sure to use a valid index into the function tables. …
(edit) @81858   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81857   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81855   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81854   5 years vboxsync DevATA: Converted I/O port handlers to new style. bugref:9218
(edit) @81852   5 years vboxsync DevATA: Converted the BM DMA ports to the new style, combining them …
(edit) @81851   5 years vboxsync DevATA: Use the devhlp version of the critsect API. bugref:9218
(edit) @81849   5 years vboxsync DevATA: Be a little bit paranoid about indexing PCIATAState::aCts too. …
(edit) @81848   5 years vboxsync DevATA: Be paranoid when using state members to index …
(edit) @81847   5 years vboxsync DevATA: s/bATAPICmd/abATAPICmd/g + clang build fix. bugref:9218
(edit) @81845   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. [fixes] bugref:9218
(edit) @81844   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. bugref:9218
(edit) @81842   5 years vboxsync DevATA: Put the I/O buffers into the device state data to avoid having …
(edit) @81839   5 years vboxsync DevATA: Buffer paranoia and preperations for static alloc. bugref:9218
(edit) @81836   5 years vboxsync DevATA: Operate SUPSemEvent* thru the device helpers. bugref:9218
(edit) @81802   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81801   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78405   6 years vboxsync Reverted commit which requires firmware changes to work.
(edit) @78394   6 years vboxsync DevATA: Minor cleanup, better compatibility with old ATA devices, …
(edit) @77580   6 years vboxsync DevATA: Do not set signature for nonexistent devices, it was wrong …
(edit) @77579   6 years vboxsync DevATA: Added empty bus port handler to simplify logic elsewhere.
(edit) @77392   6 years vboxsync DevATA: Return bit 7 clear when reading registers on IDE channel with …
(edit) @77349   6 years vboxsync DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 …
(edit) @77023   6 years vboxsync DevATA: Added READ CD MSF support (see bugref:5869).
(edit) @77012   6 years vboxsync DevATA: Log CHS<->LBA conversions.
(edit) @77010   6 years vboxsync DevATA: Clear interrupt when command register is written (ATA …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75772   6 years vboxsync DevATA: Don't assert when the guest tries to do an out of bounds read …
(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   7 years vboxsync DevATA: Register statistics profiling the yields. bugref:1960
(edit) @72588   7 years vboxsync DevATA: Reduce repeate RTThreadYield() calls on EMT on …
(edit) @72587   7 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.
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