- ElfrOpenBELW/ElfrOpenELW/ElfrRegisterEventSourceW: MajorVersion and MinorVersion...
[reactos.git] / reactos / drivers /
2009-05-29 Dmitry Chapyshev- Implement IOCTL_KEYBOARD_QUERY_ATTRIBUTES (not used...
2009-05-29 Dmitry Chapyshev- Add IOCTL_KEYBOARD_QUERY_ATTRIBUTES / IOCTL_KEYBOARD_...
2009-05-29 Dmitry Chapyshev- Implement IOCTL_MOUSE_QUERY_ATTRIBUTES (untested)
2009-05-29 Johannes Anderwald- Use a reference name when registering audio subdevice...
2009-05-28 Aleksey Bragin- Report 5.2 as a version in UniATA rather than 4.1...
2009-05-28 Aleksey Bragin- Increase waiting time for DRQ removal inside AtapiInt...
2009-05-28 Michael Martin- i8042MouInternalDeviceControl: Forgotten from last...
2009-05-27 Cameron Gutman - Only register a shutdown handler if adapter initiali...
2009-05-27 Johannes Anderwald- Register shutdown notification
2009-05-27 Dmitry GorbachevUse a constant of the right type.
2009-05-27 Dmitry GorbachevDo not assign twice to the same variable.
2009-05-27 Johannes Anderwald- return error code when there is a timeout
2009-05-27 Dmitry GorbachevFix build, part 2.
2009-05-27 Dmitry GorbachevTrying to fix build.
2009-05-26 Johannes Anderwald- Don't release resource list
2009-05-25 Michael Martin- i8042MouInternalDeviceControl: Implement IoControlCod...
2009-05-24 Cameron Gutman - Fix a bug that could result in Dma32BitAddresses...
2009-05-24 Cameron Gutman - MajorFunction has IRP_MJ_MAXIMUM_FUNCTION positions
2009-05-24 Cameron Gutman - We also shouldn't use our Shutdown handler
2009-05-24 Cameron Gutman - Don't use NDIS's ioctl handler for devices registere...
2009-05-24 Cameron Gutman - Irp->AssociatedIrp.SystemBuffer is a PNDIS_OID
2009-05-23 Michael Martin- CreateClassDeviceObject: Add flag DO_BUFFERED_IO...
2009-05-23 Dmitry GorbachevDo not overwrite *max_bcount.
2009-05-23 Michael Martin- CreateClassDeviceObject/ClassAddDevice: Again do...
2009-05-23 Michael Martin- CreateClassDeviceObject/ClassAddDevice: Do not create...
2009-05-22 Cameron Gutman - Fix our DMA implementation to use documented structs
2009-05-22 Cameron Gutman - Implement NdisReadPcmciaAttributeMemory and NdisWrit...
2009-05-22 Cameron Gutman - Implement NdisReadEisaSlotInformation
2009-05-21 Cameron Gutman - The slot number passed directly to NdisImmediateRead...
2009-05-20 Cameron Gutman - Implement NdisGetFirstBufferFromPacketSafe and NdisC...
2009-05-20 Cameron Gutman - Implement NdisGetPoolFromPacket, NdisPacketSize...
2009-05-20 Cameron Gutman - Store the MTU in the packet extension for use during...
2009-05-19 Cameron Gutman - Remove some obsolete defines
2009-05-16 Cameron Gutman - Enable several failure debug prints
2009-05-16 Cameron Gutman - Set up the TCP interface data as needed in TCPFindIn...
2009-05-15 Johannes Anderwald- Remove unused WdmAudWriteCompleted
2009-05-13 Cameron Gutman - Remove some extra junk
2009-05-12 Johannes Anderwald- Add CLSID_PortWaveRT
2009-05-12 Aleksey Bragin- Fix WaitOnBusy, WaitOnBaseBusy and Wait[Short]ForDrq...
2009-05-11 Johannes Anderwald- Use ExInterlockedList * functions for speed and stability
2009-05-10 Cameron Gutman - Don't cast NDIS_SPIN_LOCK directly to KSPIN_LOCK
2009-05-10 Cameron Gutman - Allocate space for the packet extension located...
2009-05-08 Johannes Anderwald- Partly implement IMasterClock
2009-05-08 Johannes Anderwald- Implement IPortMidi, IPortFilterDMus, IPortPinDMus
2009-05-07 Johannes Anderwald- When acquiring a mapping check if the mapping hasn...
2009-05-07 Johannes Anderwald- Fix build (sorry)
2009-05-06 Johannes Anderwald- Use a spinlock with list functions over interlocked...
2009-05-06 Johannes Anderwald- Fix debug statement
2009-05-06 Johannes Anderwald- Declare IID_IDmaChannelSlave as it is not visible...
2009-05-06 Cameron Gutman - Implement support for IOCTL_NDIS_QUERY_GLOBAL_STATS
2009-05-05 Cameron Gutman - Register the unload handler so it gets called by...
2009-05-05 Johannes Anderwald- Return status code if releasing the mapping has succeeded
2009-05-05 Cameron Gutman - Implement and register a ProtocolUnbindAdapter handler
2009-05-05 Cameron Gutman - Add and register a ProtocolPnPEvent handler with...
2009-05-05 Johannes Anderwald- Fix build
2009-05-05 Johannes Anderwald- Implement IPortWaveRT, IPortFilterWaveRT, IPortPinWav...
2009-05-05 Cameron Gutman - Implement handing for IRP_MN_SET_POWER and IRP_MN_QU...
2009-05-05 Cameron Gutman - Handle IRP_MN_QUERY_REMOVE_DEVICE and IRP_MN_CANCEL_...
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_CANCEL_STOP_DEVICE
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_QUERY_STOP_DEVICE
2009-05-04 Aleksey Bragin- Ditto as r40781, but for ohci. Spotted by Cameron...
2009-05-04 Aleksey Bragin- Handle failure case correctly in *_submit_urb: remove...
2009-05-03 Cameron Gutman - Implement NdisCopyBuffer and NdisGetCurrentProcessor...
2009-05-03 Cameron Gutman - Translate the raw address before attempting to map it
2009-05-02 Cameron Gutman - Add debug prints to NdisMMapIoSpace
2009-05-02 Cameron Gutman - Fix memory corruption when reading binary data
2009-05-01 Cameron Gutman - Check for invalid ConfigurationContext
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-30 Cameron Gutman - Pass IRP_MN_QUERY_DEVICE_RELATIONS down the stack
2009-04-28 Cameron Gutman - Fix build (try 2)
2009-04-28 Cameron Gutman - Wait for NdisMFreeSharedMemoryPassive to complete...
2009-04-28 Cameron Gutman - Only call NdisMEthIndicateReceiveComplete once per...
2009-04-27 Johannes Anderwald- Silence a few debug prints
2009-04-27 Johannes Anderwald- Remove test code which should never have come into...
2009-04-27 Johannes Anderwald- Fix IPortWavePci_Notify routine
2009-04-27 Johannes Anderwald- Experimental IPortPinWavePci implementation
2009-04-26 Johannes Anderwald- Implement KSPROPERTY_PIN_DATARANGES handler- Always...
2009-04-26 Cameron Gutman - Free NdisMiniportBlock.Resources when we receive...
2009-04-26 Cameron Gutman - Also copy AllocatedResources from the stack to NdisM...
2009-04-26 Johannes Anderwald- Pass KSPROPERTY_SET to subdevice constructor
2009-04-25 Cameron Gutman - Fix support for asynchronously completed requests
2009-04-25 Cameron Gutman - Use Int32x32To64 to calculate timeout
2009-04-25 Johannes Anderwald- Fix allocation of CM_RESOURCE_LIST
2009-04-25 Cameron Gutman - We don't need these debug prints anymore
2009-04-24 Johannes Anderwald- Implement VideoPortPutDmaAdapter, VideoPortStartDma...
2009-04-23 Johannes Anderwald- Remove unused file
2009-04-23 Cameron Gutman - Allocate memory for the OOB area also
2009-04-23 Johannes Anderwald- Add tons of ASSERT_IRQL / ASSERT_IRQL_EQUAL
2009-04-23 Cameron Gutman - Fix the size passed to RtlZeroMemory so it also...
2009-04-23 Timo Kreuzerfix build
2009-04-23 Johannes Anderwald- Re-dispatch irp to the default handler
2009-04-23 Cameron Gutman - Zero the whole packet in other packet allocation...
2009-04-23 Johannes Anderwald- Once a create handler indicates success, leave creati...
2009-04-22 Johannes Anderwald- Increase importance of the audio dpc which finishes...
2009-04-22 Johannes Anderwald- Allocate work item for each filter / pin being opened
2009-04-22 Johannes Anderwald- Allocate a work item for each specific request (start...
2009-04-22 Cameron Gutman - Don't attempt to store packets and buffers in the...
2009-04-21 Johannes Anderwald- Add error debug traces
2009-04-21 Johannes Anderwald- Implement KSPROPERTY_PIN_CTYPE, KSPROPERTY_PIN_DATAFL...
next