summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-09-28 22:40:29 +0000
committerrnoland <rnoland@FreeBSD.org>2009-09-28 22:40:29 +0000
commitac4eceb7154d74677f014ac72008eb756392be23 (patch)
tree53e5eac5a5f56a75d8b4b8eb4abbd386e3054a70
parentae3bae8fe30b1732201597ef1f537f7362981c96 (diff)
downloadFreeBSD-src-ac4eceb7154d74677f014ac72008eb756392be23.zip
FreeBSD-src-ac4eceb7154d74677f014ac72008eb756392be23.tar.gz
radeon_family is an enum, so ordering can be important.
sync up with what amd is shipping. MFC after: 1 week
-rw-r--r--sys/dev/drm/radeon_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm/radeon_drv.h b/sys/dev/drm/radeon_drv.h
index a1cd48b..d90d7cf 100644
--- a/sys/dev/drm/radeon_drv.h
+++ b/sys/dev/drm/radeon_drv.h
@@ -143,15 +143,15 @@ enum radeon_family {
CHIP_R600,
CHIP_RV610,
CHIP_RV630,
+ CHIP_RV670,
CHIP_RV620,
CHIP_RV635,
- CHIP_RV670,
CHIP_RS780,
CHIP_RS880,
CHIP_RV770,
- CHIP_RV740,
CHIP_RV730,
CHIP_RV710,
+ CHIP_RV740,
CHIP_LAST,
};
OpenPOWER on IntegriCloud