- update to 2.6.1-rc2 -- first cut.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / agp / intel-agp.c
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2003-10-13 Greg Kroah-HartmanPCI: fix up probe functions for agp drivers
2003-09-16 Dave Jones[AGPGART] Missing prefixes in printk's
2003-08-29 Dave Jones[AGPGART] Use generic AGP_APBASE define instead of...
2003-08-15 Dave Jones[AGPGART] Another missing ioremap() failure check.
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-07 Dave Jones[AGPGART] Kill off agp_try_unsupported module parameter.
2003-08-02 Linus TorvaldsMerge bk://linux-dj.bkbits.net/agpgart
2003-07-31 Greg Kroah-Hartman[PATCH] PCI: pci_device_id can not be marked __devinitdata.
2003-07-15 Dave Jones[AGPGART] Handle Intel chipsets whose BIOS has 'forgott...
2003-06-13 Dave Jones[AGPGART] Some Intel chipsets were using the wrong...
2003-06-04 Dave Jones[AGPGART] Missing printk levels.
2003-05-21 Dave Jones[AGPGART] Rid AGP/DRM of more typedefs.
2003-05-15 Dave Jones[AGPGART] pci_driver structures must remain valid while...
2003-05-15 Dave Jones[AGPGART] Remove duplicated masking routines, replace...
2003-05-14 Dave Jones[AGPGART] Move AGP PM to individual drivers.
2003-05-13 Linus TorvaldsDon't make the intel-AGP driver require a AGP capabilities
2003-05-03 Dave Jones[AGPGART] Intel I875P support.
2003-05-01 Dave Jones[AGPGART] Remove duplicate code in i810/i830 alloc_by_t...
2003-04-28 Dave Jones[AGPGART] Fix linking error.
2003-04-27 Dave Jones[AGPGART] proper agp_bridge_driver.
2003-04-27 Dave Jones[AGPGART] give all agpgart drivers a ->remove pci method.
2003-04-27 Dave Jones[AGPGART] fix macros that expect agp_bridge in global...
2003-04-25 Dave Jones[AGPGART] i855PM support from Bill Nottingham.
2003-04-25 Dave Jones[AGPGART] Remove unneeded settings of bridge->type.
2003-04-25 Dave Jones[AGPGART] Replace enum users with own methods.
2003-04-25 Dave Jones[AGPGART] Remove unneeded enums from intel gart driver.
2003-04-25 Dave Jones[AGPGART] intel agp init cleanups.
2003-04-10 Dave Jones[AGPGART] Fold Intel i7x05 GART into intel-agp driver.
2003-03-24 Dave Jones[AGPGART] namespace cleanup agp_generic_agp_enable...
2003-02-27 Dave Jones[AGPGART] Add support for Intel 852GM / 855GM and 865G
2003-02-14 Dave Jones[AGPGART] remove panic() from intel-agp, replace with...
2003-02-10 Dave Jones[AGPGART] First step towards multiple AGP buses.
2003-01-15 Dave Jones[AGPGART] implement module locking that works.
2003-01-13 Bjorn Helgaas[AGP] use PCI_AGP_* constants
2003-01-06 Bjorn Helgaas[PATCH] i810/i830 AGP update
2003-01-06 Bjorn Helgaas[AGP] Remove bogus AGP/DRM assumptions
2003-01-02 Antonino Daplas[AGPGART]: early agp init fix
2002-12-20 Michael Milligan[AGP] Make i845g use correct initialisation routine.
2002-12-18 Dave Jones[AGP] __init audit after Rusty found a bug.
2002-12-18 Dave Jones[AGP] Clean up capability pointer detection.
2002-12-17 Dave Jonesindentation fixes.
2002-12-10 Dave Jonesoops. missed a part of the double init patch
2002-12-03 Dave Jonesrework as per Linus' suggestion. Chipset drivers are...