VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/DevPCNet.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @93591   3 年 vboxsync Comment.
(edit) @93441   3 年 vboxsync Comment typo.
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @91728   3 年 vboxsync PCnet: Ripped out unused/broken PCNET_NO_POLLING code path.
(edit) @91022   3 年 vboxsync DevPCnet: Handle AMD drivers which disable PCI bus mastering around …
(edit) @90447   4 年 vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @88498   4 年 vboxsync DevPCNet: Added comments, removed logic that caused transmit to hang …
(edit) @88490   4 年 vboxsync Network: Do not bring up links for "not attached" adapters.
(edit) @87773   4 年 vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87768   4 年 vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87767   4 年 vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 年 vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87285   4 年 vboxsync DevPCNet.cpp: Use RT_BIG_ENDIAN/RT_LITTLE_ENDIAN to check endianness, …
(edit) @86485   4 年 vboxsync AMD IOMMU: bugref:9654 PCNet: Use PCI interfaces while reading/writing …
(edit) @85955   4 年 vboxsync PCnet: Print MMIO base for PCI models, IRQ for ISA models.
(edit) @85158   5 年 vboxsync PCnet: Dump BCR18 (DWIO) in info handler, too.
(edit) @85117   5 年 vboxsync PCnet: Disabled NetShaper support (see bugref:9768).
(edit) @85116   5 年 vboxsync scm
(edit) @85114   5 年 vboxsync Build fix.
(edit) @85113   5 年 vboxsync PCnet: Reworked TMD access to better match real hardware (see bugref:9768).
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @82215   5 年 vboxsync DevPCNet: Convered the temp MMIO2 region we create when loading old …
(edit) @82147   5 年 vboxsync DevPCNet: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
(edit) @82146   5 年 vboxsync DevPCNet: Split the state structure. Set new-style flag. bugref:9218
(edit) @82144   5 年 vboxsync DevPCNet: clang fix. bugref:9218
(edit) @82142   5 年 vboxsync DevPCNet: Logging cleanups. bugref:9218
(edit) @82141   5 年 vboxsync DevPCNet: Converted MMIO handlers. [fixes] bugref:9218
(edit) @82140   5 年 vboxsync DevPCNet: Converted MMIO handlers. bugref:9218
(edit) @82139   5 年 vboxsync DevPCNet: Conveted I/O port handlers. bugref:9218
(edit) @82138   5 年 vboxsync DevPCNet: Set up critsect correctly for ring-0/raw-mode too. bugref:9218
(edit) @82137   5 年 vboxsync DevPCNet: Replaced pXmitQueue with a PDM Task. bugref:9218
(edit) @82136   5 年 vboxsync DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
(edit) @82135   5 年 vboxsync DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
(edit) @82134   5 年 vboxsync DevPCNet: Converted timers. bugref:9218
(edit) @82129   5 年 vboxsync Devices/Network: Don't decorate the public stats with device, just use …
(edit) @82128   5 年 vboxsync DevPCNet: Do CFGM and SSM via devhlp. Use default statistics prefix. …
(edit) @81727   5 年 vboxsync err.h,Devices/Network/*: Removed VINF_NAT_DNS and associated mess as …
(edit) @81697   5 年 vboxsync Comment.
(edit) @81667   5 年 vboxsync Main: Added a portPath attribute to IUSBDevice. This will allow …
(edit) @81624   5 年 vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81591   5 年 vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 年 vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 年 vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80923   5 年 vboxsync Dev/Net: @bugref:9556 Lower interrupts on reset
(edit) @80704   5 年 vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 年 vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 年 vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78560   6 年 vboxsync PCnet: Improved Am79C973 external PHY emulation to work with BSD …
(edit) @78558   6 年 vboxsync PCnet: Default to auto-negotiation on in BCR32, debug dump a bit of …
(edit) @78478   6 年 vboxsync PCnet: Clear cached descriptor state when doing INIT. Required at …
(edit) @78477   6 年 vboxsync PCnet: Do not access the 'user' dword of RX/TX descriptors.
(edit) @78461   6 年 vboxsync PCnet: Slightly improved debug info.
(edit) @78458   6 年 vboxsync PCnet: Warn when guest sets up a misaligned descriptor ring.
(edit) @78270   6 年 vboxsync DevPcNet: Clear the 'zeros' RMD field when writing (see bugref:1613).
(edit) @78269   6 年 vboxsync DevPcNet: Ignore the 'zeros' RMD field, it should be entirely unused …
(edit) @77132   6 年 vboxsync DevPCNet.cpp: Remove use of register keyword
(edit) @76843   6 年 vboxsync PCnet: Really ignore writes to certain registers when STOP or SPND not …
(edit) @76794   6 年 vboxsync PCnet: Forgot to allow some CFGM keys.
(edit) @76766   6 年 vboxsync PCnet: Improved loopback mode emulation.
(edit) @76765   6 年 vboxsync Build fix.
(edit) @76764   6 年 vboxsync PCnet: Removed redundant I/O port base, added APROM dumping, tweaked …
(edit) @76749   6 年 vboxsync PCnet: Fixed breakage causing Novell drivers to fail loading for PCI …
(edit) @76710   6 年 vboxsync Typo fix (innocent so far).
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76224   6 年 vboxsync PCnet: Slightly tweaked to add the option of emulating PCnet-ISA, not …
(edit) @76060   6 年 vboxsync PCnet: More consistent spelling.
(edit) @76051   6 年 vboxsync PCnet: Corrected most instances of wrong capitalization.
(edit) @76020   6 年 vboxsync DevPCNet: Review comment.
(edit) @71790   7 年 vboxsync DevPCNet: be paranoid about RAP when loading.
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @69046   7 年 vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @64393   8 年 vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 年 vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64357   8 年 vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64115   8 年 vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63690   8 年 vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   9 年 vboxsync scm: cleaning up todos
(edit) @63226   9 年 vboxsync Introducing PGM_ALL_CB2_PROTO.
(edit) @63218   9 年 vboxsync Devices: warnings (gcc)
(edit) @62902   9 年 vboxsync Devices: warnings
(edit) @62632   9 年 vboxsync Devices: unused parameter warnings.
(edit) @62610   9 年 vboxsync Devices: unused parameters.
(edit) @62511   9 年 vboxsync (C) 2016
(edit) @62425   9 年 vboxsync Devices/RC: MSC level 4 warnings.
(edit) @60962   9 年 vboxsync warning
(edit) @60013   9 年 vboxsync DevPCNet: duplicate expression (thanks PVS)
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @57006   10 年 vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56292   10 年 vboxsync Devices: Updated (C) year.
(edit) @56284   10 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56051   10 年 vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56017   10 年 vboxsync Physical access handler cleanups.
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55922   10 年 vboxsync DevPCNet: ASTRP_RCV bit is only for 802.3 frames, not Ethernet frames. …
(edit) @55909   10 年 vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55904   10 年 vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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