diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/bce | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 | ||||
| -rw-r--r-- | sys/dev/bce/if_bcefw.h | 2 | ||||
| -rw-r--r-- | sys/dev/bce/if_bcereg.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index d5106d1c3d31..8ba6a4ea7fea 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.34.2.10.2.1 2010/02/10 00:26:20 kensmith Exp $"); /* * The following controllers are supported by this driver: diff --git a/sys/dev/bce/if_bcefw.h b/sys/dev/bce/if_bcefw.h index 7f12ac71ec5f..42ffdba92169 100644 --- a/sys/dev/bce/if_bcefw.h +++ b/sys/dev/bce/if_bcefw.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bce/if_bcefw.h,v 1.4.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $ */ /* diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index 7b70c432ea7d..147d714cffdb 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bce/if_bcereg.h,v 1.16.2.4.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _BCEREG_H_DEFINED |
