Tech Support > Microsoft Windows > Drivers
Multiprocessor synchronization
Posted on November 8th, 2007 | 11 Comments

Comments inline: "L. Spiro" <LSpiro@discussions.microsoft.com> wrote in message news:93E98D9C-1BEA-4C7D-858B-08A61FD2D0ED@microsoft.com... The performance is better but not a lot, I have tried both...

How to inform OS to reduce writing speed to USB Mass Storage device?
Posted on November 8th, 2007 | 3 Comments

"KS" <wakeup@pmail.ntu.edu.sg> wrote: Is this a device you have designed? If so, you could have your firmware just delay responding to commands. Mass storage uses bulk transfers, and they will...

Does vista support USB Isochronous transfers?
Posted on November 8th, 2007 | 2 Comments

sibi <surabibio@gmail.com> wrote: What makes you think so? -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.

Can I use the 64-bit addressing DMA on a 32-bit Windows?
Posted on November 7th, 2007 | 1 Comments

Yes you can. There may still be some hardware configurations where you are limited in your number of map registers (there are some older systems where a 64-bit PCI bus doesn't actually support...

The Usage of MmMapLockedPagesWithReservedMapping
Posted on November 7th, 2007 | 5 Comments

There's no way to do that. -- This posting is provided "AS IS" with no warranties, and confers no rights. "driver_folks" <driver_folks@discussions.microsoft.com> wrote in...

USB Video/Audio : Transaction order in Microframes
Posted on November 7th, 2007 | 1 Comments

How USB bandwidth can depend on _order_ of transactions? -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

Where is WinUSBCoInstaller? How do you install WinUSB on Windows X
Posted on November 6th, 2007 | 2 Comments

Thanks! I did not realize WDK and DDK are different. I installed the "Windows Vista Windows Driver Kit (WDK)" and found it in the C:\WINDDK\6000\redist\winusb folder. - Greg "Don Burn" wrote:

IPMI
Posted on November 6th, 2007 | 0 Comments

Hi All, First I hope I am not double posting here. I am having some problems today getting my posts to go through. I am trying to figure out how to change the bmc base address and register spacing...

how to make vista 64-bit checked vresion spew debug messages
Posted on November 6th, 2007 | 0 Comments

Like setting kd_XXXXX_mask for the respective drivers ( e.g NDIS ) to enable more debug messages, is there anything for the NTOSKRNL itself, so that it spews lot of verbose/useful info ? thx ugk

umd driver
Posted on November 6th, 2007 | 1 Comments

Answered in your previous post by someone else. Believe them. "Prashant" <Prashant@discussions.microsoft.com> wrote in message news:B0B067D8-09A2-46EA-BBED-97F05BF80690@microsoft.com...

I've got a small question about the IRQL: APC_LEVEL.
Posted on November 6th, 2007 | 3 Comments

If a thread is running at APC_LEVEL it will not block the dispatcher. The dispatcher can swap the thread off (in which case the current IRQL is saved in the thread's context) and run thread B at...

scsi miniport not receiving SRB_FUNCTION_SHUTDOWN or ScsiStopAdapter on system shutdown
Posted on November 6th, 2007 | 3 Comments

Sorry - I misread that part. -- This posting is provided "AS IS" with no warranties, and confers no rights. "dave" <david@weibeltech.com> wrote in...

toaster sample in Vista
Posted on November 5th, 2007 | 3 Comments

it should work out of the box, i think you wil have to debug this line by line d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is...

Disable Device is persisted, but where?
Posted on November 5th, 2007 | 24 Comments

Hi Jeff, I looked at the problem in detail last week. In summary, I have a PCI network device consisting of a system level "Arbitration" device, a system level "Interface" device and a...

ddkbuild.cmd -- #pragma message -- not showing on visual studio OUTPUT window
Posted on November 5th, 2007 | 1 Comments

On Nov 3, 7:11 pm, Raj <rajeshkrsha...@hotmail.com> wrote: Just in case someone else may be interested. After getting a good pointer from Mr Oliver Nachricht I was able to do the following...

Vista display miniport
Posted on November 5th, 2007 | 1 Comments

Did you read the section `Enumerating Child Devices of a Display Adapter` in the WDDM documentation ? -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any...

Dynamic disk reported offline
Posted on November 5th, 2007 | 4 Comments

i am not familiar enough with the disk manager to know why d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no...

Is DDK(3790) version supports vista drivers
Posted on November 5th, 2007 | 3 Comments

In general a properly written INF file that is working on XP works ok on vista too (as far as I know nothing was added in the INF file format specifically for Vista). Same for 64bit: an INF file for...

Beginner - Network Driver development
Posted on November 5th, 2007 | 1 Comments

AFAIK, the only sources of information on NDIS are (in arbitrary order): - The DDK/WDK docs. Available as either DDK Help (local) or online at: http://msdn2.microsoft.com/library/ - The NDIS...

Multiple USB devices cause USB tree to dissapear
Posted on November 5th, 2007 | 0 Comments

Hi, I have the following problem. We are running a GSM/UMTS QoS measurement system that consists of a PC (Intel PIII@1G 256Mb RAM Windows XP+SP2 USB VIA Controller Rev 5) and an external hardware...