Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Remove misplaced comment.



details:   https://anonhg.NetBSD.org/src/rev/63d8bd765a4b
branches:  trunk
changeset: 472118:63d8bd765a4b
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Apr 22 00:29:59 1999 +0000

description:
Remove misplaced comment.

diffstat:

 sys/arch/pmax/dev/findcons.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r d65328a86198 -r 63d8bd765a4b sys/arch/pmax/dev/findcons.c
--- a/sys/arch/pmax/dev/findcons.c      Thu Apr 22 00:23:33 1999 +0000
+++ b/sys/arch/pmax/dev/findcons.c      Thu Apr 22 00:29:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: findcons.c,v 1.9 1999/04/13 18:50:51 ad Exp $  */
+/*     $NetBSD: findcons.c,v 1.10 1999/04/22 00:29:59 ad Exp $ */
 
 /*
  * Copyright (c) 1998 Jonathan Stone
@@ -34,7 +34,7 @@
 
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.9 1999/04/13 18:50:51 ad Exp $$");
+__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.10 1999/04/22 00:29:59 ad Exp $$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -118,8 +118,8 @@
 #include <pmax/dev/xcfbvar.h>
 #endif
 
-/* PixelStamp based TURBOchannel option boards */
 #define NWS     (NXCFB + NPM + NMFB + NSFB + NCFB + NPX)
+
 /*
  *  XXX Major device numbers for possible console devices.
  */



Home | Main Index | Thread Index | Old Index