mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() - 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 |
||
---|---|---|
freeldr | ||
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps |