Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax remove remnants of np device, per my recent...



details:   https://anonhg.NetBSD.org/src/rev/1b540c979b2e
branches:  trunk
changeset: 511610:1b540c979b2e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 22 16:40:51 2001 +0000

description:
remove remnants of np device, per my recent files.vax commit

diffstat:

 sys/arch/vax/vax/conf.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 76999cb099e5 -r 1b540c979b2e sys/arch/vax/vax/conf.c
--- a/sys/arch/vax/vax/conf.c   Fri Jun 22 14:38:44 2001 +0000
+++ b/sys/arch/vax/vax/conf.c   Fri Jun 22 16:40:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.54 2001/05/16 05:36:55 matt Exp $   */
+/*     $NetBSD: conf.c,v 1.55 2001/06/22 16:40:51 lukem Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -288,9 +288,6 @@
 #include "dmf.h"
 cdev_decl(dmf);
 
-#include "np.h"
-cdev_decl(np);
-
 #if VAX8600 || VAXANY
 #define NCRL 1
 #else
@@ -440,7 +437,7 @@
        cdev_notdef(),                  /* 36 */
        cdev_tty_init(NDMZ,dmz),        /* 37: DMZ32 */
        cdev_tape_init(NMT,mt),         /* 38: MSCP tape */
-       cdev_audio_init(NNP,np),        /* 39: NP Intelligent Board */
+       cdev_notdef(),                  /* 39  was NP Intelligent Board */
        cdev_graph_init(NQV,qv),        /* 40: QVSS graphic display */
        cdev_graph_init(NQD,qd),        /* 41: QDSS graphic display */
        cdev_ipf_init(NIPFILTER,ipl),   /* 42: Packet filter */



Home | Main Index | Thread Index | Old Index