BSD 4_4 release
[unix-history] / usr / src / sys / vax / mba / mba.c
index 54d1602..0a4d48c 100644 (file)
@@ -1,9 +1,12 @@
-/*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1982 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This module is believed to contain source code proprietary to AT&T.
+ * Use and redistribution is subject to the Berkeley Software License
+ * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  *
- *     @(#)mba.c       7.2 (Berkeley) %G%
+ *     @(#)mba.c       7.6 (Berkeley) 5/8/91
  */
 
 #include "mba.h"
  */
 
 #include "mba.h"
 /*
  * Massbus driver, arbitrates a massbus among attached devices.
  */
 /*
  * Massbus driver, arbitrates a massbus among attached devices.
  */
-#include "../machine/pte.h"
+#include "../include/pte.h"
 
 
-#include "param.h"
-#include "systm.h"
-#include "dkstat.h"
-#include "buf.h"
-#include "conf.h"
-#include "dir.h"
-#include "user.h"
-#include "proc.h"
-#include "map.h"
-#include "../vax/mtpr.h"
-#include "vm.h"
+#include "sys/param.h"
+#include "sys/systm.h"
+#include "sys/dkstat.h"
+#include "sys/buf.h"
+#include "sys/conf.h"
+#include "sys/user.h"
+#include "sys/proc.h"
+#include "sys/map.h"
+#include "../include/mtpr.h"
+#include "sys/vm.h"
 
 #include "mbareg.h"
 #include "mbavar.h"
 
 #include "mbareg.h"
 #include "mbavar.h"