diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/Makefile | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.reg | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm.c | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm.h | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm_gram.y | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm_scan.l | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm_symbol.c | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm_symbol.h | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/sequencer.h | 2 | ||||
| -rw-r--r-- | sys/dev/ccd/ccd.c | 2 | ||||
| -rw-r--r-- | sys/dev/pdq/pdq.c | 2 | ||||
| -rw-r--r-- | sys/dev/pdq/pdq_ifsubr.c | 2 | ||||
| -rw-r--r-- | sys/dev/pdq/pdqreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/pdq/pdqvar.h | 2 | ||||
| -rw-r--r-- | sys/dev/vn/vn.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/aic7xxx/Makefile b/sys/dev/aic7xxx/Makefile index 7a38db79ec78..1ee6fb063353 100644 --- a/sys/dev/aic7xxx/Makefile +++ b/sys/dev/aic7xxx/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.2.2 1997/09/03 04:25:04 gibbs Exp $ +# $Id: Makefile,v 1.1.2.3 1997/09/27 19:46:53 gibbs Exp $ PROG= aicasm diff --git a/sys/dev/aic7xxx/aic7xxx.reg b/sys/dev/aic7xxx/aic7xxx.reg index 792799a0c1d4..ce7f00b7f94d 100644 --- a/sys/dev/aic7xxx/aic7xxx.reg +++ b/sys/dev/aic7xxx/aic7xxx.reg @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.reg,v 1.1.2.3 1997/08/13 18:56:44 gibbs Exp $ + * $Id: aic7xxx.reg,v 1.1.2.4 1997/09/27 19:46:53 gibbs Exp $ */ /* diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 0c225f96a974..e10212ce48eb 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -37,7 +37,7 @@ *OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF *SUCH DAMAGE. * - * $Id: aic7xxx.seq,v 1.46.2.20 1997/08/13 18:56:45 gibbs Exp $ + * $Id: aic7xxx.seq,v 1.46.2.21 1997/09/27 19:46:55 gibbs Exp $ * *-M************************************************************************/ diff --git a/sys/dev/aic7xxx/aicasm.c b/sys/dev/aic7xxx/aicasm.c index a09d66941129..304fdf3f30f5 100644 --- a/sys/dev/aic7xxx/aicasm.c +++ b/sys/dev/aic7xxx/aicasm.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm.c,v 1.12.6.3 1997/04/10 19:25:58 gibbs Exp $ + * $Id: aicasm.c,v 1.12.6.4 1997/09/03 04:25:11 gibbs Exp $ */ #include <sys/types.h> #include <sys/mman.h> diff --git a/sys/dev/aic7xxx/aicasm.h b/sys/dev/aic7xxx/aicasm.h index 185d807f6788..001d3a10ac2b 100644 --- a/sys/dev/aic7xxx/aicasm.h +++ b/sys/dev/aic7xxx/aicasm.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: aicasm.h,v 1.1.2.1 1997/03/16 07:21:32 gibbs Exp $ */ #include <sys/queue.h> diff --git a/sys/dev/aic7xxx/aicasm_gram.y b/sys/dev/aic7xxx/aicasm_gram.y index 46936eb71a42..40948036c893 100644 --- a/sys/dev/aic7xxx/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm_gram.y @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm_gram.y,v 1.1.2.1 1997/09/03 04:25:14 gibbs Exp $ + * $Id: aicasm_gram.y,v 1.1.2.2 1997/09/27 19:46:56 gibbs Exp $ */ #include <stdio.h> diff --git a/sys/dev/aic7xxx/aicasm_scan.l b/sys/dev/aic7xxx/aicasm_scan.l index 1445dcdf27df..7484bd870875 100644 --- a/sys/dev/aic7xxx/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm_scan.l @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm_scan.l,v 1.1.2.2 1997/09/03 04:25:18 gibbs Exp $ + * $Id: aicasm_scan.l,v 1.1.2.3 1997/09/27 19:46:57 gibbs Exp $ */ #include <limits.h> diff --git a/sys/dev/aic7xxx/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm_symbol.c index a553c45b6f5d..80f5f0c4a3f4 100644 --- a/sys/dev/aic7xxx/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm_symbol.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm_symbol.c,v 1.1.2.1 1997/09/03 04:25:20 gibbs Exp $ + * $Id: aicasm_symbol.c,v 1.1.2.2 1997/09/27 19:46:58 gibbs Exp $ */ diff --git a/sys/dev/aic7xxx/aicasm_symbol.h b/sys/dev/aic7xxx/aicasm_symbol.h index 1742ea206c82..ef4e3aa9a838 100644 --- a/sys/dev/aic7xxx/aicasm_symbol.h +++ b/sys/dev/aic7xxx/aicasm_symbol.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm_symbol.h,v 1.1 1997/03/16 07:08:19 gibbs Exp $ + * $Id: aicasm_symbol.h,v 1.1.2.1 1997/09/27 19:46:59 gibbs Exp $ */ #include <sys/queue.h> diff --git a/sys/dev/aic7xxx/sequencer.h b/sys/dev/aic7xxx/sequencer.h index 62c94dc05a36..f98e16f5e118 100644 --- a/sys/dev/aic7xxx/sequencer.h +++ b/sys/dev/aic7xxx/sequencer.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sequencer.h,v 1.1 1997/03/16 07:08:18 gibbs Exp $ + * $Id: sequencer.h,v 1.1.2.1 1997/09/27 19:47:01 gibbs Exp $ */ struct ins_format1 { diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index c0464539799d..1845abe32c3b 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.17 1996/09/06 23:06:40 phk Exp $ */ +/* $Id: ccd.c,v 1.17.2.1 1997/01/10 04:09:13 dyson Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ diff --git a/sys/dev/pdq/pdq.c b/sys/dev/pdq/pdq.c index e183726ba52f..dbb032f53ccd 100644 --- a/sys/dev/pdq/pdq.c +++ b/sys/dev/pdq/pdq.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq.c,v 1.1.1.1 1997/01/17 23:19:48 joerg Exp $ + * $Id: pdq.c,v 1.2 1997/01/17 23:54:31 joerg Exp $ * */ diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index b6223fb90472..168a4f06d299 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq_ifsubr.c,v 1.1.1.1 1997/01/17 23:19:49 joerg Exp $ + * $Id: pdq_ifsubr.c,v 1.2 1997/01/17 23:54:32 joerg Exp $ * */ diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index 6c4d51a1dfad..e1c31c94b59e 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdqreg.h,v 1.9 1996/05/16 14:25:26 thomas Exp $ + * $Id: pdqreg.h,v 1.1.1.1 1997/01/17 23:19:49 joerg Exp $ * */ diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index 6bb30656325f..48210ecd7311 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdqvar.h,v 1.19 1996/07/31 21:38:44 thomas Exp $ + * $Id: pdqvar.h,v 1.1.1.1 1997/01/17 23:19:49 joerg Exp $ * */ diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 7eef011f004c..40e7f248ba98 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -38,7 +38,7 @@ * from: Utah Hdr: vn.c 1.13 94/04/02 * * from: @(#)vn.c 8.6 (Berkeley) 4/1/94 - * $Id: vn.c,v 1.41.2.1 1997/08/15 02:38:10 kato Exp $ + * $Id: vn.c,v 1.41.2.2 1997/10/20 19:44:39 nate Exp $ */ /* |
