write out the bus name we say is not pnp, instead using number

svn path=/trunk/; revision=27415
This commit is contained in:
Magnus Olsen 2007-07-06 08:19:09 +00:00
parent 92128ef797
commit aeccd973cc

View file

@ -21,6 +21,7 @@
* $Id$
*/
#include "videoprt.h"
#include <wdmguid.h>
@ -714,8 +715,9 @@ VideoPortInitialize(
}
/* add no PNP bus here, add more bus type if it needed */
if ( (HwInitializationData->AdapterInterfaceType == 0) ||
(HwInitializationData->AdapterInterfaceType == -1) )
if ( (HwInitializationData->AdapterInterfaceType == InterfaceTypeUndefined) ||
(HwInitializationData->AdapterInterfaceType == Internal) )
{
DPRINT1("No PNP Videocard .\n");