jds Posted April 26, 2013 Author Share Posted April 26, 2013 Thanks for the link, I used the link and ran wdmcheck. Only one missing function with wnihdd50.sys file: "mmisaddressvalid" . With wnihdd51.sys, the list is longer. Is there a stub for this?Yeah, someone would need to rebuild 'wdmstub' with this function/stub added ...Here's an interesting driver with at least a W98-supporting INF : http://cache-www.belkin.com/support/dl/f5d8000.exeUnfortunately, it lacks the W98 SYS file, as described here : http://www.broadbandreports.com/forum/r17282846-Belkin-F5D8010-pre-N-laptop-card-missing-driversI don't wanna get too far off topic, but I did find this while looking. I know it's not what you're looking for. I never saw it before, says it compatible with 98 SE or later:http://transfers.ds.microsoft.com/ftm/Not too far off topic? (Rhetorical question.)Joe. Link to comment Share on other sites More sharing options...
rloew Posted April 26, 2013 Share Posted April 26, 2013 Thanks for the link, I used the link and ran wdmcheck. Only one missing function with wnihdd50.sys file: "mmisaddressvalid" . With wnihdd51.sys, the list is longer. Is there a stub for this?I have MmIsAddressValid in my WDMEX.VXD replacement for WDMSTUB. I do not know if I have the other missing functions in WNIHDD51.SYS as I don't have a list or a copy of the File. Link to comment Share on other sites More sharing options...
farfigs11 Posted April 29, 2013 Share Posted April 29, 2013 Thanks for the link, I used the link and ran wdmcheck. Only one missing function with wnihdd50.sys file: "mmisaddressvalid" . With wnihdd51.sys, the list is longer. Is there a stub for this?I have MmIsAddressValid in my WDMEX.VXD replacement for WDMSTUB. I do not know if I have the other missing functions in WNIHDD51.SYS as I don't have a list or a copy of the File.I'd like to try it, how do I get it? BTW the wnihdd51.sys file has: InterlockedPushEntrySList, MmIsAddressValid, InterlockedPopEntrySList, NdisGetFirstBufferFromPacketSafe, NdisMGetDmaAlignment, NdisQueryBufferSafe. Link to comment Share on other sites More sharing options...
rloew Posted April 29, 2013 Share Posted April 29, 2013 (edited) Thanks for the link, I used the link and ran wdmcheck. Only one missing function with wnihdd50.sys file: "mmisaddressvalid" . With wnihdd51.sys, the list is longer. Is there a stub for this?I have MmIsAddressValid in my WDMEX.VXD replacement for WDMSTUB. I do not know if I have the other missing functions in WNIHDD51.SYS as I don't have a list or a copy of the File.I'd like to try it, how do I get it? BTW the wnihdd51.sys file has: InterlockedPushEntrySList, MmIsAddressValid, InterlockedPopEntrySList, NdisGetFirstBufferFromPacketSafe, NdisMGetDmaAlignment, NdisQueryBufferSafe.WDMEX.VXD is still in development so I haven't advertised it on my Website. The SList Functions can easily be added. I currently do not have any Ndis Functions in it.Edit:I added the Slist Functions.The Ex versions of the SList functions exist on Windows 98 but are not compatable with the XP Versions. Since the Ex SList functions are used by Windows 98 Drivers, I will not be able to add the XP Versions of them. Edited April 29, 2013 by rloew Link to comment Share on other sites More sharing options...
Damnation Posted October 23, 2022 Share Posted October 23, 2022 (edited) Sorry to necro this old thread. Does anyone know if the full source code of Walter's wdmstub.sys was ever released? If so, where can I find it? edit: found it archived on gitlab: https://resources.oreilly.com/examples/9780735618039/-/tree/master/9780735618039_files Edited October 29, 2022 by Damnation Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now