4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jun 1993 13:40:00 +0000 (05:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jun 1993 13:40:00 +0000 (05:40 -0800)
SCCS-vsn: sys/pmax/dev/asc.c 8.1
SCCS-vsn: sys/pmax/dev/ascreg.h 8.1
SCCS-vsn: sys/pmax/dev/cfb.c 8.1
SCCS-vsn: sys/pmax/dev/cfbreg.h 8.1
SCCS-vsn: sys/pmax/dev/dc.c 8.1
SCCS-vsn: sys/pmax/dev/device.h 8.1
SCCS-vsn: sys/pmax/dev/dtop.c 8.1
SCCS-vsn: sys/pmax/dev/dtopreg.h 8.1
SCCS-vsn: sys/pmax/dev/fb.c 8.1
SCCS-vsn: sys/pmax/dev/fbreg.h 8.1
SCCS-vsn: sys/pmax/dev/font.c 8.1
SCCS-vsn: sys/pmax/dev/if_le.c 8.1
SCCS-vsn: sys/pmax/dev/if_lereg.h 8.1
SCCS-vsn: sys/pmax/dev/mfb.c 8.1
SCCS-vsn: sys/pmax/dev/mfbreg.h 8.1
SCCS-vsn: sys/pmax/dev/pdma.h 8.1
SCCS-vsn: sys/pmax/dev/pm.c 8.1
SCCS-vsn: sys/pmax/dev/pmreg.h 8.1
SCCS-vsn: sys/pmax/dev/rz.c 8.1
SCCS-vsn: sys/pmax/dev/scc.c 8.1
SCCS-vsn: sys/pmax/dev/sccreg.h 8.1
SCCS-vsn: sys/pmax/dev/scsi.c 8.1
SCCS-vsn: sys/pmax/dev/scsi.h 8.1
SCCS-vsn: sys/net/bpf.c 8.1
SCCS-vsn: sys/pmax/dev/sii.c 8.1
SCCS-vsn: sys/net/bpf.h 8.1
SCCS-vsn: sys/pmax/dev/siireg.h 8.1
SCCS-vsn: sys/pmax/dev/tz.c 8.1
SCCS-vsn: sys/pmax/dev/xcfb.c 8.1
SCCS-vsn: sys/pmax/dev/xcfbreg.h 8.1

30 files changed:
usr/src/sys/net/bpf.c
usr/src/sys/net/bpf.h
usr/src/sys/pmax/dev/asc.c
usr/src/sys/pmax/dev/ascreg.h
usr/src/sys/pmax/dev/cfb.c
usr/src/sys/pmax/dev/cfbreg.h
usr/src/sys/pmax/dev/dc.c
usr/src/sys/pmax/dev/device.h
usr/src/sys/pmax/dev/dtop.c
usr/src/sys/pmax/dev/dtopreg.h
usr/src/sys/pmax/dev/fb.c
usr/src/sys/pmax/dev/fbreg.h
usr/src/sys/pmax/dev/font.c
usr/src/sys/pmax/dev/if_le.c
usr/src/sys/pmax/dev/if_lereg.h
usr/src/sys/pmax/dev/mfb.c
usr/src/sys/pmax/dev/mfbreg.h
usr/src/sys/pmax/dev/pdma.h
usr/src/sys/pmax/dev/pm.c
usr/src/sys/pmax/dev/pmreg.h
usr/src/sys/pmax/dev/rz.c
usr/src/sys/pmax/dev/scc.c
usr/src/sys/pmax/dev/sccreg.h
usr/src/sys/pmax/dev/scsi.c
usr/src/sys/pmax/dev/scsi.h
usr/src/sys/pmax/dev/sii.c
usr/src/sys/pmax/dev/siireg.h
usr/src/sys/pmax/dev/tz.c
usr/src/sys/pmax/dev/xcfb.c
usr/src/sys/pmax/dev/xcfbreg.h

index 7a71442..9e63a7b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1990, 1991 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)bpf.c      7.15 (Berkeley) %G%
+ *      @(#)bpf.c      8.1 (Berkeley) %G%
  *
  * static char rcsid[] =
  * "$Header: bpf.c,v 1.33 91/10/27 21:21:58 mccanne Exp $";
  *
  * static char rcsid[] =
  * "$Header: bpf.c,v 1.33 91/10/27 21:21:58 mccanne Exp $";
index 1c2341f..5effd97 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1990, 1991 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)bpf.h      7.5 (Berkeley) %G%
+ *      @(#)bpf.h      8.1 (Berkeley) %G%
  *
  * @(#) $Header: bpf.h,v 1.24 91/10/27 21:22:32 mccanne Exp $ (LBL)
  */
  *
  * @(#) $Header: bpf.h,v 1.24 91/10/27 21:22:32 mccanne Exp $ (LBL)
  */
index 0d125ab..4fc627a 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)asc.c       7.13 (Berkeley) %G%
+ *     @(#)asc.c       8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index ac12bce..0104270 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ascreg.h    7.3 (Berkeley) %G%
+ *     @(#)ascreg.h    8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 97955f7..e0bb9fd 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)cfb.c       7.9 (Berkeley) %G%
+ *     @(#)cfb.c       8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 2985e1b..b3c17b9 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)cfbreg.h    7.1 (Berkeley) %G%
+ *     @(#)cfbreg.h    8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index be25bb5..e0b5da1 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dc.c        7.13 (Berkeley) %G%
+ *     @(#)dc.c        8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 129eef7..8a53a6f 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)device.h    7.2 (Berkeley) %G%
+ *     @(#)device.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 4587756..3cd656a 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dtop.c      7.3 (Berkeley) %G%
+ *     @(#)dtop.c      8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index ac903d5..18f983a 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dtopreg.h   7.1 (Berkeley) %G%
+ *     @(#)dtopreg.h   8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 49ff848..20761ee 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fb.c        7.4 (Berkeley) %G%
+ *     @(#)fb.c        8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 753c97b..a986a22 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fbreg.h     7.3 (Berkeley) %G%
+ *     @(#)fbreg.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 47206d1..e237796 100644 (file)
@@ -1,13 +1,13 @@
 /* 
 /* 
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)font.c      7.1 (Berkeley) %G%
+ *     @(#)font.c      8.1 (Berkeley) %G%
  *
  *  font.c --
  *
  *
  *  font.c --
  *
index 3287a8c..75831ae 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_le.c     7.11 (Berkeley) %G%
+ *     @(#)if_le.c     8.1 (Berkeley) %G%
  */
 
 #include <le.h>
  */
 
 #include <le.h>
index 7b2cab4..56cedb5 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_lereg.h  7.3 (Berkeley) %G%
+ *     @(#)if_lereg.h  8.1 (Berkeley) %G%
  */
 
 #define        LEMTU           1518
  */
 
 #define        LEMTU           1518
index 53ab89b..c12c47d 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mfb.c       7.5 (Berkeley) %G%
+ *     @(#)mfb.c       8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index c188017..898ffb2 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mfbreg.h    7.1 (Berkeley) %G%
+ *     @(#)mfbreg.h    8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 87ce5e5..a74a2ab 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pdma.h      7.3 (Berkeley) %G%
+ *     @(#)pdma.h      8.1 (Berkeley) %G%
  */
 
 struct pdma {
  */
 
 struct pdma {
index b12374b..f11f427 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pm.c        7.9 (Berkeley) %G%
+ *     @(#)pm.c        8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index cbf43b5..3f5b504 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pmreg.h     7.1 (Berkeley) %G%
+ *     @(#)pmreg.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 6f726db..1b3bdf5 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rz.c        7.9 (Berkeley) %G%
+ *     @(#)rz.c        8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index d811a35..027b2d9 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scc.c       7.3 (Berkeley) %G%
+ *     @(#)scc.c       8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 5ec2027..afc5d81 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sccreg.h    7.2 (Berkeley) %G%
+ *     @(#)sccreg.h    8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index 1acf6fb..5772132 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scsi.c      7.4 (Berkeley) %G%
+ *     @(#)scsi.c      8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index ad3e272..2bcf093 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scsi.h      7.4 (Berkeley) %G%
+ *     @(#)scsi.h      8.1 (Berkeley) %G%
  *
  * scsi.h --
  *
  *
  * scsi.h --
  *
index 3aa15c3..5a30b5f 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sii.c       7.7 (Berkeley) %G%
+ *     @(#)sii.c       8.1 (Berkeley) %G%
  *
  * from: $Header: /sprite/src/kernel/dev/ds3100.md/RCS/devSII.c,
  *     v 9.2 89/09/14 13:37:41 jhh Exp $ SPRITE (DECWRL)";
  *
  * from: $Header: /sprite/src/kernel/dev/ds3100.md/RCS/devSII.c,
  *     v 9.2 89/09/14 13:37:41 jhh Exp $ SPRITE (DECWRL)";
index 87d5ae9..99e3e7a 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)siireg.h    7.1 (Berkeley) %G%
+ *     @(#)siireg.h    8.1 (Berkeley) %G%
  *
  * sii.h --
  *
  *
  * sii.h --
  *
index cf5f9c3..80a5f35 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tz.c        7.9 (Berkeley) %G%
+ *     @(#)tz.c        8.1 (Berkeley) %G%
  *
  * from: $Header: /sprite/src/kernel/dev/RCS/devSCSITape.c,
  *     v 8.14 89/07/31 17:26:13 mendel Exp $ SPRITE (Berkeley)
  *
  * from: $Header: /sprite/src/kernel/dev/RCS/devSCSITape.c,
  *     v 8.14 89/07/31 17:26:13 mendel Exp $ SPRITE (Berkeley)
index 97a056a..3ec2d6b 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)xcfb.c      7.3 (Berkeley) %G%
+ *     @(#)xcfb.c      8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index cfb97dd..45ecb0c 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell and Rick Macklem.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)xcfbreg.h   7.1 (Berkeley) %G%
+ *     @(#)xcfbreg.h   8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /*