Module Name:    src
Committed By:   macallan
Date:           Sun Aug 11 06:04:16 UTC 2019

Modified Files:
        src/sys/arch/sparc/dev: cgfourteen.c

Log Message:
remove orphaned comment


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc/dev/cgfourteen.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/arch/sparc/dev/cgfourteen.c
diff -u src/sys/arch/sparc/dev/cgfourteen.c:1.87 src/sys/arch/sparc/dev/cgfourteen.c:1.88
--- src/sys/arch/sparc/dev/cgfourteen.c:1.87	Thu Jan 17 23:05:15 2019
+++ src/sys/arch/sparc/dev/cgfourteen.c	Sun Aug 11 06:04:16 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: cgfourteen.c,v 1.87 2019/01/17 23:05:15 macallan Exp $ */
+/*	$NetBSD: cgfourteen.c,v 1.88 2019/08/11 06:04:16 macallan Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -59,13 +59,6 @@
  * XXX should defer colormap updates to vertical retrace interrupts
  */
 
-/*
- * The following is for debugging only; it opens up a security hole
- * enabled by allowing any user to map the control registers for the
- * cg14 into their space.
- */
-#undef CG14_MAP_REGS
-
 #include "opt_wsemul.h"
 #include "sx.h"
 

Reply via email to