[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_regs.h
Kevin Brace
kevinbrace at kemper.freedesktop.org
Tue Apr 12 17:45:47 UTC 2016
configure.ac | 2 +-
src/via_regs.h | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 411a3f9ccaf1859d8d495f4dcd92ff85274077f7
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Tue Apr 12 10:44:58 2016 -0700
Version bumped to 0.4.105
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 2cef447..6dce4de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.4.104],
+ [0.4.105],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 229b246d300782ef970b10e1501071c6b77a0cc2
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Tue Apr 12 10:40:46 2016 -0700
Rearranging VIA Technologies IGP by generation
Changes were made inside via_regs.h.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_regs.h b/src/via_regs.h
index a8289b1..7bdcb8c 100644
--- a/src/via_regs.h
+++ b/src/via_regs.h
@@ -49,15 +49,15 @@ enum VIACHIPTAGS {
VIA_PM800,
VIA_P4M800PRO, /* VT3314 */
VIA_CX700, /* VT3324 */
- VIA_K8M890, /* VT3336 */
+#ifdef VIA_VT3293_SUPPORT
+ VIA_CN750, /* VT3293 */
+#endif
VIA_P4M890, /* VT3327 */
+ VIA_K8M890, /* VT3336 */
VIA_P4M900, /* VT3364 */
VIA_VX800, /* VT3353 */
VIA_VX855, /* VT3409*/
VIA_VX900, /* VT3410*/
-#ifdef VIA_VT3293_SUPPORT
- VIA_CN750, /* VT3293 */
-#endif
VIA_LAST
};
@@ -70,15 +70,15 @@ enum VIACHIPTAGS {
#define PCI_CHIP_VT3259 0x3118 /* PM800 */
#define PCI_CHIP_VT3314 0x3344 /* P4M800 Pro */
#define PCI_CHIP_VT3324 0x3157 /* CX700 */
-#define PCI_CHIP_VT3336 0x3230 /* K8M890 */
+#ifdef VIA_VT3293_SUPPORT
+#define PCI_CHIP_VT3293 0x3225 /* CN750 */
+#endif
#define PCI_CHIP_VT3327 0x3343 /* P4M890 */
+#define PCI_CHIP_VT3336 0x3230 /* K8M890 */
#define PCI_CHIP_VT3364 0x3371 /* P4M900 */
#define PCI_CHIP_VT3353 0x1122 /* VX800 */
#define PCI_CHIP_VT3409 0x5122 /* VX855/VX875 */
#define PCI_CHIP_VT3410 0x7122 /* VX900 */
-#ifdef VIA_VT3293_SUPPORT
-#define PCI_CHIP_VT3293 0x3225 /* CN750 */
-#endif
/* There is some conflicting information about the two major revisions of
* the CLE266, often labelled Ax and Cx. The dividing line seems to be
More information about the Openchrome-devel
mailing list