diff options
author | 1996-10-16 12:33:39 +0000 | |
---|---|---|
committer | 1996-10-16 12:33:39 +0000 | |
commit | 1f94d27d226ec91339b69851117843375129c751 (patch) | |
tree | 504cc10153ba3d071e41cf426c90a2ef5f31438a | |
parent | contextual usage (diff) | |
download | wireguard-openbsd-1f94d27d226ec91339b69851117843375129c751.tar.xz wireguard-openbsd-1f94d27d226ec91339b69851117843375129c751.zip |
missing */
-rw-r--r-- | sys/dev/isa/pas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/pas.c b/sys/dev/isa/pas.c index b18526d13d3..98a323be306 100644 --- a/sys/dev/isa/pas.c +++ b/sys/dev/isa/pas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pas.c,v 1.12 1996/08/24 05:03:18 deraadt Exp $ */ +/* $OpenBSD: pas.c,v 1.13 1996/10/16 12:33:39 deraadt Exp $ */ /* $NetBSD: pas.c,v 1.17 1996/05/12 23:53:18 mycroft Exp $ */ /* @@ -345,7 +345,7 @@ pasprobe(parent, match, aux) } /* Now a SoundBlaster */ -/* sc->sc_iobase = ia->ia_iobase; +/* sc->sc_iobase = ia->ia_iobase; */ /* and set the SB iobase into the DSP as well ... */ sc->sc_sbdsp.sc_iobase = ia->ia_iobase; if (sbdsp_reset(&sc->sc_sbdsp) < 0) { |