]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-agpgart8x0.patch
- obsolete
[packages/kernel.git] / kernel-agpgart8x0.patch
CommitLineData
e0fd00f6 1--- kernel/drivers/char/agp/agpgart_be-i8x0.c~ Sun Jul 14 15:43:16 2002
2+++ kernel/drivers/char/agp/agpgart_be-i8x0.c Sun Jul 14 15:43:16 2002
3@@ -65,7 +65,7 @@
4 /* Intel 815 chipsets have a _weird_ APSIZE register with only
5 * one non-reserved bit, so mask the others out ... */
6 if (agp_bridge.type == INTEL_I815)
7- temp &= (1 << 3)
8+ temp &= (1 << 3);
9
10 values = A_SIZE_8(agp_bridge.aperture_sizes);
11
This page took 0.165334 seconds and 4 git commands to generate.