Module Name: src
Committed By: elad
Date: Thu Dec 24 19:16:28 UTC 2009
Modified Files:
src/sys/dev/ic: igsfb.c
Log Message:
Change a comment. INSECURE has but one purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/ic/igsfb.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/dev/ic/igsfb.c
diff -u src/sys/dev/ic/igsfb.c:1.47 src/sys/dev/ic/igsfb.c:1.48
--- src/sys/dev/ic/igsfb.c:1.47 Wed Nov 18 21:59:38 2009
+++ src/sys/dev/ic/igsfb.c Thu Dec 24 19:16:28 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: igsfb.c,v 1.47 2009/11/18 21:59:38 macallan Exp $ */
+/* $NetBSD: igsfb.c,v 1.48 2009/12/24 19:16:28 elad Exp $ */
/*
* Copyright (c) 2002, 2003 Valeriy E. Ushakov
@@ -31,7 +31,7 @@
* Integraphics Systems IGA 168x and CyberPro series.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.47 2009/11/18 21:59:38 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.48 2009/12/24 19:16:28 elad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -571,7 +571,7 @@
/*
* wsdisplay_accessops: mmap()
- * XXX: allow mmapping i/o mapped i/o regs if INSECURE???
+ * XXX: security considerations for allowing mmapping i/o mapped i/o regs?
*/
static paddr_t
igsfb_mmap(void *v, void *vs, off_t offset, int prot)