diff options
Diffstat (limited to 'sys/dev/fatm')
-rw-r--r-- | sys/dev/fatm/firmware.h | 2 | ||||
-rw-r--r-- | sys/dev/fatm/if_fatm.c | 2 | ||||
-rw-r--r-- | sys/dev/fatm/if_fatm_rate.h | 2 | ||||
-rw-r--r-- | sys/dev/fatm/if_fatmreg.h | 2 | ||||
-rw-r--r-- | sys/dev/fatm/if_fatmvar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/fatm/firmware.h b/sys/dev/fatm/firmware.h index 24c7bc8e88659..baa9305773b76 100644 --- a/sys/dev/fatm/firmware.h +++ b/sys/dev/fatm/firmware.h @@ -37,7 +37,7 @@ * * phk got permission from Fore to put firmware images into our tree. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/firmware.h,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ */ static uint32_t firmware[] = { diff --git a/sys/dev/fatm/if_fatm.c b/sys/dev/fatm/if_fatm.c index cf44374153134..a85c7ed72438b 100644 --- a/sys/dev/fatm/if_fatm.c +++ b/sys/dev/fatm/if_fatm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fatm/if_fatm.c,v 1.19.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/fatm/if_fatm_rate.h b/sys/dev/fatm/if_fatm_rate.h index 5cfd38a9c28ce..d04a7f6cdd691 100644 --- a/sys/dev/fatm/if_fatm_rate.h +++ b/sys/dev/fatm/if_fatm_rate.h @@ -35,7 +35,7 @@ * for(i=period-1; i>0; i--) printf "{ 0x%08x, %u },\n", \ * (i * 65536) + (period - i), i * linerate/period; }' * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatm_rate.h,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ */ { 0x00000000, 353053 }, { 0x00fe0001, 351668 }, diff --git a/sys/dev/fatm/if_fatmreg.h b/sys/dev/fatm/if_fatmreg.h index d488dbfda5bf2..52eb65707c4b1 100644 --- a/sys/dev/fatm/if_fatmreg.h +++ b/sys/dev/fatm/if_fatmreg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmreg.h,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ * * Fore PCA200E hardware definitions. */ diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h index 697e91543bd79..4529c847b90b6 100644 --- a/sys/dev/fatm/if_fatmvar.h +++ b/sys/dev/fatm/if_fatmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmvar.h,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ * * Fore PCA200E driver definitions. */ |