add stub pmf hook

This commit is contained in:
kefren 2009-12-12 14:15:25 +00:00
parent a4f53c53d6
commit 498a190b81
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ radeondrm_attach(device_t parent, device_t self, void *aux)
radeon_configure(dev);
if (!pmf_device_register(self, NULL, NULL))
aprint_error_dev(self, "couldn't establish power handler\n");
drm_attach(self, pa, radeon_pciidlist);
}