Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55271 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.26/drivers/char/agp/agp.h (+3 lines)
Lines 211-216 Link Here
211
#ifndef PCI_DEVICE_ID_INTEL_865_G_1
211
#ifndef PCI_DEVICE_ID_INTEL_865_G_1
212
#define PCI_DEVICE_ID_INTEL_865_G_1	0x2572
212
#define PCI_DEVICE_ID_INTEL_865_G_1	0x2572
213
#endif
213
#endif
214
#ifndef PCI_DEVICE_ID_INTEL_875_P_0
215
#define PCI_DEVICE_ID_INTEL_875_P_0	0x2578
216
#endif
214
#ifndef PCI_DEVICE_ID_INTEL_820_0
217
#ifndef PCI_DEVICE_ID_INTEL_820_0
215
#define PCI_DEVICE_ID_INTEL_820_0       0x2500
218
#define PCI_DEVICE_ID_INTEL_820_0       0x2500
216
#endif
219
#endif
(-)linux-2.4.26/drivers/char/agp/agpgart_be.c (+7 lines)
Lines 6108-6113 Link Here
6108
		"865G",
6108
		"865G",
6109
		 intel_845_setup },
6109
		 intel_845_setup },
6110
6110
6111
	{ PCI_DEVICE_ID_INTEL_875_P_0,
6112
		PCI_VENDOR_ID_INTEL,
6113
		INTEL_I875_P,
6114
		"Intel(R)",
6115
		"875P",
6116
		 intel_845_setup },
6117
6111
	{ PCI_DEVICE_ID_INTEL_840_0,
6118
	{ PCI_DEVICE_ID_INTEL_840_0,
6112
		PCI_VENDOR_ID_INTEL,
6119
		PCI_VENDOR_ID_INTEL,
6113
		INTEL_I840,
6120
		INTEL_I840,
(-)linux-2.4.26/include/linux/agp_backend.h (+1 lines)
Lines 55-60 Link Here
55
	INTEL_I855_PM,
55
	INTEL_I855_PM,
56
	INTEL_I860,
56
	INTEL_I860,
57
	INTEL_I865_G,
57
	INTEL_I865_G,
58
	INTEL_I875_P,
58
	INTEL_I7205,
59
	INTEL_I7205,
59
	INTEL_I7505,
60
	INTEL_I7505,
60
	INTEL_460GX,
61
	INTEL_460GX,
(-)linux-2.4.26/Documentation/Configure.help (-2 / +3 lines)
Lines 3678-3687 Link Here
3678
  a module, say M here and read <file:Documentation/modules.txt>.  The
3678
  a module, say M here and read <file:Documentation/modules.txt>.  The
3679
  module will be called agpgart.o.
3679
  module will be called agpgart.o.
3680
3680
3681
Intel 440LX/BX/GX/815/820/830/840/845/850/860 support
3681
Intel 440LX/BX/GX/815/820/830/840/845/850/860/875 support
3682
CONFIG_AGP_INTEL
3682
CONFIG_AGP_INTEL
3683
  This option gives you AGP support for the GLX component of the
3683
  This option gives you AGP support for the GLX component of the
3684
  XFree86 4.x on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850 and 860 chipsets.
3684
  XFree86 4.x on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850, 860 and 875
3685
  chipsets.
3685
3686
3686
  You should say Y here if you use XFree86 3.3.6 or 4.x and want to
3687
  You should say Y here if you use XFree86 3.3.6 or 4.x and want to
3687
  use GLX or DRI.  If unsure, say N.
3688
  use GLX or DRI.  If unsure, say N.

Return to bug 55271