VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @56715   9 年 vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56579   9 年 vboxsync Storage/ATA: fixed returned device strings from INQUIRY command (were …
(edit) @56413   9 年 vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56408   9 年 vboxsync DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
(edit) @56407   9 年 vboxsync duh
(edit) @56406   9 年 vboxsync DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
(edit) @56405   9 年 vboxsync DevATA: Split out the data port from the IOPortBase1 I/O port …
(edit) @56404   9 年 vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56402   9 年 vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56400   9 年 vboxsync DevATA: Use the R3 infix to clarify in which context things are executed.
(edit) @56399   9 年 vboxsync nits
(edit) @56394   9 年 vboxsync build fix
(edit) @56392   9 年 vboxsync DevATA: Replaced AsyncIORequestMutex (RTSEMMUTEX) with a PDM critical …
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55776   10 年 vboxsync DevATA: missing break
(edit) @54960   10 年 vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(edit) @54817   10 年 vboxsync DevATA: Allow 1-byte data reads.
(edit) @53409   10 年 vboxsync Storage/ATA: Fix broken CD/DVD passthrough
(edit) @51381   11 年 vboxsync Devies/DevATA: Fix possible crash if there is no track list for the …
(edit) @51342   11 年 vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @50283   11 年 vboxsync Devices/DevAHCI,DevATA: fixed typo
(edit) @50282   11 年 vboxsync Storage/AHCI: check the correct return code when unmounting a SATA …
(edit) @48744   11 年 vboxsync Devices/Storage: Support different sector sizes, booting from images …
(edit) @48721   11 年 vboxsync Storage/ATA,AHCI: Fix newer Linux kernels not detecting a disk as SSD. …
(edit) @47842   11 年 vboxsync Storage/ATA: Cleanup after bugfix
(edit) @47838   11 年 vboxsync hack to fix the current DevATA breakage
(edit) @47830   11 年 vboxsync Devices/Storage: Missing changes
(edit) @47829   11 年 vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @47791   11 年 vboxsync Fixed a few size_t related warnings.
(edit) @47787   11 年 vboxsync DevATA: Avoid truncating passthrough ATAPI transfers larger than I/O …
(edit) @47785   11 年 vboxsync DevATA: Unset BSY before each device <-> host PIO transfer as required …
(edit) @47784   11 年 vboxsync DevATA: Report 3ms DRQ response, as we cannot achieve 50us without …
(edit) @47710   11 年 vboxsync DevATA: Added Log4 statements for logging the data being read or written.
(edit) @45974   12 年 vboxsync DevATA: Return no data for status register if no device on channel present.
(edit) @45973   12 年 vboxsync Alignment.
(edit) @45972   12 年 vboxsync DevATA: Do not unnecessarily restrict ATAPI PIO transfer size.
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44897   12 年 vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44516   12 年 vboxsync DevATA.cpp: No device level locking, we do that on each controller. …
(edit) @43572   12 年 vboxsync Storage/ATAPIPassthrough: Make it possible to read multisession media
(edit) @43571   12 年 vboxsync Revert accidental commit
(edit) @43570   12 年 vboxsync Revert accidental commit
(edit) @43569   12 年 vboxsync Storage/DevATA: Use the new common code for ATAPI passthrough track …
(edit) @43568   12 年 vboxsync Storage/DevATA: Use the new common code for ATAPI passthrough track …
(edit) @43472   12 年 vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @42996   12 年 vboxsync ATAPI/Passthrough: Fix reading audio CDs with certain media players …
(edit) @42959   12 年 vboxsync ATAPI/Passthrough: Revert decrease of required transfer size when …
(edit) @42958   12 年 vboxsync ATAPI/Passthrough: Don't try to detect the medium type if a READ …
(edit) @42769   12 年 vboxsync DevATA: Report fewer errors on media change.
(edit) @42568   12 年 vboxsync ATA: Log the LUN of the stuck I/O thread
(edit) @42324   12 年 vboxsync ATA: Handle some off-size port accesses.
(edit) @41825   12 年 vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41815   12 年 vboxsync DevATA: No need to check for bus mastering in ataBMDMAIOPortRead/Write.
(edit) @41811   12 年 vboxsync PCI/DevATA: Added bus mastering support.
(edit) @41099   13 年 vboxsync ATA: Fix incorrect free due to an invalid pointer
(edit) @41019   13 年 vboxsync Devices/ATA: Introduce option to suppress overwriting inquiry data for …
(edit) @40841   13 年 vboxsync Storage/ATA: Fix CD/DVD passthrough and Session At Once (SAO) …
(edit) @40774   13 年 vboxsync Devices/Storage/DevATA: fix warning.
(edit) @40773   13 年 vboxsync Devices/Storage/DevATA: fix warnings, uninitialized variables.
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39100   13 年 vboxsync DevATA: Implement proper command splitting if the command exceeds the …
(edit) @39036   13 年 vboxsync DevATA: Report actual media type (rather than empty drive) in mode …
(edit) @39010   13 年 vboxsync DevATA/Passthrough: Abort commands which exceed the I/O buffer size, …
(edit) @38894   13 年 vboxsync DevATA,ATAController: Add TRIM support
(edit) @38838   13 年 vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38710   13 年 vboxsync DevATA: Simplified non-present device port read handling.
(edit) @38664   13 年 vboxsync For ATAPI devices, fail recalibrate and clear DRDY on aborted commands.
(edit) @38661   13 年 vboxsync Set the seek done bit in one more location to placate old Linux kernels.
(edit) @38219   13 年 vboxsync ATA: Set DSC in a few more cases.
(edit) @37687   13 年 vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37653   13 年 vboxsync Devices/DevATA: fixed missing parameter when calling pfnUnmount
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37264   14 年 vboxsync Storage/ATA+AHCI: support the non-rotational medium flag
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36706   14 年 vboxsync Undid accidental commit.
(edit) @36705   14 年 vboxsync fdc: Improved floppy emulation.
(edit) @36339   14 年 vboxsync DevATA: Adjust maximum transfer length to the new value, fixes ATAPI …
(edit) @36337   14 年 vboxsync DevATA: Disable feature list for now because it breaks at least Windows XP
(edit) @36336   14 年 vboxsync DevATA: Signal no current profile if no medium is loaded and add …
(edit) @36316   14 年 vboxsync Storage/DevATA+DevAHCI+ATAController: make assertion less strict, …
(edit) @35767   14 年 vboxsync Storage/DevATA: fix device reset handling, sanity check was wrong
(edit) @35595   14 年 vboxsync Storage/DevATA+ATAController: only allow read/write commands for ATA …
(edit) @35560   14 年 vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34433   14 年 vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33486   14 年 vboxsync Additional checks
(edit) @33485   14 年 vboxsync ATA: Don't assume that PGMPhysSimpleReadGCPtr succeeds in RC/R0 but go …
(edit) @33142   14 年 vboxsync PCI: new bus implementation can be used with IDE controller too
(edit) @32943   14 年 vboxsync Storage/ATA: Clean up suspending the VM on certain errors, and make …
(edit) @32108   14 年 vboxsync ATA/ATAPI: Clear the Led always
(edit) @32104   14 年 vboxsync ATA/Passthrough: Determine the correct sector size for the READ CD MSF …
(edit) @32088   14 年 vboxsync ATA/Passthrough: Fix audio CDs. Try to retrieve the track type during …
(edit) @32082   14 年 vboxsync CD/Passthrough: Prevent the host from crashing when trying to access a …
(edit) @32076   14 年 vboxsync CD/Passthrough: READ CD requires the numbers of blocks to read and not …
(edit) @32068   14 年 vboxsync ATA/ATAPI/Passthrough: Fix for split SCSI_READ_CD commands, update the …
(edit) @30723   14 年 vboxsync Removed more instances of obsolete PCISetIrqNoWait calls.
(edit) @28980   15 年 vboxsync Devices/Storage: fix extremely sporadic bogus triggering of "I/O state …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette