diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
| commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
| tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /sys/dev/fatm | |
| parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) | |
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 24c7bc8e8865..13ba1670c69c 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ static uint32_t firmware[] = { diff --git a/sys/dev/fatm/if_fatm.c b/sys/dev/fatm/if_fatm.c index 2138db25b851..19d0eb2ba6b1 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.25.2.2.2.1 2010/06/14 02:09:06 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 5cfd38a9c28c..7c988c042d0a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ { 0x00000000, 353053 }, { 0x00fe0001, 351668 }, diff --git a/sys/dev/fatm/if_fatmreg.h b/sys/dev/fatm/if_fatmreg.h index d488dbfda5bf..7d31bba108b9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * Fore PCA200E hardware definitions. */ diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h index 697e91543bd7..f2bb342f74c9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * Fore PCA200E driver definitions. */ |
