mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-29 04:50:41 +02:00
Catch up with sis's DRM tag change.
This commit is contained in:
parent
7bfce0c357
commit
c093a03d47
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
/* Avoid clash with sis ethernet */
|
||||
DRIVER_MODULE(sisdrm, pci, sis_driver, sis_devclass, 0, 0);
|
||||
DRIVER_MODULE(sisdrm, pci, sisdrv_driver, sisdrv_devclass, 0, 0);
|
||||
#elif defined(__NetBSD__)
|
||||
CFDRIVER_DECL(sis, DV_TTY, NULL);
|
||||
#endif /* __FreeBSD__ */
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
/* Avoid clash with sis ethernet */
|
||||
DRIVER_MODULE(sisdrm, pci, sis_driver, sis_devclass, 0, 0);
|
||||
DRIVER_MODULE(sisdrm, pci, sisdrv_driver, sisdrv_devclass, 0, 0);
|
||||
#elif defined(__NetBSD__)
|
||||
CFDRIVER_DECL(sis, DV_TTY, NULL);
|
||||
#endif /* __FreeBSD__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue