summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-07-20 11:59:48 +0000
committerkato <kato@FreeBSD.org>1997-07-20 11:59:48 +0000
commit4015f739778a1c1623ca749eac39d3a5855d1249 (patch)
treef6b5553e7ad2e5a582b86f4bc08c8759f51c391a /sys/pc98/cbus/sio.c
parent55e22acb7019e01064f6bda89d3d715cbd6dec34 (diff)
downloadFreeBSD-src-4015f739778a1c1623ca749eac39d3a5855d1249.zip
FreeBSD-src-4015f739778a1c1623ca749eac39d3a5855d1249.tar.gz
Fixed the place of the `}' in comparam().
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 7335121..3b989d8 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.28 1997/06/06 13:09:53 kato Exp $
+ * $Id: sio.c,v 1.29 1997/07/17 10:35:43 kato Exp $
*/
#include "opt_comconsole.h"
@@ -2789,15 +2789,15 @@ retry:
outb(iobase + com_cfcr, 0xbf);
outb(iobase + com_fifo, inb(iobase + com_fifo) | 0x80);
}
+#ifdef PC98
+ }
+#endif
} else {
if (com->st16650a) {
outb(iobase + com_cfcr, 0xbf);
outb(iobase + com_fifo, inb(iobase + com_fifo) & ~0x80);
}
com->state &= ~CS_ODEVREADY;
-#ifdef PC98
- }
-#endif
}
OpenPOWER on IntegriCloud