pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/atitvout automatically detect how to talk to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e14f76454d03
branches:  trunk
changeset: 459967:e14f76454d03
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Wed Aug 13 13:58:57 2003 +0000

description:
automatically detect how to talk to a mobility radeon 9000

diffstat:

 sysutils/atitvout/distinfo         |   4 ++--
 sysutils/atitvout/patches/patch-aa |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r a43f7c35ff11 -r e14f76454d03 sysutils/atitvout/distinfo
--- a/sysutils/atitvout/distinfo        Wed Aug 13 13:26:26 2003 +0000
+++ b/sysutils/atitvout/distinfo        Wed Aug 13 13:58:57 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/08/13 05:22:59 mrg Exp $
+$NetBSD: distinfo,v 1.2 2003/08/13 13:58:57 mrg Exp $
 
 SHA1 (atitvout-0.4.tar.gz) = ac0d3f19119fa0c096099f952c9c59ac44ccc840
 Size (atitvout-0.4.tar.gz) = 27163 bytes
-SHA1 (patch-aa) = 4a9dd24f5d1bb5db4cd1093c9c9e5a8d5e74e627
+SHA1 (patch-aa) = 68e79e289b1aadbba3aa1dbf3137fdf90c486afa
diff -r a43f7c35ff11 -r e14f76454d03 sysutils/atitvout/patches/patch-aa
--- a/sysutils/atitvout/patches/patch-aa        Wed Aug 13 13:26:26 2003 +0000
+++ b/sysutils/atitvout/patches/patch-aa        Wed Aug 13 13:58:57 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/08/13 05:23:00 mrg Exp $
+$NetBSD: patch-aa,v 1.2 2003/08/13 13:58:57 mrg Exp $
 
 --- atitvout.c.orig    2002-09-17 05:37:08.000000000 +1000
-+++ atitvout.c 2003-08-13 14:58:15.000000000 +1000
++++ atitvout.c 2003-08-13 23:53:57.000000000 +1000
 @@ -17,7 +17,13 @@
   */
  
@@ -38,3 +38,12 @@
  
      if (!LRMI_init()) {
          fprintf(stderr, "Could not initialise LRMI.\n");
+@@ -118,6 +137,8 @@
+     } else {
+         if (strncmp(oem, "ATI MACH64", 10) == 0)
+             radeon = 0;
++        else if (strcmp(oem, "ATI MOBILITY RADEON 9000") == 0)
++            radeon = 0;
+         else if (strncmp(oem, "ATI RAGE128", 11) == 0)
+             radeon = 1;
+         /* Note: Also it's possible to have here 'RG6' for first radeons */



Home | Main Index | Thread Index | Old Index