Tech Support > Microsoft Windows > Drivers
SCSI Pass Through to SAS Enclosure
Posted on March 25th, 2008 | 6 Comments

No, you basically have the right assumption. Every vendor may or may not support the IOCTL_SCSI_MINIPORT, and if they do you have to go to them to get the information you need. However, that...

Dont read
Posted on March 25th, 2008 | 0 Comments

Dont rea wrote: jjjjj

Driver for serial port through TCP/IP
Posted on March 25th, 2008 | 3 Comments

On Mar 25, 11:53 am, Nike Chen <nikec...@seed.net.tw> wrote: Thanks to all.

BSOD with user-mode display driver (WDDM) in Vista
Posted on March 25th, 2008 | 0 Comments

Hi All, I'm working on r200umd user-mode sample display driver and I'm facing some problem after its Openadapter function is getting called. Openadapter is returning status as S_OK. In this call, it...

about driver architecture.
Posted on March 25th, 2008 | 15 Comments

Only to do logo tests. For builds only, you can even skip the docs. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

Obtain FAT32 volume data just as it's done for NTFS
Posted on March 24th, 2008 | 0 Comments

Hi. I have problems with obtaining FAT32 volume data. For NTFS there's a FSCTL_GET_NTFS_VOLUME_DATA control code, and nothing similar for FAT32. Actually I need only 2 pieces of information: 1) The...

The first effort going to install bulkusb driver.
Posted on March 24th, 2008 | 7 Comments

if you go to device manager, choose to update the driver software and then browse locally, you can then force the install to use your INF (you may have to choose show compatible IDs...

Where can I get symbols for wdfldr.sys and wdf01000.sys?
Posted on March 24th, 2008 | 1 Comments

they should be on the symbol server. what is the output of !sym noisy on symbol load? d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting...

WPP: error C4013: 'WPP_BIT_' undefined; assuming extern
Posted on March 24th, 2008 | 1 Comments

On Mar 24, 9:48 am, tr <tr...@yahoo.com> wrote: Ok. The extra set of parentheses in the TraceEvents call was causing the problem. It appears that there is no DEBUGHELP.DLL for amd64 on Server...

Accessing more than 4 serial ports in DOS
Posted on March 24th, 2008 | 0 Comments

Hi, I want to write a DOS utility than can access all the serial ports present on my system. Typically I have a Plug-n-Play card, which has six serial ports present on it, that are I/O mapped. Since...

.INF setup fails using syssetup.dll, setupapi.dll, OK with HardwareUpdate Wizard
Posted on March 23rd, 2008 | 2 Comments

OK, have been able to do it with devcon.exe. But the big disappointment is not being able to install the NIC drivers with txtsetup.oem. Got them to be picked up in the text mode, but either get a...

about driver architecture.
Posted on March 23rd, 2008 | 1 Comments

Thank you so much I need a filter or function drver in order to join in the USB HID driver stack. so I will have a look at USB HID stuff first. yes. I am walking this way, as well as winusb

Checksum Offload With IPV6 On Server 2003
Posted on March 23rd, 2008 | 0 Comments

Hi! Does anyone know if checksum offload is enabled by default with the IPV6 stack on Server 2003? It does not appear to be the case since I never see the NdisPacketChecksumV6 bit set in the OOB...

mapping device memory to userspace through MDL direct io communica
Posted on March 23rd, 2008 | 1 Comments

Attached the BUGCHECK windbg output: KERNEL_DATA_INPAGE_ERROR (7a) The requested page of kernel data could not be read in. Typically caused by a bad block in the paging file or disk controller...

about driver architecture.
Posted on March 23rd, 2008 | 1 Comments

I know I don't need to write a minidriver. what i need is to write a function or filter driver to tweak my cypress tp controller to be a real touch pad which is a standard pointing...

[OT] Process Monitor Symbols loading Problem on Windows 2000 Professional,...
Posted on March 22nd, 2008 | 2 Comments

Hi Volodymyr, yes, i know that W2k is not supported anymore, but why,,...why does Procmon not load the symbols from MS Symbol Server and on the other Hand the Process Explorer does and all other...

.inf for using usbser.sys with CDC Vcom on Windows 98
Posted on March 22nd, 2008 | 0 Comments

My company has a device that uses usbser.sys in WindowsXP/2000/Vista to act as a CDC Vcom port. It works fine in those OS versions. The problem I am having is that when I attempt to use the same .inf...

Driver Profiling On Server 2003/2008
Posted on March 21st, 2008 | 0 Comments

Hi! What do folks suggest for profiling tools to tune an NDIS miniport on Server 2003 and 2008. What results have people found with tools such as VTune? Thanks!

verifier - caller complete power irp without passing down
Posted on March 21st, 2008 | 0 Comments

Just wondering peoples opinions. I normally just leave verifier running for my stuff with the standard settings. I just saw the below error when the system was sitting idle. My driver is a WinXP...

Graphic-Tablet driver
Posted on March 21st, 2008 | 0 Comments

Dear Newsgroup, I have a Graphic-Tablet that I like to use, but there is no driver support for Windows-Vista. So I decided to write an application that takes the role of a driver. Reading out the...