Date: Thu, 6 Aug 2015 08:22:58 -0400 From: Roosevelt Littleton <knowledgeispower80@gmail.com> To: freebsd-ppc@freebsd.org Subject: kms on powerpc64 Message-ID: <CAA_tkETv195xsmNOPMm08h9KeNAs-dgw%2BLXi-uUZGYo6UOTr5w@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
So, in the Makefile powerpc64 is a supported arch. Will that mean the PCIe x1900 for the Powermac 11,2 is supported using KMS? sys/modules/drm2/radeonkms/Makefile .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" radeon_acpi= radeon_acpi.c #radeon_atpx_handler= radeon_atpx_handler.c .endif .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64" radeon_ioc32= radeon_ioc32.c .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAA_tkETv195xsmNOPMm08h9KeNAs-dgw%2BLXi-uUZGYo6UOTr5w>