Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2009 22:40:30 +0000 (UTC)
From:      Robert Noland <rnoland@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197605 - head/sys/dev/drm
Message-ID:  <200909282240.n8SMeUHw068464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rnoland
Date: Mon Sep 28 22:40:29 2009
New Revision: 197605
URL: http://svn.freebsd.org/changeset/base/197605

Log:
  radeon_family is an enum, so ordering can be important.
  
  sync up with what amd is shipping.
  
  MFC after:	1 week

Modified:
  head/sys/dev/drm/radeon_drv.h

Modified: head/sys/dev/drm/radeon_drv.h
==============================================================================
--- head/sys/dev/drm/radeon_drv.h	Mon Sep 28 22:38:44 2009	(r197604)
+++ head/sys/dev/drm/radeon_drv.h	Mon Sep 28 22:40:29 2009	(r197605)
@@ -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,
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909282240.n8SMeUHw068464>