diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
| commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
| tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/dev/eisa | |
| parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) | |
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisa_if.m | 2 | ||||
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 2 | ||||
| -rw-r--r-- | sys/dev/eisa/eisaconf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisa_if.m b/sys/dev/eisa/eisa_if.m index 72c8184cdce5..9edcbb32902c 100644 --- a/sys/dev/eisa/eisa_if.m +++ b/sys/dev/eisa/eisa_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/eisa/eisa_if.m,v 1.2.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # #include <sys/bus.h> diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 689efb6ad15c..dea096a728b2 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/eisa/eisaconf.c,v 1.74.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_eisa.h" diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 522cd5db59e1..5c45c0830161 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/eisa/eisaconf.h,v 1.24.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _DEV_EISA_EISACONF_H_ |
