diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /sys/dev/ed | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 2 | ||||
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/ed/if_edreg.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index e0b59b4838f0..86277fe22564 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.111 1996/12/13 21:28:19 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 76d3fe97f1d9..b4728bdd1cc8 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.5 1996/10/15 19:22:40 bde Exp $ + * $FreeBSD$ */ #include "pci.h" diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index db7db18376c3..db1a89d9f7ec 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: if_edreg.h,v 1.20 1996/01/30 22:55:38 mpp Exp $ + * $FreeBSD$ */ /* * National Semiconductor DS8390 NIC register definitions |
