summaryrefslogtreecommitdiff
path: root/sys/dev/gfb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/gfb')
-rw-r--r--sys/dev/gfb/gfb_pci.c4
-rw-r--r--sys/dev/gfb/gfb_pci.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c
index 4527f0bd2074..0373ea3b0742 100644
--- a/sys/dev/gfb/gfb_pci.c
+++ b/sys/dev/gfb/gfb_pci.c
@@ -28,12 +28,12 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/gfb/gfb_pci.c,v 1.9 2003/09/26 10:41:43 phk Exp $");
#include "opt_fb.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/gfb/gfb_pci.c,v 1.9 2003/09/26 10:41:43 phk 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..70b21490e857 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 2001/11/01 08:26:30 obrien Exp $
*/
#ifndef _PCI_GFB_H_