aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/drm-kmod
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-20 09:06:53 +0800
committerpat <pat@FreeBSD.org>2002-03-20 09:06:53 +0800
commite9a6d8f14ab42b6aaba3833e232b198e3a8b3394 (patch)
tree83b646b8d6cdfcfa78895009cb57e6510e0ddbf9 /graphics/drm-kmod
parent95dcd4bad28fd7fe87016cd62299bda9b9dfaebc (diff)
downloadfreebsd-ports-gnome-e9a6d8f14ab42b6aaba3833e232b198e3a8b3394.tar.gz
freebsd-ports-gnome-e9a6d8f14ab42b6aaba3833e232b198e3a8b3394.tar.zst
freebsd-ports-gnome-e9a6d8f14ab42b6aaba3833e232b198e3a8b3394.zip
Fix probing of Rage128 cards
Bump PORTREVISION PR: 36111 Submitted by: maintainer
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r--graphics/drm-kmod/Makefile1
-rw-r--r--graphics/drm-kmod/files/patch-r128pciids19
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index ddfafd81777f..7adf404994f2 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -7,6 +7,7 @@
PORTNAME= drm-kmod
PORTVERSION= 0.9.5
+PORTREVISION= 1
CATEGORIES= graphics x11
MASTER_SITES= http://gladstone.uoregon.edu/~eanholt/dri/
diff --git a/graphics/drm-kmod/files/patch-r128pciids b/graphics/drm-kmod/files/patch-r128pciids
new file mode 100644
index 000000000000..edc56e9c25c3
--- /dev/null
+++ b/graphics/drm-kmod/files/patch-r128pciids
@@ -0,0 +1,19 @@
+--- r128/r128_drv.c.orig Tue Mar 19 14:03:24 2002
++++ r128/r128_drv.c Tue Mar 19 14:03:51 2002
+@@ -72,11 +72,11 @@
+ {0x1002, 0x5046, 1, "ATI Rage 128 Pro PF (AGP)"},
+ {0x1002, 0x5050, 0, "ATI Rage 128 Pro PP (PCI)"},
+ {0x1002, 0x5052, 0, "ATI Rage 128 Pro PR (PCI)"},
+- {0x1002, 0x5053, 0, "ATI Rage 128 RE (PCI)"},
+- {0x1002, 0x5054, 1, "ATI Rage 128 RF (AGP)"},
+- {0x1002, 0x5054, 1, "ATI Rage 128 RG (AGP)"},
+- {0x1002, 0x5055, 0, "ATI Rage 128 RK (PCI)"},
+- {0x1002, 0x5055, 1, "ATI Rage 128 RL (AGP)"},
++ {0x1002, 0x5245, 0, "ATI Rage 128 RE (PCI)"},
++ {0x1002, 0x5246, 1, "ATI Rage 128 RF (AGP)"},
++ {0x1002, 0x5247, 1, "ATI Rage 128 RG (AGP)"},
++ {0x1002, 0x524b, 0, "ATI Rage 128 RK (PCI)"},
++ {0x1002, 0x524c, 1, "ATI Rage 128 RL (AGP)"},
+ {0x1002, 0x534d, 1, "ATI Rage 128 SM (AGP)"},
+ {0x1002, 0x5446, 1, "ATI Rage 128 Pro Ultra TF (AGP)"},
+ {0x1002, 0x544C, 1, "ATI Rage 128 Pro Ultra TL (AGP)"},