Hello, I have a few questions regarding Flow Control: 1) Does NDIS uses OID_GEN_LINK_SPEED in order to control bandwidth passed through my miniport? 2) My...
Actually, "link speed" is unrelated to "flow control". "Link Speed" is an indication of a local host network adapter's physical link data transmission speed....
hi, i am writing a protocol driver. till now wrote DriverEntry and Binding routines. now while testing finished module, i installed driver as a protocol serive...
Hi i want to support wmi interface to my ndis miniport driver. i saw xp ddk sample. in that they gave some sample Custom OIDs and test application. in that...
Thomas, Thanks for the thorough reply, it did help. Can a miniport assume that someone will manage flow control above it (meaning that it just passes packets...
Hi , I have made certain changes to the passthru driver for Win2000 DDK and am running it successfully on Win2K, now i want to do the same changes for all the ...
You should be able to use the NDIS IM driver that you built under the Windows 2000 DDK Build Environment on Windows 2000, Windows XP and Windows Server 2003...
can you give me some idea on uninstalling protocol driver services. i removed entry from registry and deleted .sys from /WINNT/System32/Driver, but still it is...
January 5, 2004 - An update to the PCAUSA Rawether for Windows product has been released. This release includes bug fixes and enhancements. This release ties...
If I am creating a thread, then should the thread be still created in MiniportInitialize (because MiniportInitialize is getting called 2 times). Thanks in...
Thanks for the information.. Thomas. Could you please also tell me about the changes to be done if i have to do the same for Windows NT ?? Thanks Ashish ... ...
You CANNOT "adapt" the PassThru NDIS IM driver to work on Windows NT 4.0. There are MAJOR differences between a NT 4.0 NDIS IM driver and NDIS IM drivers that...
There are some questions that only you can answer. Concerning your thread: 1.) You must create it when it is permissible to do so (see IRQL restrictions,...
The article "Extending the PassThru NDIS IM Driver Sample - Part 2" includes a sample NDIS driver written by James Antognini that includes some WMI ...
January 6, 2004 - PCAUSA has developed an experimental tool called "NDIS Monitor". NDIS Monitor consists of a NDIS Intermediate driver and companion log...
Hi Thomas, Thanks once again for ur information. One more thing i wanted to know is there a difference in the windows XP ddk for tablet PC and normal pc ?? if...
hi, can someone tell me how these function codes are defined and where. in NDISUIO test i saw 0x200 etc defined but want to know what does this signify. i...
0x200 is a function code chosen by the writer of the Microsoft NDISUIO driver. It is used to define IOCTL_NDISUIO_OPEN_DEVICE, which is interpreted in the...
Messagethanks for the info Thomas, As you said these values are not intendeed for use by anyone other than MS, one doubt. I am writing my own ioctls for...
Lookup the topic "Defining I/O Control Codes" in the DDK Help file. Thomas Hint: Remember that function codes with values less than 0x800 are reserved for use...
Hi Abhijit, It shud be called and u need to verify in the miniport initialize whether the thread is running or not. If it is running then dont create from...
yatindra vaishnav
yatindr@...
Jan 9, 2004 1:30 pm
4126
Hi Puneet, What you want to achieve? Actually the protocol driver is shown in Hidden devices of the device manager there u can uninstall. Good Luck, <yogi> ......
yatindra vaishnav
yatindr@...
Jan 9, 2004 1:30 pm
4127
thanks for advice. actually that time i was caught up in a problem. i had a small bug in my code and because of that bug, system was getting crashed always. i...
I try to build/generate a Ndis protocol driver, similar to Ndisuio, through Wince4.2 Platform builder, but it only generate .lib and .pdb files. No .dll could...
There is no doubt that the development environment for developing drivers for Windows CE is confusing and difficult to master. The Windows CE 4.X development...