mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 00:10:11 +01:00
change to agp not pci ... still not working
This commit is contained in:
parent
0b02bf9d45
commit
b1cf4ca7e5
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
#include "drm_scatter.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
DRIVER_MODULE(DRIVER_NAME, pci, DRM(driver), DRM(devclass), 0, 0);
|
||||
DRIVER_MODULE(DRIVER_NAME, agp, DRM(driver), DRM(devclass), 0, 0);
|
||||
#elif defined(__NetBSD__)
|
||||
CFDRIVER_DECL(i915, DV_TTY, NULL);
|
||||
#endif /* __FreeBSD__ */
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include "drm_scatter.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
DRIVER_MODULE(DRIVER_NAME, pci, DRM(driver), DRM(devclass), 0, 0);
|
||||
DRIVER_MODULE(DRIVER_NAME, agp, DRM(driver), DRM(devclass), 0, 0);
|
||||
#elif defined(__NetBSD__)
|
||||
CFDRIVER_DECL(i915, DV_TTY, NULL);
|
||||
#endif /* __FreeBSD__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue