update for HEAD-2003091401
[reactos.git] / ntoskrnl / io / resource.c
index 8f7ab25..f390804 100644 (file)
@@ -40,12 +40,18 @@ SystemConfigurationInformation = {0, 0, 0, 0, 0, 0, 0, FALSE, FALSE};
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @implemented
+ */
 PCONFIGURATION_INFORMATION STDCALL
 IoGetConfigurationInformation(VOID)
 {
   return(&SystemConfigurationInformation);
 }
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 IoReportResourceUsage(PUNICODE_STRING DriverClassName,
                      PDRIVER_OBJECT DriverObject,
@@ -82,6 +88,9 @@ IoReportResourceUsage(PUNICODE_STRING DriverClassName,
   UNIMPLEMENTED;
 }
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 IoAssignResources(PUNICODE_STRING RegistryPath,
                  PUNICODE_STRING DriverClassName,
@@ -93,6 +102,9 @@ IoAssignResources(PUNICODE_STRING RegistryPath,
    UNIMPLEMENTED;
 }
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 IoQueryDeviceDescription(PINTERFACE_TYPE BusType,
                         PULONG BusNumber,
@@ -150,6 +162,9 @@ IoQueryDeviceDescription(PINTERFACE_TYPE BusType,
   return(STATUS_NOT_IMPLEMENTED);
 }
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 IoReportHalResourceUsage(PUNICODE_STRING HalDescription,
                         PCM_RESOURCE_LIST RawList,