diff options
Diffstat (limited to 'sys/i386/scsi')
-rw-r--r-- | sys/i386/scsi/93cx6.c | 2 | ||||
-rw-r--r-- | sys/i386/scsi/93cx6.h | 2 | ||||
-rw-r--r-- | sys/i386/scsi/advansys.c | 2 | ||||
-rw-r--r-- | sys/i386/scsi/advansys.h | 2 | ||||
-rw-r--r-- | sys/i386/scsi/aic7xxx.c | 2 | ||||
-rw-r--r-- | sys/i386/scsi/aic7xxx.h | 2 | ||||
-rw-r--r-- | sys/i386/scsi/bt.c | 2 | ||||
-rw-r--r-- | sys/i386/scsi/btreg.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/i386/scsi/93cx6.c b/sys/i386/scsi/93cx6.c index c1714e4..7086209 100644 --- a/sys/i386/scsi/93cx6.c +++ b/sys/i386/scsi/93cx6.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 93cx6.c,v 1.6 1996/10/25 06:42:49 gibbs Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/scsi/93cx6.h b/sys/i386/scsi/93cx6.h index a80829e..2ca5a35 100644 --- a/sys/i386/scsi/93cx6.h +++ b/sys/i386/scsi/93cx6.h @@ -20,7 +20,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 93cx6.h,v 1.4 1996/10/25 06:42:50 gibbs Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/scsi/advansys.c b/sys/i386/scsi/advansys.c index 3bb5914..6736b82 100644 --- a/sys/i386/scsi/advansys.c +++ b/sys/i386/scsi/advansys.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: advansys.c,v 1.1.1.1 1996/10/07 02:07:07 gibbs Exp $ + * $FreeBSD$ */ /* * Ported from: diff --git a/sys/i386/scsi/advansys.h b/sys/i386/scsi/advansys.h index 47bca6a..6b83fe9 100644 --- a/sys/i386/scsi/advansys.h +++ b/sys/i386/scsi/advansys.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _ADVANSYS_H_ diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 53c69a1..dc29173 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.87 1996/11/22 08:28:45 gibbs Exp $ + * $FreeBSD$ */ /* * TODO: diff --git a/sys/i386/scsi/aic7xxx.h b/sys/i386/scsi/aic7xxx.h index 77d306d..3510dee 100644 --- a/sys/i386/scsi/aic7xxx.h +++ b/sys/i386/scsi/aic7xxx.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.h,v 1.32 1996/11/05 07:57:29 gibbs Exp $ + * $FreeBSD$ */ #ifndef _AIC7XXX_H_ diff --git a/sys/i386/scsi/bt.c b/sys/i386/scsi/bt.c index 7e23b5d..bb7c760 100644 --- a/sys/i386/scsi/bt.c +++ b/sys/i386/scsi/bt.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt.c,v 1.9 1996/03/31 18:19:50 gibbs Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/scsi/btreg.h b/sys/i386/scsi/btreg.h index 01816ff..15a5dbb 100644 --- a/sys/i386/scsi/btreg.h +++ b/sys/i386/scsi/btreg.h @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: btreg.h,v 1.3 1996/01/30 22:56:45 mpp Exp $ + * $FreeBSD$ */ #ifndef _BTREG_H_ |