summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 12:33:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 12:33:40 +0000
commitb1fbc7cdef73bf7438e7742c5acee5e35e5ece7a (patch)
tree5939f87b27df91df22825b3a1503b8e31fcf704c /sys/dev
parentea92beba2db60d8947dc9b53fbe1f8387b85c13e (diff)
missing */
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/pas.c4
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) {