Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Delete unnecessary #ifndef for x68k.



details:   https://anonhg.NetBSD.org/src/rev/612412170fa3
branches:  trunk
changeset: 551099:612412170fa3
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Aug 29 02:45:57 2003 +0000

description:
Delete unnecessary #ifndef for x68k.
approved by tsutsui@

diffstat:

 sys/dev/ic/mb89352.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r f36da47b15c4 -r 612412170fa3 sys/dev/ic/mb89352.c
--- a/sys/dev/ic/mb89352.c      Fri Aug 29 02:38:58 2003 +0000
+++ b/sys/dev/ic/mb89352.c      Fri Aug 29 02:45:57 2003 +0000
@@ -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 <sys/cdefs.h>
-__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 @@
        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]));
 }
 



Home | Main Index | Thread Index | Old Index