diff options
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/COPYRIGHT | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/Makefile | 2 | ||||
| -rwxr-xr-x | sys/dev/vinum/makestatetext | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/request.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinum.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumconfig.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumdaemon.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumext.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumhdr.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinuminterrupt.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumio.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumio.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumioctl.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumkw.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumlock.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinummemory.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumparser.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumraid5.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumrequest.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumrevive.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumstate.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumstate.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumutil.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumvar.h | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/sys/dev/vinum/COPYRIGHT b/sys/dev/vinum/COPYRIGHT index f0295e6a6d0e..0003d519483f 100644 --- a/sys/dev/vinum/COPYRIGHT +++ b/sys/dev/vinum/COPYRIGHT @@ -33,5 +33,5 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/COPYRIGHT,v 1.3.2.1 1999/08/29 16:24:11 peter Exp $ */ diff --git a/sys/dev/vinum/Makefile b/sys/dev/vinum/Makefile index 83e94ec2e222..1de05260e16c 100644 --- a/sys/dev/vinum/Makefile +++ b/sys/dev/vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/vinum/Makefile,v 1.5.2.1 1999/08/29 16:24:12 peter Exp $ .PATH: ${.CURDIR}/../../sys/dev/ccd KMOD= vinum_mod diff --git a/sys/dev/vinum/makestatetext b/sys/dev/vinum/makestatetext index c5a7da2ba211..686d10c62209 100755 --- a/sys/dev/vinum/makestatetext +++ b/sys/dev/vinum/makestatetext @@ -1,6 +1,6 @@ #!/bin/sh # Make statetexts.h from vinumstate.h -# $FreeBSD$ +# $FreeBSD: src/sys/dev/vinum/makestatetext,v 1.4.2.3 2000/06/08 06:44:45 grog Exp $ # $Id: makestatetext,v 1.7 1999/12/29 07:24:54 grog Exp grog $ infile=vinumstate.h ofile=statetexts.h diff --git a/sys/dev/vinum/request.h b/sys/dev/vinum/request.h index 85a892b8fe49..3cc64d080774 100644 --- a/sys/dev/vinum/request.h +++ b/sys/dev/vinum/request.h @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: request.h,v 1.18 2000/05/07 04:05:33 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/request.h,v 1.6.2.6 2000/06/08 06:44:45 grog Exp $ */ /* Information needed to set up a transfer */ diff --git a/sys/dev/vinum/vinum.c b/sys/dev/vinum/vinum.c index c2d7c46df237..ac5c8984cb2d 100644 --- a/sys/dev/vinum/vinum.c +++ b/sys/dev/vinum/vinum.c @@ -36,7 +36,7 @@ * advised of the possibility of such damage. * * $Id: vinum.c,v 1.32 2000/05/10 07:54:29 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinum.c,v 1.7.2.6 2000/06/08 06:44:45 grog Exp $ */ #define STATIC static /* nothing while we're testing XXX */ diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 06850c8865c9..4ad161e573c0 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -46,7 +46,7 @@ * advised of the possibility of such damage. * * $Id: vinumconfig.c,v 1.30 2000/05/01 09:45:50 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumconfig.c,v 1.8.2.8 2000/06/08 06:44:45 grog Exp $ */ #define STATIC static diff --git a/sys/dev/vinum/vinumdaemon.c b/sys/dev/vinum/vinumdaemon.c index a4805c6efb77..179855388a9b 100644 --- a/sys/dev/vinum/vinumdaemon.c +++ b/sys/dev/vinum/vinumdaemon.c @@ -35,7 +35,7 @@ * advised of the possibility of such damage. * * $Id: vinumdaemon.c,v 1.10 2000/05/10 06:08:19 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumdaemon.c,v 1.1.2.8 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h index 96cb2922602d..a0bc7b798a89 100644 --- a/sys/dev/vinum/vinumext.h +++ b/sys/dev/vinum/vinumext.h @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinumext.h,v 1.24 2000/04/02 03:21:34 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumext.h,v 1.6.2.6 2000/06/08 06:44:46 grog Exp $ */ /* vinumext.h: external definitions */ diff --git a/sys/dev/vinum/vinumhdr.h b/sys/dev/vinum/vinumhdr.h index e63b9ff9b8d1..fbc8fc85c5da 100644 --- a/sys/dev/vinum/vinumhdr.h +++ b/sys/dev/vinum/vinumhdr.h @@ -37,7 +37,7 @@ /* Header files used by all modules */ /* * $Id: vinumhdr.h,v 1.16 1999/12/30 07:02:44 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumhdr.h,v 1.6.2.6 2000/06/08 06:44:46 grog Exp $ */ #include <sys/param.h> diff --git a/sys/dev/vinum/vinuminterrupt.c b/sys/dev/vinum/vinuminterrupt.c index d31f7f5d5842..c7cd8ee1e057 100644 --- a/sys/dev/vinum/vinuminterrupt.c +++ b/sys/dev/vinum/vinuminterrupt.c @@ -40,7 +40,7 @@ * advised of the possibility of such damage. * * $Id: vinuminterrupt.c,v 1.9 2000/02/16 01:59:02 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinuminterrupt.c,v 1.7.2.5 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumio.c b/sys/dev/vinum/vinumio.c index 64d6d2d5e1ad..a10dc4535a78 100644 --- a/sys/dev/vinum/vinumio.c +++ b/sys/dev/vinum/vinumio.c @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinumio.c,v 1.30 2000/05/10 23:23:30 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumio.c,v 1.7.2.12 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h index cca47b86d0f1..fe5c1d392805 100644 --- a/sys/dev/vinum/vinumio.h +++ b/sys/dev/vinum/vinumio.h @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinumio.h,v 1.19 2000/04/26 04:17:33 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumio.h,v 1.6.2.5 2000/06/08 06:44:46 grog Exp $ */ #define L 'F' /* ID letter of our ioctls */ diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c index 309448a37a85..3637b0836347 100644 --- a/sys/dev/vinum/vinumioctl.c +++ b/sys/dev/vinum/vinumioctl.c @@ -42,7 +42,7 @@ * advised of the possibility of such damage. * * $Id: vinumioctl.c,v 1.12 2000/02/29 02:20:31 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumioctl.c,v 1.6.2.7 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h index b312bf033dd0..f47531263719 100644 --- a/sys/dev/vinum/vinumkw.h +++ b/sys/dev/vinum/vinumkw.h @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinumkw.h,v 1.16 2000/02/19 06:52:46 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumkw.h,v 1.6.2.7 2000/06/08 06:44:46 grog Exp $ */ /* diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c index 4ed968df13ea..48a50b388e08 100644 --- a/sys/dev/vinum/vinumlock.c +++ b/sys/dev/vinum/vinumlock.c @@ -38,7 +38,7 @@ * advised of the possibility of such damage. * * $Id: vinumlock.c,v 1.13 2000/05/02 23:25:02 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumlock.c,v 1.5.2.8 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinummemory.c b/sys/dev/vinum/vinummemory.c index 147d92484521..3922980e483d 100644 --- a/sys/dev/vinum/vinummemory.c +++ b/sys/dev/vinum/vinummemory.c @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinummemory.c,v 1.25 2000/05/04 01:57:48 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinummemory.c,v 1.6.2.7 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 7de252594098..2f2c7848a50b 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -34,7 +34,7 @@ * advised of the possibility of such damage. * * $Id: vinumparser.c,v 1.20 2000/04/22 05:32:50 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumparser.c,v 1.5.2.7 2000/06/08 06:44:46 grog Exp $ */ /* diff --git a/sys/dev/vinum/vinumraid5.c b/sys/dev/vinum/vinumraid5.c index dc189ef4d75b..88b943e5f80b 100644 --- a/sys/dev/vinum/vinumraid5.c +++ b/sys/dev/vinum/vinumraid5.c @@ -39,7 +39,7 @@ * advised of the possibility of such damage. * * $Id: vinumraid5.c,v 1.20 2000/05/10 22:31:38 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumraid5.c,v 1.3.2.3 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> #include <dev/vinum/request.h> diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c index 22304d713ebe..92525a2a05c0 100644 --- a/sys/dev/vinum/vinumrequest.c +++ b/sys/dev/vinum/vinumrequest.c @@ -38,7 +38,7 @@ * advised of the possibility of such damage. * * $Id: vinumrequest.c,v 1.26 1999/12/30 07:38:33 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumrequest.c,v 1.7.2.7 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumrevive.c b/sys/dev/vinum/vinumrevive.c index bc7b9792efde..1d6051f8f477 100644 --- a/sys/dev/vinum/vinumrevive.c +++ b/sys/dev/vinum/vinumrevive.c @@ -38,7 +38,7 @@ * advised of the possibility of such damage. * * $Id: vinumrevive.c,v 1.10 2000/01/03 03:40:54 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumrevive.c,v 1.8.2.5 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumstate.c b/sys/dev/vinum/vinumstate.c index b758f04b8c9e..ea285cd970a9 100644 --- a/sys/dev/vinum/vinumstate.c +++ b/sys/dev/vinum/vinumstate.c @@ -38,7 +38,7 @@ * advised of the possibility of such damage. * * $Id: vinumstate.c,v 2.18 2000/05/10 07:30:50 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumstate.c,v 1.7.2.8 2000/06/08 06:44:46 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumstate.h b/sys/dev/vinum/vinumstate.h index a97e3bcb31ed..10874a6f966e 100644 --- a/sys/dev/vinum/vinumstate.h +++ b/sys/dev/vinum/vinumstate.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumstate.h,v 1.4.2.4 1999/08/29 16:24:25 peter Exp $ */ /* diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c index 36bdb7202c36..dcfddc9928a6 100644 --- a/sys/dev/vinum/vinumutil.c +++ b/sys/dev/vinum/vinumutil.c @@ -36,7 +36,7 @@ * advised of the possibility of such damage. * * $Id: vinumutil.c,v 1.15 2000/02/16 02:10:08 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumutil.c,v 1.5.2.6 2000/06/08 06:44:46 grog Exp $ */ /* This file contains utility routines used both in kernel and user context */ diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h index 6b5ef0d1dbc4..3bfb311a8203 100644 --- a/sys/dev/vinum/vinumvar.h +++ b/sys/dev/vinum/vinumvar.h @@ -38,7 +38,7 @@ * advised of the possibility of such damage. * * $Id: vinumvar.h,v 1.24 2000/03/01 02:34:57 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumvar.h,v 1.7.2.6 2000/06/08 06:44:47 grog Exp $ */ #include <sys/time.h> |
