From 05e2e8b5b953163888669873a7341d0b32b9cd6e Mon Sep 17 00:00:00 2001 From: isaki Date: Fri, 29 Aug 2003 02:45:57 +0000 Subject: [PATCH] Delete unnecessary #ifndef for x68k. approved by tsutsui@ --- sys/dev/ic/mb89352.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/dev/ic/mb89352.c b/sys/dev/ic/mb89352.c index 5bcb9555fee1..398d085ac4bd 100644 --- a/sys/dev/ic/mb89352.c +++ b/sys/dev/ic/mb89352.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb89352.c,v 1.22 2003/08/01 00:38:38 tsutsui Exp $ */ +/* $NetBSD: mb89352.c,v 1.23 2003/08/29 02:45:57 isaki Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ /*- @@ -70,7 +70,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.22 2003/08/01 00:38:38 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.23 2003/08/29 02:45:57 isaki Exp $"); #ifdef DDB #define integrate @@ -1194,10 +1194,8 @@ nextbyte: goto nextmsg; out: -#ifndef NO_MANUAL_XFER /* XXX */ /* Ack the last message byte. */ bus_space_write_1(iot, ioh, SCMD, SCMD_RST_ACK); -#endif SPC_MISC(("n=%d imess=0x%02x ", n, sc->sc_imess[0])); }