sync code with last fixes and improvements from OpenBSD

This commit is contained in:
purplerain 2023-07-20 23:56:46 +00:00
parent f57be82572
commit 58b04bcee7
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
468 changed files with 9958 additions and 7882 deletions

View file

@ -726,7 +726,7 @@ const struct cfattach radeondrm_ca = {
radeondrm_detach_kms, radeondrm_activate_kms
};
struct cfdriver radeondrm_cd = {
struct cfdriver radeondrm_cd = {
NULL, "radeondrm", DV_DULL
};
@ -757,7 +757,7 @@ radeondrm_detach_kms(struct device *self, int flags)
#endif
radeon_acpi_fini(rdev);
radeon_modeset_fini(rdev);
radeon_device_fini(rdev);