Module Name: src
Committed By: riastradh
Date: Wed Jul 24 03:14:15 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/drm [riastradh-drm2]: drm_memory.c
Log Message:
Remove comment about cargo-cult provenance of drm_memory.c.
Only drm_ioremap was cargo-culted from the old drm's drm_memory.c,
and that's a bit of a strong word for it by now.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/external/bsd/drm2/drm/drm_memory.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/drm/drm_memory.c
diff -u src/sys/external/bsd/drm2/drm/drm_memory.c:1.1.2.6 src/sys/external/bsd/drm2/drm/drm_memory.c:1.1.2.7
--- src/sys/external/bsd/drm2/drm/drm_memory.c:1.1.2.6 Wed Jul 24 03:12:33 2013
+++ src/sys/external/bsd/drm2/drm/drm_memory.c Wed Jul 24 03:14:15 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_memory.c,v 1.1.2.6 2013/07/24 03:12:33 riastradh Exp $ */
+/* $NetBSD: drm_memory.c,v 1.1.2.7 2013/07/24 03:14:15 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_memory.c,v 1.1.2.6 2013/07/24 03:12:33 riastradh Exp $");
-
-/* XXX Cargo-culted from the old drm_memory.c. */
+__KERNEL_RCSID(0, "$NetBSD: drm_memory.c,v 1.1.2.7 2013/07/24 03:14:15 riastradh Exp $");
#ifdef _KERNEL_OPT
#include "agp_i810.h"