diff options
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 2 | ||||
| -rw-r--r-- | sys/dev/dpt/dpt_control.c | 2 | ||||
| -rw-r--r-- | sys/dev/dpt/dpt_scsi.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index af59b815e0e0..6f41ac91cb83 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,7 +40,7 @@ */ -#ident "$Id: dpt.h,v 1.3 1998/09/20 07:19:52 gibbs Exp $" +#ident "$FreeBSD$" #ifndef _DPT_H #define _DPT_H diff --git a/sys/dev/dpt/dpt_control.c b/sys/dev/dpt/dpt_control.c index 55aa4346a350..f4bda1ae27f9 100644 --- a/sys/dev/dpt/dpt_control.c +++ b/sys/dev/dpt/dpt_control.c @@ -36,7 +36,7 @@ * future. */ -#ident "$Id: dpt_control.c,v 1.10.2.1 1999/05/11 11:04:12 jkh Exp $" +#ident "$FreeBSD$" #include "opt_dpt.h" diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index d3143df8feb1..95e9624e5115 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -43,7 +43,7 @@ * arrays that span controllers (Wow!). */ -#ident "$Id: dpt_scsi.c,v 1.22 1998/12/22 20:21:12 eivind Exp $" +#ident "$FreeBSD$" #define _DPT_C_ |
