mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:33:07 +00:00
Remove some debug messages at boot
svn path=/trunk/; revision=15425
This commit is contained in:
parent
1367527014
commit
50752743f5
2 changed files with 9 additions and 3 deletions
|
@ -80,8 +80,14 @@ IoReportResourceForDetection(
|
||||||
IN ULONG DeviceListSize OPTIONAL,
|
IN ULONG DeviceListSize OPTIONAL,
|
||||||
OUT PBOOLEAN ConflictDetected)
|
OUT PBOOLEAN ConflictDetected)
|
||||||
{
|
{
|
||||||
|
static int warned = 0;
|
||||||
|
if (!warned)
|
||||||
|
{
|
||||||
|
DPRINT1("IoReportResourceForDetection partly implemented\n");
|
||||||
|
warned = 1;
|
||||||
|
}
|
||||||
|
|
||||||
*ConflictDetected = FALSE;
|
*ConflictDetected = FALSE;
|
||||||
DPRINT1("IoReportResourceForDetection partly implemented\n");
|
|
||||||
|
|
||||||
/* FIXME: Manually indicate conflicts with KD Ports */
|
/* FIXME: Manually indicate conflicts with KD Ports */
|
||||||
if (DriverList)
|
if (DriverList)
|
||||||
|
|
|
@ -671,7 +671,7 @@ PnpRootQueryBusRelations(
|
||||||
/* FIXME: */
|
/* FIXME: */
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("DeviceID: %wZ PDO %p\n",
|
DPRINT("DeviceID: %wZ PDO %p\n",
|
||||||
&PdoDeviceExtension->DeviceID,
|
&PdoDeviceExtension->DeviceID,
|
||||||
Device->Pdo);
|
Device->Pdo);
|
||||||
|
|
||||||
|
@ -684,7 +684,7 @@ PnpRootQueryBusRelations(
|
||||||
/* FIXME: */
|
/* FIXME: */
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("InstanceID: %wZ PDO %p\n",
|
DPRINT("InstanceID: %wZ PDO %p\n",
|
||||||
&PdoDeviceExtension->InstanceID,
|
&PdoDeviceExtension->InstanceID,
|
||||||
Device->Pdo);
|
Device->Pdo);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue