summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-g550
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-03-16 23:40:19 +0000
committerWill Andrews <will@FreeBSD.org>2002-03-16 23:40:19 +0000
commit92becb4baf7713b343d948a652f39579b35fcb52 (patch)
treee95fd7d2f39f40888e10b2d3afdb76e7196d0055 /x11/XFree86-4-libraries/files/patch-g550
parentXFree86 4.2.0 Stage 1: bsd.port.mk (diff)
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
Notes
Notes: svn path=/head/; revision=56229
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-g550')
-rw-r--r--x11/XFree86-4-libraries/files/patch-g55018
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-g550 b/x11/XFree86-4-libraries/files/patch-g550
deleted file mode 100644
index ac6622733ce7..000000000000
--- a/x11/XFree86-4-libraries/files/patch-g550
+++ /dev/null
@@ -1,18 +0,0 @@
---- programs/Xserver/hw/xfree86/common/xf86PciInfo.h.orig Fri May 11 16:56:10 2001
-+++ programs/Xserver/hw/xfree86/common/xf86PciInfo.h Sat Oct 20 11:28:09 2001
-@@ -358,6 +358,7 @@
- #define PCI_CHIP_MGAG200_PCI 0x0520
- #define PCI_CHIP_MGAG200 0x0521
- #define PCI_CHIP_MGAG400 0x0525
-+#define PCI_CHIP_MGAG550 0x2527
- #define PCI_CHIP_IMPRESSION 0x0D10
- #define PCI_CHIP_MGAG100_PCI 0x1000
- #define PCI_CHIP_MGAG100 0x1001
-@@ -964,6 +965,7 @@
- {PCI_CHIP_MGAG200_PCI, "MGA G200 PCI",0},
- {PCI_CHIP_MGAG200, "MGA G200 AGP",0},
- {PCI_CHIP_MGAG400, "MGA G400 AGP",0},
-+ {PCI_CHIP_MGAG550, "MGA G550 AGP",0},
- {PCI_CHIP_MGAG100_PCI, "MGA G100 PCI",0},
- {PCI_CHIP_MGAG100, "MGA G100 AGP",0},
- {0x0000, NULL,0}}},