RCS Id police.

This commit is contained in:
thorpej 1996-05-20 00:48:43 +00:00
parent 37b3b8a758
commit a318461042
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# $NetBSD: Makefile.inc,v 1.4 1996/05/20 00:48:43 thorpej Exp $
.if target(aic7xxx.o)
PATH: $S/dev/microcode/aic7xxx

View File

@ -1,3 +1,5 @@
/* $NetBSD: aic7xxx.seq,v 1.3 1996/05/20 00:48:45 thorpej Exp $ */
/*+M***********************************************************************
*Adaptec 274x/284x/294x device driver for Linux and FreeBSD.
*
@ -39,7 +41,7 @@
*
*-M************************************************************************/
VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.2 1996/05/16 03:51:45 mycroft Exp $"
VERSION AIC7XXX_SEQ_VER "$NetBSD: aic7xxx.seq,v 1.3 1996/05/20 00:48:45 thorpej Exp $"
#if defined(__NetBSD__)
#include "../../../../dev/ic/aic7xxxreg.h"

View File

@ -1,3 +1,5 @@
.\" $NetBSD: aic7xxx_asm.1,v 1.2 1996/05/20 00:48:47 thorpej Exp $
.\"
.\" Copyright (c) 1994, 1995
.\" Justin T. Gibbs. All rights reserved.
.\"

View File

@ -1,3 +1,5 @@
/* $NetBSD: aic7xxx_asm.c,v 1.4 1996/05/20 00:48:48 thorpej Exp $ */
/*+M*************************************************************************
* Adaptec AIC7770/AIC7870 sequencer code assembler.
*
@ -43,7 +45,7 @@
* are token separators.
*
*-M*************************************************************************/
static char id[] = "$Id: aic7xxx_asm.c,v 1.3 1996/05/16 03:51:48 mycroft Exp $";
static char id[] = "$NetBSD: aic7xxx_asm.c,v 1.4 1996/05/20 00:48:48 thorpej Exp $";
#include <ctype.h>
#include <stdio.h>
#include <string.h>