[ros-kernel] VideoPrt.sys Error Log.

Filip Navara xnavara at volny.cz
Tue Mar 9 00:07:21 CET 2004


James Tabor wrote:

> So it's a PCI device VID is 1106 and the DID is 7205 and linux saw
> it too. Maybe a Hal problem working with PCI stuff?

The situation you described can only happen when HalGetBusData doesn't 
return all the information we asked for. As we really only need the 
device and vendor id, I suggest to change this line (videoprt.c:258):
      if (sizeof(PCI_COMMON_CONFIG) == ReturnedLength)
to
      if (ReturnedLength >= (sizeof(USHORT) * 2))
and try to test it again.

Regards,
Filip




More information about the Ros-kernel mailing list