artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ce5bb
)
Include macinfo.h and more synch'ing with our mi sbc code. This makes it
author
gene
<gene@openbsd.org>
Mon, 10 Mar 1997 05:06:42 +0000
(
05:06
+0000)
committer
gene
<gene@openbsd.org>
Mon, 10 Mar 1997 05:06:42 +0000
(
05:06
+0000)
actually compile.
sys/arch/mac68k/dev/sbc_obio.c
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/dev/sbc_obio.c
b/sys/arch/mac68k/dev/sbc_obio.c
index
38b3936
..
42a9b28
100644
(file)
--- 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