Date: Fri, 05 Oct 2007 12:56:00 -0400 From: Coleman Kane <cokane@FreeBSD.org> To: x11@freebsd.org Subject: RadeonHD driver on FreeBSD/amd64? Message-ID: <47066CA0.1090507@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
I am curious if anybody has had success w/ a RadeonHD card on FreeBSD/amd64.
I tried building the HEAD git rev. and it bombed on me. The attached
patch fixed the problem (a conflict with typedefs in stdint.h) for me. I
might be in the market for a new laptop soon and I am looking at the
Turion64 X2 w/ Radeon HD.
For those who are interested to test it out, you can grab the driver by:
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd
Not sure what the status of DRI support for this card is...
--
Coleman Kane
[-- Attachment #2 --]
--- src/AtomBios/includes/CD_Common_Types.h.orig 2007-10-05 12:21:16.000000000 -0400
+++ src/AtomBios/includes/CD_Common_Types.h 2007-10-05 12:22:14.000000000 -0400
@@ -38,6 +38,7 @@
#define _COMMON_TYPES_H_
#ifndef LINUX
+ #ifndef HAVE_STDINT_H
#if _MSC_EXTENSIONS
//
@@ -63,6 +64,7 @@
typedef unsigned short uint16_t;
typedef signed short int16_t;
#endif
+ #endif /* HAVE_STDINT_H */
#ifndef UEFI_BUILD
typedef signed int intn_t;
typedef unsigned int uintn_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47066CA0.1090507>
