mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 10:44:37 +08:00
write out the bus name we say is not pnp, instead using number
svn path=/trunk/; revision=27415
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user