Fixed the module name (macros don't work here).
This commit is contained in:
parent
1fd0f50a3a
commit
7bad922a88
@ -58,7 +58,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
DRIVER_MODULE(DRIVER_NAME, pci, DRM(driver), DRM(devclass), 0, 0);
|
DRIVER_MODULE(radeon, pci, DRM(driver), DRM(devclass), 0, 0);
|
||||||
#elif defined(__NetBSD__)
|
#elif defined(__NetBSD__)
|
||||||
CFDRIVER_DECL(radeon, DV_TTY, NULL);
|
CFDRIVER_DECL(radeon, DV_TTY, NULL);
|
||||||
#endif /* __FreeBSD__ */
|
#endif /* __FreeBSD__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user