mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
f8246d2f62d07c9a7708ad3edcc3206f6a1fb48b
- Compile with W32API headers. - Remove obsolate and no more exported functions (as of NDIS 5.1). - Shrink the LOGICAL_ADAPTER structure a bit and use NDIS_MINIPORT_BLOCK fields instead. - Make the WrapperConfigurationHandle an opaque structure instead of registry key handle. - Use PnP DMA interface instead of the HAL one (TODO: Add reference counting). - Move Ethernet filter routines from 40gone.c/miniport.c to separate file (efilter.c). - Add PnP IRP handler and move device intitialization to IRP_MN_START_DEVICE handler. - Implement device shutdown in IRP_MN_STOP_DEVICE. - Minor fix for sending packets with deserialized miniports. - Read bus type, bus number and slot number from registry if the PnP manager doesn't supply them. - NdisMFreeMapRegisters shouldn't crash if no map registers were allocated. - Implement NdisMQueryAdapterResources, NdisMGetDmaAlignment and NdisMReadDmaCounter. - Implement NdisMPciAssignResources (Eric Kohl). - Fix Ndis[Read/Write]PciSlotInformation to work for non-primary PCI buses (Eric Kohl). svn path=/trunk/; revision=11789
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%