small changes to get it compiled on the pmax (does'nt affect anything else)
authorgraichen <graichen@openbsd.org>
Mon, 13 Jan 1997 10:53:26 +0000 (10:53 +0000)
committergraichen <graichen@openbsd.org>
Mon, 13 Jan 1997 10:53:26 +0000 (10:53 +0000)
sys/dev/tc/asc.c
sys/dev/tc/asc_ioasic.c

index d43a317..cafd9b8 100644 (file)
@@ -1240,7 +1240,7 @@ abort:
 #if 0
        panic("asc_intr");
 #else
-       boot(4, NULL); /* XXX */
+       boot(4); /* XXX */
 #endif
 }
 
@@ -2057,7 +2057,7 @@ asc_timeout(arg)
 #if 0
        panic("asc_timeout");
 #else
-       boot(4, NULL); /* XXX */
+       boot(4); /* XXX */
 #endif
 }
 
index 14c6e98..c35ffb9 100644 (file)
@@ -26,7 +26,7 @@
 #include <pmax/dev/ascreg.h>   /* XXX */
 #include <dev/tc/ascvar.h>
 
-#include <mips/locore.h> /* XXX XXX bus.h needs cache-consistency*/
+#include <machine/locore.h> /* XXX XXX bus.h needs cache-consistency*/
 
 /*XXX*/
 #include <pmax/pmax/asic.h>            /* XXX ioasic register defs? */