- Why do we have do use the hacks on WinHalEmu.cpp to access PCI config space ?
  Is there a documented way to do it ? - Even with Hal... fns ) that are supposed
  to be deprecated, it can't be done, 'cause those functions lock/reset computer 
  under WinXP and Win2000, and they prevent driver to load under WinMe
- The AVI wrapper (VFWWDM32.DLL) assumes that the first VIDEOINFOHEADER of the
  preview stream describes the default size to use for the preview channel. This
  ,instead, should be configurable by the user. It also should let user pick
  the analog video standard to use. (It does not by now)
- NetMeeting needs an KS_AnalogVideoNone analog video standard. Why didn't they
  allow us to use an other one. This is only true for WebCams - Ao guess what we
  did to make it work ?
- Is there any synchronization object in kernel space that does not use IRQL
  raising to sync code ?