freebsd-ports/x11-drivers/Makefile
Norikatsu Shigemura f5f04e336b Add xf86-video-radeonhd-devel 1.2.1.20080906, supports new
devices and features than xf86-video-radeonhd, but experimental.

Add CONFLICTS xf86-video-radeonhd and xf86-video-radeonhd-devel.

--
In this time, DRI is not usable.  Because 3D acceleration will
disable 2D acceleration, and it supports R5xx series only:-(.

EXA might be usable rather than XAA.  Because some XAA functions
aren't implemented.  But 2D acceleration is supported only R5xx.

Additional Hardwares:
	RV670:	Radeon HD 3690, FireStream 9170
	M86:	Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700
	M88:	Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2
	RS740:	RS740, RS740M
	RS780:	Radeon HD 3100/3200/3300 Series
	RV770:	Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro

PR:		ports/127173
Repocopied by:	portmgr (marcus)
Tested by:	many people on freebsd-current@ and freebsd-stable@
2008-09-27 20:02:36 +00:00

75 lines
2.2 KiB
Makefile

# $FreeBSD$
#
COMMENT = X11 drivers
SUBDIR += synaptics
SUBDIR += xf86-input-acecad
SUBDIR += xf86-input-calcomp
SUBDIR += xf86-input-citron
SUBDIR += xf86-input-digitaledge
SUBDIR += xf86-input-dmc
SUBDIR += xf86-input-dynapro
SUBDIR += xf86-input-elo2300
SUBDIR += xf86-input-elographics
SUBDIR += xf86-input-fpit
SUBDIR += xf86-input-hyperpen
SUBDIR += xf86-input-jamstudio
SUBDIR += xf86-input-joystick
SUBDIR += xf86-input-keyboard
SUBDIR += xf86-input-magellan
SUBDIR += xf86-input-magictouch
SUBDIR += xf86-input-microtouch
SUBDIR += xf86-input-mouse
SUBDIR += xf86-input-mutouch
SUBDIR += xf86-input-palmax
SUBDIR += xf86-input-penmount
SUBDIR += xf86-input-spaceorb
SUBDIR += xf86-input-summa
SUBDIR += xf86-input-tek4957
SUBDIR += xf86-input-vmmouse
SUBDIR += xf86-input-void
SUBDIR += xf86-video-apm
SUBDIR += xf86-video-ark
SUBDIR += xf86-video-ati
SUBDIR += xf86-video-chips
SUBDIR += xf86-video-cirrus
SUBDIR += xf86-video-cyrix
SUBDIR += xf86-video-dummy
SUBDIR += xf86-video-fbdev
SUBDIR += xf86-video-glint
SUBDIR += xf86-video-i128
SUBDIR += xf86-video-i740
SUBDIR += xf86-video-i810
SUBDIR += xf86-video-imstt
SUBDIR += xf86-video-intel
SUBDIR += xf86-video-mach64
SUBDIR += xf86-video-mga
SUBDIR += xf86-video-neomagic
SUBDIR += xf86-video-newport
SUBDIR += xf86-video-nsc
SUBDIR += xf86-video-nv
SUBDIR += xf86-video-openchrome
SUBDIR += xf86-video-r128
SUBDIR += xf86-video-radeonhd
SUBDIR += xf86-video-radeonhd-devel
SUBDIR += xf86-video-rendition
SUBDIR += xf86-video-s3
SUBDIR += xf86-video-s3virge
SUBDIR += xf86-video-savage
SUBDIR += xf86-video-siliconmotion
SUBDIR += xf86-video-sis
SUBDIR += xf86-video-sis-intel
SUBDIR += xf86-video-sunffb
SUBDIR += xf86-video-tdfx
SUBDIR += xf86-video-tga
SUBDIR += xf86-video-trident
SUBDIR += xf86-video-tseng
SUBDIR += xf86-video-vesa
SUBDIR += xf86-video-vga
SUBDIR += xf86-video-via
SUBDIR += xf86-video-vmware
SUBDIR += xf86-video-voodoo
SUBDIR += xorg-drivers
.include <bsd.port.subdir.mk>