aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/dev/fb
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/boot_font.c2
-rw-r--r--sys/dev/fb/creator.c2
-rw-r--r--sys/dev/fb/creatorreg.h2
-rw-r--r--sys/dev/fb/fb.c2
-rw-r--r--sys/dev/fb/fbreg.h2
-rw-r--r--sys/dev/fb/gallant12x22.c2
-rw-r--r--sys/dev/fb/gfb.h2
-rw-r--r--sys/dev/fb/machfb.c2
-rw-r--r--sys/dev/fb/machfbreg.h2
-rw-r--r--sys/dev/fb/s3_pci.c2
-rw-r--r--sys/dev/fb/splash.c2
-rw-r--r--sys/dev/fb/splash_bmp.c2
-rw-r--r--sys/dev/fb/splash_pcx.c2
-rw-r--r--sys/dev/fb/splashreg.h2
-rw-r--r--sys/dev/fb/vga.c2
-rw-r--r--sys/dev/fb/vgareg.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c
index b1cc5f08a81b..e5d9a214f191 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.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/param.h>
diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c
index 3abaa1ddce87..31652fc93057 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.2.1 2009/10/25 01:10:29 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..dfdd2d929364 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DEV_FB_CREATORREG_H_
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index 21871f69e780..93b77283bb6b 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include "opt_fb.h"
diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h
index 0be91d3abd4b..8b2c4d20323b 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DEV_FB_FBREG_H_
diff --git a/sys/dev/fb/gallant12x22.c b/sys/dev/fb/gallant12x22.c
index f6ad0a94fa69..5cce969ceac4 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.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/param.h>
diff --git a/sys/dev/fb/gfb.h b/sys/dev/fb/gfb.h
index ee70640b8a5f..27784acf7e13 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _FB_GFB_H_
diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c
index a9574f358206..576b05c35023 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.2.1 2009/10/25 01:10:29 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..dddc2e162a43 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DEV_FB_MACHFB_H_
diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c
index 558329ba8877..c068d2f545ff 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.1.2.1 2009/10/25 01:10:29 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..f0c947e74ea2 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.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include "opt_splash.h"
diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c
index 517a3efd73f3..3035c96ba6c8 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/param.h>
diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c
index 641b03609ff5..721e3d0db7d3 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/param.h>
diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h
index 36ba9a708d89..a0872319a3bf 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DEV_FB_SPLASHREG_H_
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 425aec296ccf..f86f3073dcc8 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.1.2.1 2009/10/25 01:10:29 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 0a73fbd5e1cb..886e70fa3c2f 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DEV_FB_VGAREG_H_