diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
| commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
| tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /sys/dev/gfb | |
| parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) | |
Diffstat (limited to 'sys/dev/gfb')
| -rw-r--r-- | sys/dev/gfb/gfb_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/gfb/gfb_pci.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 3ed318351038..f6cd17f32031 100644 --- a/sys/dev/gfb/gfb_pci.c +++ b/sys/dev/gfb/gfb_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gfb/gfb_pci.c,v 1.1.2.1 2001/11/01 08:33:15 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/gfb/gfb_pci.h b/sys/dev/gfb/gfb_pci.h index e0f517e7331a..5af7d993e4cc 100644 --- a/sys/dev/gfb/gfb_pci.h +++ b/sys/dev/gfb/gfb_pci.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gfb/gfb_pci.h,v 1.1.2.1 2001/11/01 08:33:15 obrien Exp $ */ #ifndef _PCI_GFB_H_ |
