Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa NMIDI -> NMPU, to be consistent with sbdsp.c.
details: https://anonhg.NetBSD.org/src/rev/2d3cb2ed546b
branches: trunk
changeset: 477067:2d3cb2ed546b
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Oct 09 20:54:36 1999 +0000
description:
NMIDI -> NMPU, to be consistent with sbdsp.c.
diffstat:
sys/dev/isa/sbdspvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb29ca906e26 -r 2d3cb2ed546b sys/dev/isa/sbdspvar.h
--- a/sys/dev/isa/sbdspvar.h Sat Oct 09 19:42:46 1999 +0000
+++ b/sys/dev/isa/sbdspvar.h Sat Oct 09 20:54:36 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbdspvar.h,v 1.44 1999/08/02 17:37:43 augustss Exp $ */
+/* $NetBSD: sbdspvar.h,v 1.45 1999/10/09 20:54:36 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -172,7 +172,7 @@
#define SBVER_MAJOR(v) (((v)>>8) & 0xff)
#define SBVER_MINOR(v) ((v)&0xff)
-#if NMIDI > 0
+#if NMPU > 0
int sc_hasmpu;
struct device *sc_mpudev;
bus_space_tag_t sc_mpu_iot; /* tag */
Home |
Main Index |
Thread Index |
Old Index