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/5fe3fc4b17c5
branches:  trunk
changeset: 477071:5fe3fc4b17c5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Oct 10 00:08:24 1999 +0000

description:
NMIDI -> NMPU, to be consistent with sbdsp.c.

diffstat:

 sys/dev/isa/sb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5ca2ff626b38 -r 5fe3fc4b17c5 sys/dev/isa/sb.c
--- a/sys/dev/isa/sb.c  Sat Oct 09 22:46:20 1999 +0000
+++ b/sys/dev/isa/sb.c  Sun Oct 10 00:08:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sb.c,v 1.68 1999/08/02 17:37:42 augustss Exp $ */
+/*     $NetBSD: sb.c,v 1.69 1999/10/10 00:08:24 mycroft Exp $  */
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -61,7 +61,7 @@
 #include <dev/isa/sbvar.h>
 #include <dev/isa/sbdspvar.h>
 
-#if NMIDI > 0
+#if NMPU > 0
 struct midi_hw_if sb_midi_hw_if = {
        sbdsp_midi_open,
        sbdsp_midi_close,
@@ -237,7 +237,7 @@
 
        audio_attach_mi(&sb_hw_if, sc, &sc->sc_dev);
 
-#if NMIDI > 0
+#if NMPU > 0
        if (sc->sc_hasmpu) {
                arg.type = AUDIODEV_TYPE_MPU;
                arg.hwif = 0;



Home | Main Index | Thread Index | Old Index