1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/modules/drm2
Dimitry Andric 17593c7694 For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flag
is only to stop gcc complaining about anonymous unions, which clang does
not do.  For clang 3.4 however, -fms-extensions enables the Microsoft
__wchar_t type, which clashes with our own types.h.

MFC after:	3 days
2013-12-28 22:44:02 +00:00
..
drm2 Disable error message about failed attempt to attach fbd when drm2 built with 2013-12-10 15:53:00 +00:00
i915kms For some files under sys/dev/drm2/i915, turn off warnings about unused 2013-12-28 22:35:16 +00:00
radeonkms For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flag 2013-12-28 22:44:02 +00:00
radeonkmsfw drm/radeon: Import the Radeon KMS driver 2013-08-25 19:37:15 +00:00
Makefile drm/radeon: Disable build on i386/pc98 2013-08-26 09:17:21 +00:00
Makefile.inc