diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-09 12:52:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-09 12:52:49 +0000 |
| commit | fff7a5bef59de5ecebaec74e31e3dee17d40b2a7 (patch) | |
| tree | ebfa3220f0bbbe8d409f53c74ce7ed2c185d02f6 | |
| parent | b46f22127f7ab98b0f3cbf8f5a7bd7b8de30adbe (diff) | |
Notes
| -rw-r--r-- | sys/dev/de/dc21040reg.h | 3 | ||||
| -rw-r--r-- | sys/dev/de/if_de.c | 3 | ||||
| -rw-r--r-- | sys/dev/de/if_devar.h | 3 | ||||
| -rw-r--r-- | sys/pci/dc21040reg.h | 3 | ||||
| -rw-r--r-- | sys/pci/if_de.c | 3 | ||||
| -rw-r--r-- | sys/pci/if_devar.h | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/sys/dev/de/dc21040reg.h b/sys/dev/de/dc21040reg.h index cb49e48866e70..8959de04cc033 100644 --- a/sys/dev/de/dc21040reg.h +++ b/sys/dev/de/dc21040reg.h @@ -1,5 +1,6 @@ /* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */ -/* $Id: dc21040reg.h,v 1.3 1998/03/08 16:53:50 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 0ea5813e19bb3..d879f2905057d 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,6 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ -/* $Id: if_de.c,v 1.109 1999/08/09 12:29:29 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index 1af0fa91e7447..2880f6b828ccb 100644 --- a/sys/dev/de/if_devar.h +++ b/sys/dev/de/if_devar.h @@ -1,5 +1,6 @@ /* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */ -/* $Id: if_devar.h,v 1.15 1999/08/08 19:56:06 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index cb49e48866e70..8959de04cc033 100644 --- a/sys/pci/dc21040reg.h +++ b/sys/pci/dc21040reg.h @@ -1,5 +1,6 @@ /* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */ -/* $Id: dc21040reg.h,v 1.3 1998/03/08 16:53:50 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 0ea5813e19bb3..d879f2905057d 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,6 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ -/* $Id: if_de.c,v 1.109 1999/08/09 12:29:29 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h index 1af0fa91e7447..2880f6b828ccb 100644 --- a/sys/pci/if_devar.h +++ b/sys/pci/if_devar.h @@ -1,5 +1,6 @@ /* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */ -/* $Id: if_devar.h,v 1.15 1999/08/08 19:56:06 peter Exp $ */ + +/* $FreeBSD$ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) |
