- AGP 3.0 now compiles as a module too.
- beginnings of VIA KT400 AGP 3.0 support.
(Not functional yet, more work needed).
- corrected handling of AGP capability bit in PCI headers for chipset drivers.
This should fix the problems on I815 and similar chipsets.
- small cleanups (making functions static, making things __initdata etc)
- Hopefully fix AMD K8 GART driver
- Fix module exit routine in backend
- Unmark some things __init (The cause of many modules bugs)
- agp_generic_agp_3_0_enable() now returns FALSE to the chipset driver
if it can't configure in 3.0 mode instead of falling back to
generic 2.0 routines.
- Export agp_generic_agp_3_0_enable() to work as module.
- Missing HP ZX1/Intel I460 fixes from David Mosberger (My bad)
- Changed I7505 driver to handle new agp_generic_agp_3_0_enable semantics.
- Renamed some VIA chipsets.
Makefile | 2
agp.h | 4 +
ali-agp.c | 21 +++++----
amd-k7-agp.c | 26 +++++------
amd-k8-agp.c | 18 +++++--
backend.c | 27 +++--------
frontend.c | 2
generic-3.0.c | 14 ++----
hp-agp.c | 18 +++----
i460-agp.c | 35 ++++++++-------
i7x05-agp.c | 32 +++++++------
intel-agp.c | 134 ++++++++++++++++++++++++++++------------------------------
sis-agp.c | 27 +++++------
sworks-agp.c | 59 ++++++++-----------------
via-agp.c | 99 +++++++++++++++++++++++++++++++++++-------
15 files changed, 283 insertions(+), 235 deletions(-)
GNU diff for those who care (against Linus' bk tree) is at
ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/2.5.52/agpgart-fixes-1.diff
Dave
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/