From: gene Date: Mon, 10 Mar 1997 05:06:42 +0000 (+0000) Subject: Include macinfo.h and more synch'ing with our mi sbc code. This makes it X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c0517d807d4030e55654a6b813b4cd9e82ebc2b2;p=openbsd Include macinfo.h and more synch'ing with our mi sbc code. This makes it actually compile. --- 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