reactos/reactos/drivers/net/dd
Art Yerkes a85dce53e9 According to this osr page:
http://www.osr.com/ddk/network/103ndisx_51pu.htm

NdisMEthIndicateReceive passes an NDIS_HANDLE (Specifically,
MiniportAdapterHandle), rather than the ETH_FILTER structure.  God knows why
this wasn't caught before but it did awfully strange stuff including the
occasional crash, and more importantly, seemingly randomly corrupting the
LAN_ADAPTER and IP_INTERFACE structures in tcpip.sys when we landed in
packet receiving in datalink/lan.c.  Fixed now.

svn path=/trunk/; revision=10276
2004-07-24 04:48:01 +00:00
..
ne2000 According to this osr page: 2004-07-24 04:48:01 +00:00
pcnet Fixed some formating bugs caused by unix2dos conversion. 2003-11-08 17:25:56 +00:00
Makefile added some makefiles 2004-04-12 12:08:53 +00:00