aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2007-07-09 20:23:50 -0400
committerDave Jones <davej@redhat.com>2007-07-09 20:23:50 -0400
commit70e8992ec771793e18d33d3a6f2247e558baf6ac (patch)
treeec7a045648fe6617505a8f464c71b89bfb19425d
parent47d46379eb66278107947729e34a833c76dca252 (diff)
[AGPGART] Hand off AGP maintainence.
Most of the AGP changes recently have been done in lock-step with DRM updates, so it's probably easier to have airlied pushing AGP changes at the same time he does DRM updates. [Also remove my name from the boot messages. Cautionary tale to others: Never do this, when computers don't boot, people assume you're responsible even if 15 other subsystems initialised after yours. :-) ] Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Dave Airlie <airlied@linux.ie>
-rw-r--r--MAINTAINERS7
-rw-r--r--drivers/char/agp/backend.c2
2 files changed, 4 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4ce895a4b5ba..cff87ff268aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -315,10 +315,9 @@ M: zippel@linux-m68k.org
315S: Maintained 315S: Maintained
316 316
317AGPGART DRIVER 317AGPGART DRIVER
318P: Dave Jones 318P: David Airlie
319M: davej@codemonkey.org.uk 319M: airlied@linux.ie
320W: http://www.codemonkey.org.uk/projects/agp/ 320T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
321T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
322S: Maintained 321S: Maintained
323 322
324AHA152X SCSI DRIVER 323AHA152X SCSI DRIVER
diff --git a/drivers/char/agp/backend.c b/drivers/char/agp/backend.c
index ebdd6dd66edb..1b47c89a1b99 100644
--- a/drivers/char/agp/backend.c
+++ b/drivers/char/agp/backend.c
@@ -321,7 +321,7 @@ EXPORT_SYMBOL(agp_try_unsupported_boot);
321static int __init agp_init(void) 321static int __init agp_init(void)
322{ 322{
323 if (!agp_off) 323 if (!agp_off)
324 printk(KERN_INFO "Linux agpgart interface v%d.%d (c) Dave Jones\n", 324 printk(KERN_INFO "Linux agpgart interface v%d.%d\n",
325 AGPGART_VERSION_MAJOR, AGPGART_VERSION_MINOR); 325 AGPGART_VERSION_MAJOR, AGPGART_VERSION_MINOR);
326 return 0; 326 return 0;
327} 327}