#if 0 -> #if notdef
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 15 Mar 1982 06:28:31 +0000 (22:28 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 15 Mar 1982 06:28:31 +0000 (22:28 -0800)
SCCS-vsn: sys/kern/tty_subr.c 4.15
SCCS-vsn: sys/vax/mba/mba.c 4.24
SCCS-vsn: sys/vax/uba/uba.c 4.40
SCCS-vsn: sys/vax/uba/ut.c 4.11

usr/src/sys/kern/tty_subr.c
usr/src/sys/vax/mba/mba.c
usr/src/sys/vax/uba/uba.c
usr/src/sys/vax/uba/ut.c

index 5cd8520..78ce16f 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty_subr.c      4.14    82/02/08        */
+/*     tty_subr.c      4.15    82/03/14        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -54,7 +54,7 @@ register struct clist *p;
        return(c);
 }
 
        return(c);
 }
 
-#if 0
+#if notdef
 /*
  * copy clist to buffer.
  * return number of bytes moved.
 /*
  * copy clist to buffer.
  * return number of bytes moved.
index c496a7c..97b3478 100644 (file)
@@ -1,4 +1,4 @@
-/*     mba.c   4.23    81/11/20        */
+/*     mba.c   4.24    82/03/14        */
 
 #include "mba.h"
 #if NMBA > 0
 
 #include "mba.h"
 #if NMBA > 0
@@ -357,7 +357,7 @@ mbasetup(mi)
        return (vaddr);
 }
 
        return (vaddr);
 }
 
-#if 0
+#if notdef
 /*
  * Init and interrupt enable a massbus adapter.
  */
 /*
  * Init and interrupt enable a massbus adapter.
  */
index 0daabb3..e80e5b8 100644 (file)
@@ -1,4 +1,4 @@
-/*     uba.c   4.39    81/12/09        */
+/*     uba.c   4.40    82/03/14        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -456,7 +456,7 @@ ubaerror(uban, uh, xx, uvec, uba)
 }
 #endif
 
 }
 #endif
 
-#if 0
+#if notdef
 /*
  * This routine allows remapping of previously
  * allocated UNIBUS bdp and map resources
 /*
  * This routine allows remapping of previously
  * allocated UNIBUS bdp and map resources
index 0764e9e..f5d2139 100644 (file)
@@ -1,4 +1,4 @@
-/*     ut.c    4.10    82/01/17        */
+/*     ut.c    4.11    82/03/14        */
 
 #include "tj.h"
 #if NUT > 0
 
 #include "tj.h"
 #if NUT > 0
@@ -84,7 +84,7 @@ utprobe(reg)
        br=0; cvec=br; br=cvec;
        utintr(0);
 #endif
        br=0; cvec=br; br=cvec;
        utintr(0);
 #endif
-#if 0
+#if notdef
        /*
         * It appears the controller won't interrupt unless the
         * slave is off-line...this is as bad as the TS-11.
        /*
         * It appears the controller won't interrupt unless the
         * slave is off-line...this is as bad as the TS-11.