Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] AGP: Try unsupported AGP chipsets on x86-64 by default

So far all new ones have worked and there isn't much variation because
the CPU does all the interesting bits.

So enable try unsupported by default.

Can be still disabled with try_unsupported=0 (module) or
amd64.try_unsupported=0 (boot option)

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andi Kleen and committed by
Linus Torvalds
172efbb4 870b7681

+1 -1
+1 -1
drivers/char/agp/amd64-agp.c
··· 56 56 static struct pci_dev * hammers[MAX_HAMMER_GARTS]; 57 57 58 58 static struct resource *aperture_resource; 59 - static int __initdata agp_try_unsupported; 59 + static int __initdata agp_try_unsupported = 1; 60 60 61 61 static int gart_iterator; 62 62 #define for_each_nb() for(gart_iterator=0;gart_iterator<nr_garts;gart_iterator++)