Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvmeppc/mvmeppc Remove (commented out) pms cdev_decl.



details:   https://anonhg.NetBSD.org/src/rev/001cc76aecf3
branches:  trunk
changeset: 525874:001cc76aecf3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 19 02:12:00 2002 +0000

description:
Remove (commented out) pms cdev_decl.

diffstat:

 sys/arch/mvmeppc/mvmeppc/conf.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 25a78d605004 -r 001cc76aecf3 sys/arch/mvmeppc/mvmeppc/conf.c
--- a/sys/arch/mvmeppc/mvmeppc/conf.c   Fri Apr 19 02:10:17 2002 +0000
+++ b/sys/arch/mvmeppc/mvmeppc/conf.c   Fri Apr 19 02:12:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.2 2002/03/16 16:55:57 martin Exp $  */
+/*     $NetBSD: conf.c,v 1.3 2002/04/19 02:12:00 wiz Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -153,9 +153,7 @@
 /* #include "mms.h"
 cdev_decl(mms);
 #include "lms.h"
-cdev_decl(lms);
-#include "pms.h"
-cdev_decl(pms); */
+cdev_decl(lms); */
 #include "cy.h"
 cdev_decl(cy);
 cdev_decl(mcd);



Home | Main Index | Thread Index | Old Index