Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 59 of file hwapm.c.
Referenced by PcHwDetect().
{ PCONFIGURATION_COMPONENT_DATA BiosKey; CM_PARTIAL_RESOURCE_LIST PartialResourceList; if (FindApmBios()) { /* Create 'Configuration Data' value */ memset(&PartialResourceList, 0, sizeof(CM_PARTIAL_RESOURCE_LIST)); PartialResourceList.Version = 0; PartialResourceList.Revision = 0; PartialResourceList.Count = 0; /* Create new bus key */ FldrCreateComponentKey(SystemKey, AdapterClass, MultiFunctionAdapter, 0x0, 0x0, 0xFFFFFFFF, "APM", &PartialResourceList, sizeof(CM_PARTIAL_RESOURCE_LIST) - sizeof(CM_PARTIAL_RESOURCE_DESCRIPTOR), &BiosKey); /* Increment bus number */ (*BusNumber)++; } /* FIXME: Add configuration data */ }