diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/dev/si | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si.h | 2 | ||||
| -rw-r--r-- | sys/dev/si/si2_z280.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si3_t225.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si_eisa.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/sireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/si/sivar.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 967a4fcdb10a0..29db491e4b937 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si.c,v 1.139.8.1 2009/04/15 03:14:26 kensmith Exp $"); #ifndef lint static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998", diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h index c9adefb788e97..d090c0ea10875 100644 --- a/sys/dev/si/si.h +++ b/sys/dev/si/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/si.h,v 1.20.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/callout.h> diff --git a/sys/dev/si/si2_z280.c b/sys/dev/si/si2_z280.c index 44bb2e42c3d3c..ad2b9f9c12fdc 100644 --- a/sys/dev/si/si2_z280.c +++ b/sys/dev/si/si2_z280.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si2_z280.c,v 1.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si3_t225.c b/sys/dev/si/si3_t225.c index 72bb7791a7eb2..cf813291269d5 100644 --- a/sys/dev/si/si3_t225.c +++ b/sys/dev/si/si3_t225.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si3_t225.c,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si_eisa.c b/sys/dev/si/si_eisa.c index c2ee533d06112..51743fd2c0f7a 100644 --- a/sys/dev/si/si_eisa.c +++ b/sys/dev/si/si_eisa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_eisa.c,v 1.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/si_isa.c b/sys/dev/si/si_isa.c index f6d5ab6aceceb..4cca3936e4db4 100644 --- a/sys/dev/si/si_isa.c +++ b/sys/dev/si/si_isa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_isa.c,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_debug_si.h" diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c index 7aa390fca3fae..e770989e436d1 100644 --- a/sys/dev/si/si_pci.c +++ b/sys/dev/si/si_pci.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_pci.c,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/sireg.h b/sys/dev/si/sireg.h index b6c7adf14cb3c..2bd56ace4d3ac 100644 --- a/sys/dev/si/sireg.h +++ b/sys/dev/si/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sireg.h,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/dev/si/sivar.h b/sys/dev/si/sivar.h index e479f470faf43..40dbeb3761c57 100644 --- a/sys/dev/si/sivar.h +++ b/sys/dev/si/sivar.h @@ -17,7 +17,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sivar.h,v 1.4.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef _KERNEL |
