VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48161   11 years vboxsync Storage/DevFdc: Uninitialized variable warning.
(edit) @48118   11 years vboxsync DevFdc: Properly select head on seek.
(edit) @48081   11 years vboxsync DevFdc: Allow reformatting a floppy.
(edit) @48059   11 years vboxsync DevFdc: Improved logging.
(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) @47711   11 years vboxsync DevFdc: Improve error reporting.
(edit) @47710   11 years vboxsync DevATA: Added Log4 statements for logging the data being read or written.
(edit) @47679   11 years vboxsync DevFdc: Added more cross-format media types.
(edit) @47664   11 years vboxsync DevFdc: Drive table comments, fail recal on missing drive.
(edit) @47611   11 years vboxsync DevFDC: Explicitly added a 1.2M 3.5in floppy type.
(edit) @47530   11 years vboxsync FDC: Change line is never set if no drive is selected.
(edit) @47527   11 years vboxsync FDC: Fail READ ID if no disk in drive.
(edit) @47522   11 years vboxsync FDC: Clear interrupts the way real FDCs do.
(edit) @47361   11 years vboxsync AHCI: Fix comment
(edit) @47299   11 years vboxsync AHCI: Unused variables, typo.
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @46859   11 years vboxsync Storage/DiskIntegrity: New option to read the entire disk into memory …
(edit) @46819   11 years vboxsync Storage/AHCI: Fix crash when guest uses READ(10) with a 2352 byte …
(edit) @46738   11 years vboxsync AHCI: Consistent logging prefix
(edit) @46732   11 years vboxsync AHCI: Fix assertion during hotplug (event semaphore not created)
(edit) @46625   11 years vboxsync unify casing
(edit) @46601   11 years vboxsync BusLogic: Reset a little more.
(edit) @46598   11 years vboxsync Typo.
(edit) @46597   11 years vboxsync VSCSI: Fail unsupported MODE SENSE requests.
(edit) @46511   11 years vboxsync Storage/AHCI: Clear interrupt line on reset
(edit) @46509   11 years vboxsync VSCSI: Careful with non-present LUNs.
(edit) @46501   11 years vboxsync Improved logging/debug output.
(edit) @46400   11 years vboxsync LunSbc: Accept dummy logical block length sets.
(edit) @46398   11 years vboxsync BusLogic: Clear interrupts on device reset.
(edit) @46397   11 years vboxsync BusLogic: Dump sense buffer in case of error.
(edit) @46339   12 years vboxsync DevFDC: Do not read sector 0.
(edit) @46265   12 years vboxsync Devices/LsiLogic: Move most of the work from EMT to a dedicated worker …
(edit) @46253   12 years vboxsync Devices/LsiLogic: Limit the amount of memory the guest can allocate …
(edit) @46243   12 years vboxsync BusLogic: Implemented busmaster fifo r/w commands.
(edit) @46035   12 years vboxsync Remove L4 support from main tree.
(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) @45970   12 years vboxsync Storage/LsiLogic: Fix Solaris 9 guests, it insists on downloading the …
(edit) @45959   12 years vboxsync Storage/LsiLogic: Start cleaning up the implementation, rework I/O …
(edit) @45899   12 years vboxsync LsiLogic: Fix crash under certain circumstances
(edit) @45796   12 years vboxsync More adj.
(edit) @45795   12 years vboxsync 32-bit burn fixes.
(edit) @45790   12 years vboxsync Alignment fix
(edit) @45789   12 years vboxsync Storage/LsiLogic: Make NetWare work with the emulation
(edit) @45649   12 years vboxsync Eliminated leftover variable.
(edit) @45646   12 years vboxsync Devices/AHCI: Offload work from EMT to a dedicated thread when using …
(edit) @45356   12 years vboxsync tabs
(edit) @45302   12 years vboxsync warning
(edit) @45062   12 years vboxsync build fix
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44961   12 years vboxsync Devices/Storage/LsiLogic: Fix assertion
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44889   12 years vboxsync Undid bad commit.
(edit) @44888   12 years vboxsync BusLogic: Ignore mailbox commands if mailbox not set up.
(edit) @44808   12 years vboxsync DevFdc.cpp: Cleanups.
(edit) @44807   12 years vboxsync fdc.c -> DevFdc.cpp.
(edit) @44779   12 years vboxsync Devices/DevLsiLogicSCSI: fixed range
(edit) @44719   12 years vboxsync BusLogic: More verbose debug info.
(edit) @44718   12 years vboxsync BusLogic: Do not write back the CDB.
(edit) @44697   12 years vboxsync DevLsiLogicSCSI.cpp: No default critical section needed according to …
(edit) @44696   12 years vboxsync DevLsiLogicSCSI.cpp: Couldn't find anything in the spec wrt to …
(edit) @44695   12 years vboxsync DevLsiLogicSCSI.cpp: Tell IOM that we only want to get DWORD aligned …
(edit) @44694   12 years vboxsync DevLsiLogicSCSI.cpp: Fixed a number of missing DECLCALLBACKS. Marked …
(edit) @44672   12 years vboxsync BusLogic: Also copy data buffer out if transfer direction is unknown.
(edit) @44597   12 years vboxsync Adjusted comment.
(edit) @44574   12 years vboxsync DevAHCI: Let IOM do the complicated reads. Let IOM filter out …
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44533   12 years vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @44532   12 years vboxsync DevBusLogic.cpp: Cleanups, two missing callback declarations.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44516   12 years vboxsync DevATA.cpp: No device level locking, we do that on each controller. …
(edit) @44465   12 years vboxsync DevAHCI.cpp: Used RT_SUCCESS instead of RT_FAILURE. Duh!
(edit) @44447   12 years vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44237   12 years vboxsync AHCI: DTrace fix
(edit) @44236   12 years vboxsync DrvDiskIntegrity: Bugfix
(edit) @44207   12 years vboxsync BusLogic: Added 24-bit mailbox support.
(edit) @44206   12 years vboxsync SCSI/BIOS: Moved port base out of harm's way.
(edit) @44138   12 years vboxsync AHCI: Add dtrace probes
(edit) @43960   12 years vboxsync VUSB: interface association descriptor for emulated devices.
(edit) @43923   12 years vboxsync DrvVD: IPv6 and new LWIP introduction.
(edit) @43861   12 years vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43815   12 years vboxsync UsbMsd: Present proper high- vs. full-speed descriptors to guest.
(edit) @43789   12 years vboxsync USB MSD: More bit rot cleanup; now works with …
(edit) @43788   12 years vboxsync Scraped off some of the bit rot.
(edit) @43693   12 years vboxsync VSCSI: Added support for media locking/unlocking.
(edit) @43692   12 years vboxsync Deleted ATAController which is no longer used.
(edit) @43691   12 years vboxsync VSCSI: Initialize sense information properly, in case the first thing …
(edit) @43690   12 years vboxsync BusLogic: Fixed sense buffer allocation.
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