Include macinfo.h and more synch'ing with our mi sbc code. This makes it
authorgene <gene@openbsd.org>
Mon, 10 Mar 1997 05:06:42 +0000 (05:06 +0000)
committergene <gene@openbsd.org>
Mon, 10 Mar 1997 05:06:42 +0000 (05:06 +0000)
actually compile.

sys/arch/mac68k/dev/sbc_obio.c

index 38b3936..42a9b28 100644 (file)
@@ -49,6 +49,7 @@
 
 #include <machine/cpu.h>
 #include <machine/viareg.h>
+#include <machine/macinfo.h>
 
 #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