From 93703857ca41edb6e8e9bb063d3056dedd70d7fc Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 10 Aug 1998 02:13:44 +0000 Subject: [PATCH] Slow down, Wilbur. --- sys/dev/isa/sbdsp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/isa/sbdsp.c b/sys/dev/isa/sbdsp.c index 1ebaff6621d8..8d11cb80229b 100644 --- a/sys/dev/isa/sbdsp.c +++ b/sys/dev/isa/sbdsp.c @@ -1,4 +1,4 @@ -/* $NetBSD: sbdsp.c,v 1.84 1998/08/10 02:12:30 mycroft Exp $ */ +/* $NetBSD: sbdsp.c,v 1.85 1998/08/10 02:13:44 mycroft Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -2311,6 +2311,7 @@ sbdsp_midi_getinfo(addr, mi) int sbdsp_midi_intr(addr) + void *addr; { struct sbdsp_softc *sc = addr;