Remove hack, as we can use 'filter' command in kdbg instead

svn path=/trunk/; revision=31442
This commit is contained in:
Hervé Poussineau 2007-12-26 10:21:35 +00:00
parent 6dbe67f869
commit 65987f47f6
2 changed files with 0 additions and 9 deletions

View file

@ -523,13 +523,5 @@ DriverEntry(
if (IsFirstStageSetup())
return i8042AddLegacyKeyboard(DriverObject, RegistryPath);
/* ROS Hack: ideally, we shouldn't have to initialize debug level this way */
#ifndef NDEBUG
DbgSetDebugFilterState(
DPFLTR_I8042PRT_ID,
(1 << DPFLTR_ERROR_LEVEL) | (1 << DPFLTR_WARNING_LEVEL) | (1 << DPFLTR_TRACE_LEVEL) | (1 << DPFLTR_INFO_LEVEL),
TRUE);
#endif
return STATUS_SUCCESS;
}

View file

@ -2,7 +2,6 @@
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="i8042prt" type="kernelmodedriver" installbase="system32/drivers" installname="i8042prt.sys">
<bootstrap installbase="$(CDOUTPUT)" />
<define name="NDEBUG" />
<library>ntoskrnl</library>
<library>hal</library>
<file>createclose.c</file>