From 2bab59d29cb37dc1a27ffcb5083e8d6a1cafbeb2 Mon Sep 17 00:00:00 2001 From: gene Date: Mon, 10 Mar 1997 05:06:43 +0000 Subject: Include macinfo.h and more synch'ing with our mi sbc code. This makes it actually compile. --- sys/arch/mac68k/dev/sbc_obio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mac68k/dev/sbc_obio.c') diff --git a/sys/arch/mac68k/dev/sbc_obio.c b/sys/arch/mac68k/dev/sbc_obio.c index 38b3936b4f1..42a9b2824f0 100644 --- a/sys/arch/mac68k/dev/sbc_obio.c +++ b/sys/arch/mac68k/dev/sbc_obio.c @@ -49,6 +49,7 @@ #include #include +#include #include "sbcreg.h" #include "sbcvar.h" @@ -215,9 +216,6 @@ sbc_obio_attach(parent, self, args) } else ncr_sc->sc_flags |= NCR5380_FORCE_POLLING; - if ((sc->sc_options & SBC_RESELECT) == 0) - ncr_sc->sc_no_disconnect = 0xff; - if (sc->sc_options & SBC_INTR) sc->sc_clrintr = sbc_obio_clrintr; else -- cgit v1.2.3