Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5627 - 5656 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5627
Hi, I am developing Ndis Miniport driver for NIC with task offloading features. Driver is working fine in all the sense but it is not offloading tasks. ...
sangeetadhundale
sangeetadhun...
Offline Send Email
Nov 1, 2004
1:54 pm
5628
thank you for your responses... how about the structure comparison... I basically trying to underestand the structure so it help me in analyzing the steps...
ffarsif ff
ffarsiff
Offline Send Email
Nov 2, 2004
12:05 am
5629
Hi it seems that IMFILTER.H file from the cryptoping directory corrupted (crypted) :-) VC++ goes nuts... I tried to open it with NotePad and its gibberish... ...
ffarsif ff
ffarsiff
Offline Send Email
Nov 2, 2004
1:52 am
5630
My appology... it seems that some how I got it corrupted... wen't back unzip the original one and its fine. (it seems that something is corrupting my unzip...
ffarsif ff
ffarsiff
Offline Send Email
Nov 2, 2004
3:37 am
5631
Hello all Thax for the suggestions if any. The work is meant for Windows CE. Some of the questions are generic to all of Windows. Ethernet, WAN ============= ...
xplusyisz
Offline Send Email
Nov 2, 2004
7:11 pm
5632
Hi My NIC miniport driver is getting hang in NdisMIndicateReceive. I am using KD debugger since I am new to debugger, not able to trace out the problem. ...
sangeetadhundale
sangeetadhun...
Offline Send Email
Nov 3, 2004
1:46 pm
5633
... <Snip...> ... I would guess that allocation of receive packet, buffer and packet data aren't right. Perhaps post a _small_ part of the code that allocates...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
2:45 pm
5634
how can i retrieve from user space the corresponding physical address of a pointer?...
calin_iaru
Offline Send Email
Nov 3, 2004
3:01 pm
5635
You can't for that matter a physical address may have 0 to N mappings to user space processes. Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and...
Don Burn
don_burn
Offline Send Email
Nov 3, 2004
3:05 pm
5636
Why do you think you need this? What are you trying to do? -sd...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 3, 2004
3:45 pm
5637
I'm investigating porting a customised embedded IPSec implementation to Windows (2k+) that uses tunnelling. After the packet has been encrypted it gains an...
christrobridge
Offline Send Email
Nov 3, 2004
4:27 pm
5638
i looked over internet for rfc 1323 and its applicability on XP. so far I could find articles for laarge window scaling only for 98, 2000 server or pro. Is XP...
calin_iaru
Offline Send Email
Nov 3, 2004
4:31 pm
5639
i am having overlapped sockets and see that the low 12 bytes of the send pointer are not the same on user and kernel mode. I want to avoid TCP buffers, and...
calin_iaru
Offline Send Email
Nov 3, 2004
4:32 pm
5640
I have intsalled the passthru driver... moved the .inf, and .dll under passthru\Bin directory and did the installation from that directory... but when I open...
ffarsif ff
ffarsiff
Offline Send Email
Nov 3, 2004
8:12 pm
5641
Hi, I know that NdisInterlockedInsertTailList return value is a pointer to the last queue before the insert... can I return it to a PVOID and check it through...
ffarsif ff
ffarsiff
Offline Send Email
Nov 3, 2004
8:13 pm
5642
Build a checked version of the driver, copy the debug driver over the previously installed driver and then re-boot. The debug version of the driver should...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
8:19 pm
5643
My last reply may have been too simple-minded. If you aren't running a debugger, then system file protection will probably fetch the originally-installed...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
8:56 pm
5644
... From: ffarsif ff [mailto:ffarsiff@...] Sent: Wednesday, November 03, 2004 3:12 PM To: discussion-pcausa@yahoogroups.com Subject: [discussion-pcausa]...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
8:58 pm
5645
ya, I know that I have to use windbg... and I'm using it... I was just tried to do a quick try and see if I'm able to see the trace... and I'm not able... I...
ffarsif ff
ffarsiff
Offline Send Email
Nov 3, 2004
9:02 pm
5646
ok... thank you... it seemed like it needed a good restart:-) strange cause sometimes it doesn't... "Thomas F. Divine" <tdivine@...> wrote: My last...
ffarsif ff
ffarsiff
Offline Send Email
Nov 3, 2004
9:20 pm
5647
What's the best way to turn off an NDIS compatable Wifi card's radio off? Does one set the NDIS_802_11_TX_POWER_LEVEL value to 0, or what? thanks Jim Howard...
Jim Howard
centexjim
Offline Send Email
Nov 3, 2004
9:26 pm
5648
... OID_802_11_DISASSOCIATE The OID_802_11_DISASSOCIATE OID requests the miniport driver to command its NIC to disassociate from the current service set and...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
9:34 pm
5649
it always return the same number 81921020??? why, I don't remove them at all (just doing a quick test)... I just insertToTail every time there is a packet to...
ffarsiff
Offline Send Email
Nov 3, 2004
11:04 pm
5650
... 1.) Perhaps you should print the address of the packet that is being queued (pQueuedPacket). Remember that the same packet can be re-used over-and-over. ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
11:22 pm
5651
thank you for your feedback.. I try...but I wasn't thinking to not to dequeue... but just doing quick tests piece by piece... thank you ... 1.) Perhaps you...
ffarsif ff
ffarsiff
Offline Send Email
Nov 3, 2004
11:35 pm
5652
Canadians... Thomas ... From: ffarsif ff <ffarsiff@...> Date: Wed, 3 Nov 2004 15:31:47 To:discussion-pcausa@yahoogroups.com Subject: RE:...
Thomas F. Divine
pcatom
Offline Send Email
Nov 3, 2004
11:38 pm
5653
I'll take it as a joke:-) after all we're the softer side, ehy :-) "Thomas F. Divine" <tdivine@...> wrote:Canadians... Thomas ... From: ffarsif ff Date:...
ffarsif ff
ffarsiff
Offline Send Email
Nov 4, 2004
12:22 am
5654
Joke for sure! Good luck, Thomas F. Divine ... From: ffarsif ff <ffarsiff@...> Date: Wed, 3 Nov 2004 16:11:57 To:discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 4, 2004
12:25 am
5655
it always return the same number 81921020??? why, I don't remove them at all (just doing a quick test)... I just insertToTail every time there is a packet to...
ffarsif ff
ffarsiff
Offline Send Email
Nov 4, 2004
1:27 am
5656
In order to dequeu, I want to set up a timer on a thread/function to go and read my queue and if any packet exist then do a NdisSend.... Therefore I'm looking...
ffarsiff
Offline Send Email
Nov 4, 2004
2:23 am
Messages 5627 - 5656 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help