diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/fb | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/boot_font.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/creator.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/creatorreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/fb.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/fbreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/gallant12x22.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/gfb.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/machfb.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/machfbreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/s3_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash_bmp.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash_pcx.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splashreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vesa.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vesa.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vga.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vgareg.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index b1cc5f08a81b..c03016933c1c 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/boot_font.c,v 1.9.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index 3abaa1ddce87..541330b499a1 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/creator.c,v 1.16.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h index c73af6fb40f6..72481ec5a665 100644 --- a/sys/dev/fb/creatorreg.h +++ b/sys/dev/fb/creatorreg.h @@ -45,7 +45,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/creatorreg.h,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_CREATORREG_H_ diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 64e48e9b05ea..51a5f27b309a 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/fb.c,v 1.35.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_fb.h" diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 3847241af4f7..a523267b9f01 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/fb/fbreg.h,v 1.22.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_FBREG_H_ diff --git a/sys/dev/fb/gallant12x22.c b/sys/dev/fb/gallant12x22.c index f6ad0a94fa69..aad793727185 100644 --- a/sys/dev/fb/gallant12x22.c +++ b/sys/dev/fb/gallant12x22.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gallant12x22.c,v 1.5.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/dev/fb/gfb.h b/sys/dev/fb/gfb.h index ee70640b8a5f..522bf38bff00 100644 --- a/sys/dev/fb/gfb.h +++ b/sys/dev/fb/gfb.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/gfb.h,v 1.5.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _FB_GFB_H_ diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index a9574f358206..6937feba06cf 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/machfb.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Driver for ATI Mach64 graphics chips. Some code is derived from the diff --git a/sys/dev/fb/machfbreg.h b/sys/dev/fb/machfbreg.h index 8990a4e3993a..081a35b0c545 100644 --- a/sys/dev/fb/machfbreg.h +++ b/sys/dev/fb/machfbreg.h @@ -26,7 +26,7 @@ * * from: NetBSD: machfbreg.h,v 1.1 2002/10/24 18:15:57 junyoung Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/machfbreg.h,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_MACHFB_H_ diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index cfddf3041f09..b42f9c9a6c12 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/s3_pci.c,v 1.11.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* Enable LFB on S3 cards that has only VESA 1.2 BIOS */ diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index ec25d1cf03a4..20fe4a450379 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/splash.c,v 1.14.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_splash.h" diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index 517a3efd73f3..1506c7a833a9 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/splash_bmp.c,v 1.21.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index 641b03609ff5..96db7f35a6a7 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/fb/splash_pcx.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d89..a8268d0bc42a 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/fb/splashreg.h,v 1.6.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_SPLASHREG_H_ diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index d12c2f9b3a56..7279713278f7 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/vesa.c,v 1.28.2.7.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vga.h" #include "opt_vesa.h" diff --git a/sys/dev/fb/vesa.h b/sys/dev/fb/vesa.h index 25b9bd50f2d1..0184aa671894 100644 --- a/sys/dev/fb/vesa.h +++ b/sys/dev/fb/vesa.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/fb/vesa.h,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_VESA_H_ diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 14f890c9eba3..acdeae2eed06 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/vga.c,v 1.38.2.4.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vga.h" #include "opt_fb.h" diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index fa9d44eaef15..a3eb6319e947 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/fb/vgareg.h,v 1.9.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_FB_VGAREG_H_ |
