BSD 4_3 release
[unix-history] / usr / src / sys / stand / uba.c
index daacc1a..030a257 100644 (file)
@@ -1,4 +1,10 @@
-/*     uba.c   6.1     83/07/29        */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)uba.c       7.1 (Berkeley) 6/5/86
+ */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
@@ -60,6 +66,7 @@ ubafree(io, mr)
                return;
        switch (cpu) {
 
                return;
        switch (cpu) {
 
+       case VAX_8600:
        case VAX_780:
                ubauba(io->i_unit)->uba_dpr[bdp] |= UBADPR_BNE;
                break;
        case VAX_780:
                ubauba(io->i_unit)->uba_dpr[bdp] |= UBADPR_BNE;
                break;