Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Change a comment. INSECURE has but one purpose.



details:   https://anonhg.NetBSD.org/src/rev/1bdf4001bcc9
branches:  trunk
changeset: 750322:1bdf4001bcc9
user:      elad <elad%NetBSD.org@localhost>
date:      Thu Dec 24 19:16:28 2009 +0000

description:
Change a comment. INSECURE has but one purpose.

diffstat:

 sys/dev/ic/igsfb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3bb925bde20a -r 1bdf4001bcc9 sys/dev/ic/igsfb.c
--- a/sys/dev/ic/igsfb.c        Thu Dec 24 19:02:07 2009 +0000
+++ b/sys/dev/ic/igsfb.c        Thu Dec 24 19:16:28 2009 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index