VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60890   9 年 vboxsync Comment.
(edit) @60555   9 年 vboxsync BusLogic: Adjusted model number to match a real 958D.
(edit) @60553   9 年 vboxsync BusLogic: Emulation improvements, thanks to Tomas Hurka.
(edit) @60026   9 年 vboxsync Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
(edit) @59252   9 年 vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56426   9 年 vboxsync Storage/VBoxSCSI: Fix write support regression and cleanup saved state …
(edit) @56413   9 年 vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(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) @53341   10 年 vboxsync Devices/DevLsiLogic: Fixed a Guru meditation under certain conditions …
(edit) @52713   10 年 vboxsync BusLogic: Slightly enhanced debug info.
(edit) @52264   10 年 vboxsync BusLogic: Renamed some insanely long macros, adjusted too-eager assertion.
(edit) @49578   11 年 vboxsync BusLogic: Only enable ISA compatibility ports by default for the first …
(edit) @48947   11 年 vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48192   11 年 vboxsync Can't do math…
(edit) @48191   11 年 vboxsync BusLogic: Dummy Execute SCSI command, try to fix alignment.
(edit) @48190   11 年 vboxsync BusLogic: Allow larger parameters, handle dummy mailbox abort.
(edit) @46601   11 年 vboxsync BusLogic: Reset a little more.
(edit) @46501   11 年 vboxsync Improved logging/debug output.
(edit) @46398   12 年 vboxsync BusLogic: Clear interrupts on device reset.
(edit) @46397   12 年 vboxsync BusLogic: Dump sense buffer in case of error.
(edit) @46243   12 年 vboxsync BusLogic: Implemented busmaster fifo r/w commands.
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44902   12 年 vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44888   12 年 vboxsync BusLogic: Ignore mailbox commands if mailbox not set up.
(edit) @44719   12 年 vboxsync BusLogic: More verbose debug info.
(edit) @44718   12 年 vboxsync BusLogic: Do not write back the CDB.
(edit) @44672   12 年 vboxsync BusLogic: Also copy data buffer out if transfer direction is unknown.
(edit) @44533   12 年 vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @44532   12 年 vboxsync DevBusLogic.cpp: Cleanups, two missing callback declarations.
(edit) @44207   12 年 vboxsync BusLogic: Added 24-bit mailbox support.
(edit) @44206   12 年 vboxsync SCSI/BIOS: Moved port base out of harm's way.
(edit) @43690   12 年 vboxsync BusLogic: Fixed sense buffer allocation.
(edit) @43680   12 年 vboxsync BusLogic: Improved reset handling, added debugger info callback.
(edit) @43659   12 年 vboxsync VBoxSCSI: Slightly extended interface to allow error reporting.
(edit) @43646   12 年 vboxsync Forgot one line in r81392.
(edit) @43642   12 年 vboxsync DevBusLogic: Added ISA compatible port I/O and a few commands.
(edit) @43472   12 年 vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43337   12 年 vboxsync Added more members to device struct.
(edit) @43336   12 年 vboxsync Let's see what this breaks…
(edit) @43335   12 年 vboxsync
(edit) @43332   12 年 vboxsync Alignment…
(edit) @43331   12 年 vboxsync Alignment!
(edit) @43330   12 年 vboxsync Alignment?
(edit) @43329   12 年 vboxsync BusLogic: Minor emulation improvements (see #5112).
(edit) @40963   13 年 vboxsync BusLogic: Interrupt/geometry registers are writable.
(edit) @40640   13 年 vboxsync Renamed SCSI BIOS constants to elucidate their purpose.
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39136   13 年 vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 年 vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @38782   13 年 vboxsync Typos.
(edit) @38532   13 年 vboxsync BusLogic: Fix passing error information to the guest when a request …
(edit) @38482   13 年 vboxsync Typo in typo correction.
(edit) @38481   13 年 vboxsync Typos.
(edit) @38470   13 年 vboxsync BusLogic: Fix typo
(edit) @37636   13 年 vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @36039   14 年 vboxsync BusLogic: Remove wrong assertion
(edit) @36030   14 年 vboxsync BusLogic: Fix a few emulation bugs and add more debugging code
(edit) @35768   14 年 vboxsync BusLogic: assertion to catch cases where the guest tries to send more …
(edit) @35756   14 年 vboxsync BusLogic: Fix SMP race which results in a guest hang
(edit) @35631   14 年 vboxsync BusLogic: Properly fail some Adaptec 154xC commands that a guest may send.
(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) @34009   14 年 vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33676   14 年 vboxsync scm cleanup run.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33274   14 年 vboxsync BusLogic: Implement suspend on error
(edit) @33101   14 年 vboxsync BusLogic,SCSI: Don't propagate VINF_VD_ASYNC_IO_FINISHED to the caller
(edit) @33098   14 年 vboxsync BusLogic: Missing case
(edit) @33097   14 年 vboxsync BusLogic: Revert unwanted commit
(edit) @33096   14 年 vboxsync BusLogic: Missing case
(edit) @32983   14 年 vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @30809   14 年 vboxsync BusLogic: Handle interrupt status reg better; reduces W2K bootup time …
(edit) @30805   14 年 vboxsync BusLogic: Added comment re firmware special option byte.
(edit) @30729   14 年 vboxsync BusLogic: Fix
(edit) @30725   14 年 vboxsync BusLogic: Fix for W2K and ACPI
(edit) @30723   14 年 vboxsync Removed more instances of obsolete PCISetIrqNoWait calls.
(edit) @30688   14 年 vboxsync BusLogic: Fix
(edit) @30687   14 年 vboxsync BusLogic: Fix W2K guests
(edit) @30597   14 年 vboxsync alignment check on BUSLOGIC::CritSectIntr.
(edit) @30596   14 年 vboxsync DevBusLogic: The CritSectIntr member must be 64-bit aligned even on …
(edit) @30592   14 年 vboxsync BusLogic: Fix NT4 and SCO OpenServer guests. For NT4 the product …
(edit) @30140   14 年 vboxsync BusLogic: Fix race leading to I/O hang
(edit) @29614   15 年 vboxsync BusLogic: Make sure that there are no tasks pending during suspend
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28065   15 年 vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27660   15 年 vboxsync BusLogic: Update the sense data only for a CHECK_CONDITION return code
(edit) @27302   15 年 vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @26836   15 年 vboxsync BusLogic: Fix FreeBSD guests
(edit) @26831   15 年 vboxsync BusLogic: Set initialization required bit in the status register after …
(edit) @26422   15 年 vboxsync Bugfix
(edit) @26173   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26165   15 年 vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 年 vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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