Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/drm Remove comment about carg...
details: https://anonhg.NetBSD.org/src/rev/d5a7e896f63d
branches: riastradh-drm2
changeset: 788319:d5a7e896f63d
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 03:14:15 2013 +0000
description:
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.
diffstat:
sys/external/bsd/drm2/drm/drm_memory.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 57170aa90844 -r d5a7e896f63d sys/external/bsd/drm2/drm/drm_memory.c
--- a/sys/external/bsd/drm2/drm/drm_memory.c Wed Jul 24 03:13:59 2013 +0000
+++ b/sys/external/bsd/drm2/drm/drm_memory.c Wed Jul 24 03:14:15 2013 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index