diff options
Diffstat (limited to 'sys/dev/idt')
-rw-r--r-- | sys/dev/idt/idt.c | 2 | ||||
-rw-r--r-- | sys/dev/idt/idt_harp.c | 2 | ||||
-rw-r--r-- | sys/dev/idt/idt_pci.c | 2 | ||||
-rw-r--r-- | sys/dev/idt/idtreg.h | 2 | ||||
-rw-r--r-- | sys/dev/idt/idtvar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 00a9e75c7d8e5..3d4e49570cd34 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt.c,v 1.12 2006/05/16 14:36:26 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_harp.c b/sys/dev/idt/idt_harp.c index 84e52eb7b0710..db955ee05f04c 100644 --- a/sys/dev/idt/idt_harp.c +++ b/sys/dev/idt/idt_harp.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_harp.c,v 1.8 2005/05/29 04:42:21 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 07c061df2427b..e27fb8bd237d1 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_pci.c,v 1.8 2007/02/23 12:18:43 piso Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idtreg.h b/sys/dev/idt/idtreg.h index ba433b4dbb34a..972b8bb612161 100644 --- a/sys/dev/idt/idtreg.h +++ b/sys/dev/idt/idtreg.h @@ -37,7 +37,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtreg.h,v 1.3 2007/01/09 04:26:51 imp Exp $ */ #define IDT_VERSION "IDT 1.101" diff --git a/sys/dev/idt/idtvar.h b/sys/dev/idt/idtvar.h index b98ee1af2dad9..ce054b28e1a64 100644 --- a/sys/dev/idt/idtvar.h +++ b/sys/dev/idt/idtvar.h @@ -47,7 +47,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtvar.h,v 1.3 2005/01/06 01:42:46 imp Exp $ */ /******************************************************************************* |