summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-03-10 05:06:43 +0000
committergene <gene@cvs.openbsd.org>1997-03-10 05:06:43 +0000
commit2bab59d29cb37dc1a27ffcb5083e8d6a1cafbeb2 (patch)
tree27f67e3f2280dd5fc69811c690004b892fccecec
parent5d57b24a3c5121cab0c2c29405a82f3245394710 (diff)
Include macinfo.h and more synch'ing with our mi sbc code. This makes it
actually compile.
-rw-r--r--sys/arch/mac68k/dev/sbc_obio.c4
1 files changed, 1 insertions, 3 deletions
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 <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