This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/w32api ChangeLog include/ddk/ndis.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ironhead@sourceware.org	2008-08-30 23:08:11

Modified files:
	winsup/w32api  : ChangeLog 
	winsup/w32api/include/ddk: ndis.h 
	winsup/w32api/lib/ddk: ndis.def 

Log message:
	2008-08-29  Andy Grover  <andy.grover@oracle.com>
	
	* include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
	struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
	NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
	NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
	NdisMCancelTimer): Define.
	(enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
	(struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
	eliminate warnings.
	(NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
	* lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
	NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
	Export.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.962&r2=1.963
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/ndis.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ddk/ndis.def.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]