diff options
Diffstat (limited to 'sys/dev/drm')
79 files changed, 81 insertions, 81 deletions
diff --git a/sys/dev/drm/ati_pcigart.c b/sys/dev/drm/ati_pcigart.c index e3fecd1071b0..2c212026014f 100644 --- a/sys/dev/drm/ati_pcigart.c +++ b/sys/dev/drm/ati_pcigart.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/ati_pcigart.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file ati_pcigart.c * Implementation of ATI's PCIGART, which provides an aperture in card virtual diff --git a/sys/dev/drm/drm-preprocess.sh b/sys/dev/drm/drm-preprocess.sh index eabcd987cff5..47e00396c75a 100644 --- a/sys/dev/drm/drm-preprocess.sh +++ b/sys/dev/drm/drm-preprocess.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $ cvs up -CPd *.[ch] @@ -14,7 +14,7 @@ rm via*.[ch] (cd /usr/src/drm/bsd-core/ && make drm_pciids.h) -# Replace drm_pciids.h with one with a $FreeBSD$ +# Replace drm_pciids.h with one with a $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $ line=`grep \\\$FreeBSD drm_pciids.h.cvs` rm -f drm_pciids.h echo "/*" >> drm_pciids.h diff --git a/sys/dev/drm/drm-subprocess.pl b/sys/dev/drm/drm-subprocess.pl index 16d27b57983c..45f4156da22c 100644 --- a/sys/dev/drm/drm-subprocess.pl +++ b/sys/dev/drm/drm-subprocess.pl @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # # Props to Daniel Stone for starting this script for me. I hate perl. @@ -23,7 +23,7 @@ while (<>) { print $lastline; } } elsif ($foundopening && !$foundclosing && /\*\//) { - # print the $FreeBSD$ bits after the end of the license block + # print the $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ bits after the end of the license block $foundclosing = 1; print; print "\n"; diff --git a/sys/dev/drm/drm.h b/sys/dev/drm/drm.h index 592b5b3e8213..878cf018792b 100644 --- a/sys/dev/drm/drm.h +++ b/sys/dev/drm/drm.h @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm.h,v 1.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** * \mainpage diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index e630f861d576..daaafa6a017b 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drmP.h,v 1.37.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _DRM_P_H_ #define _DRM_P_H_ diff --git a/sys/dev/drm/drm_agpsupport.c b/sys/dev/drm/drm_agpsupport.c index 7019fe7b2e10..18f1b6318a54 100644 --- a/sys/dev/drm/drm_agpsupport.c +++ b/sys/dev/drm/drm_agpsupport.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_agpsupport.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_agpsupport.c * Support code for tying the kernel AGP support to DRM drivers and diff --git a/sys/dev/drm/drm_atomic.h b/sys/dev/drm/drm_atomic.h index e8cd81876789..f4ec664d12c6 100644 --- a/sys/dev/drm/drm_atomic.h +++ b/sys/dev/drm/drm_atomic.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_atomic.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* Many of these implementations are rather fake, but good enough. */ diff --git a/sys/dev/drm/drm_auth.c b/sys/dev/drm/drm_auth.c index 555badc86cf3..e6ef5cb0734d 100644 --- a/sys/dev/drm/drm_auth.c +++ b/sys/dev/drm/drm_auth.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_auth.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_auth.c * Implementation of the get/authmagic ioctls implementing the authentication diff --git a/sys/dev/drm/drm_bufs.c b/sys/dev/drm/drm_bufs.c index 647dee96345b..0e5d1430dd7c 100644 --- a/sys/dev/drm/drm_bufs.c +++ b/sys/dev/drm/drm_bufs.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_bufs.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_bufs.c * Implementation of the ioctls for setup of DRM mappings and DMA buffers. diff --git a/sys/dev/drm/drm_context.c b/sys/dev/drm/drm_context.c index 398008bc1872..7638cc5504ba 100644 --- a/sys/dev/drm/drm_context.c +++ b/sys/dev/drm/drm_context.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_context.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_context.c * Implementation of the context management ioctls. diff --git a/sys/dev/drm/drm_dma.c b/sys/dev/drm/drm_dma.c index f99b16b770dc..cceeb3daca57 100644 --- a/sys/dev/drm/drm_dma.c +++ b/sys/dev/drm/drm_dma.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_dma.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_dma.c * Support code for DMA buffer management. diff --git a/sys/dev/drm/drm_drawable.c b/sys/dev/drm/drm_drawable.c index 18f997628bc7..694995865a16 100644 --- a/sys/dev/drm/drm_drawable.c +++ b/sys/dev/drm/drm_drawable.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drawable.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_drawable.c * This file implements ioctls to store information along with DRM drawables, diff --git a/sys/dev/drm/drm_drv.c b/sys/dev/drm/drm_drv.c index 561afd5e8fb9..c396071ca248 100644 --- a/sys/dev/drm/drm_drv.c +++ b/sys/dev/drm/drm_drv.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drv.c,v 1.28.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_drv.c * The catch-all file for DRM device support, including module setup/teardown, diff --git a/sys/dev/drm/drm_fops.c b/sys/dev/drm/drm_fops.c index f766928d6515..f5e39631d00d 100644 --- a/sys/dev/drm/drm_fops.c +++ b/sys/dev/drm/drm_fops.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_fops.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_fops.c * Support code for dealing with the file privates associated with each diff --git a/sys/dev/drm/drm_internal.h b/sys/dev/drm/drm_internal.h index 0ed1b6f78ee7..1e11f3fc6013 100644 --- a/sys/dev/drm/drm_internal.h +++ b/sys/dev/drm/drm_internal.h @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_internal.h,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* This header file holds function prototypes and data types that are * internal to the drm (not exported to user space) but shared across diff --git a/sys/dev/drm/drm_ioctl.c b/sys/dev/drm/drm_ioctl.c index b23c45a57b93..980dc5042885 100644 --- a/sys/dev/drm/drm_ioctl.c +++ b/sys/dev/drm/drm_ioctl.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_ioctl.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_ioctl.c * Varios minor DRM ioctls not applicable to other files, such as versioning diff --git a/sys/dev/drm/drm_irq.c b/sys/dev/drm/drm_irq.c index 4c1f8652e44e..2be8fa767879 100644 --- a/sys/dev/drm/drm_irq.c +++ b/sys/dev/drm/drm_irq.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_irq.c,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_irq.c * Support code for handling setup/teardown of interrupt handlers and diff --git a/sys/dev/drm/drm_linux_list.h b/sys/dev/drm/drm_linux_list.h index 809d8ed7a6a3..d4cb220d7561 100644 --- a/sys/dev/drm/drm_linux_list.h +++ b/sys/dev/drm/drm_linux_list.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_linux_list.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); struct list_head { struct list_head *next, *prev; diff --git a/sys/dev/drm/drm_lock.c b/sys/dev/drm/drm_lock.c index 28573c8c4f27..ef0703d87f16 100644 --- a/sys/dev/drm/drm_lock.c +++ b/sys/dev/drm/drm_lock.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_lock.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_lock.c * Implementation of the ioctls and other support code for dealing with the diff --git a/sys/dev/drm/drm_memory.c b/sys/dev/drm/drm_memory.c index 3819bab1b741..cc1bd3fdca8a 100644 --- a/sys/dev/drm/drm_memory.c +++ b/sys/dev/drm/drm_memory.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_memory.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_memory.c * Wrappers for kernel memory allocation routines, and MTRR management support. diff --git a/sys/dev/drm/drm_pci.c b/sys/dev/drm/drm_pci.c index afd66047f216..67b4fca09c93 100644 --- a/sys/dev/drm/drm_pci.c +++ b/sys/dev/drm/drm_pci.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_pci.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** * \file drm_pci.h diff --git a/sys/dev/drm/drm_pciids.h b/sys/dev/drm/drm_pciids.h index 3b2347ed5b67..4a85f9d0db31 100644 --- a/sys/dev/drm/drm_pciids.h +++ b/sys/dev/drm/drm_pciids.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/drm/drm_pciids.h,v 1.16.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* This file is auto-generated from the drm_pciids.txt in the DRM CVS diff --git a/sys/dev/drm/drm_sarea.h b/sys/dev/drm/drm_sarea.h index bf5b46444166..131efc795bcc 100644 --- a/sys/dev/drm/drm_sarea.h +++ b/sys/dev/drm/drm_sarea.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sarea.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _DRM_SAREA_H_ #define _DRM_SAREA_H_ diff --git a/sys/dev/drm/drm_scatter.c b/sys/dev/drm/drm_scatter.c index 5f8b29b001b7..2f19df444116 100644 --- a/sys/dev/drm/drm_scatter.c +++ b/sys/dev/drm/drm_scatter.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_scatter.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_scatter.c * Allocation of memory for scatter-gather mappings by the graphics chip. diff --git a/sys/dev/drm/drm_sysctl.c b/sys/dev/drm/drm_sysctl.c index 0d59d485a99e..95164db089e2 100644 --- a/sys/dev/drm/drm_sysctl.c +++ b/sys/dev/drm/drm_sysctl.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sysctl.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_sysctl.c * Implementation of various sysctls for controlling DRM behavior and reporting diff --git a/sys/dev/drm/drm_vm.c b/sys/dev/drm/drm_vm.c index 7d5cd8d9963d..04fdecdfd4f8 100644 --- a/sys/dev/drm/drm_vm.c +++ b/sys/dev/drm/drm_vm.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_vm.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** @file drm_vm.c * Support code for mmaping of DRM maps. diff --git a/sys/dev/drm/i915_dma.c b/sys/dev/drm/i915_dma.c index 386c058b3519..e5e1b9b543a3 100644 --- a/sys/dev/drm/i915_dma.c +++ b/sys/dev/drm/i915_dma.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_dma.c,v 1.20.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drm.h b/sys/dev/drm/i915_drm.h index 18db791dafa1..7403630bbb51 100644 --- a/sys/dev/drm/i915_drm.h +++ b/sys/dev/drm/i915_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drm.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _I915_DRM_H_ #define _I915_DRM_H_ diff --git a/sys/dev/drm/i915_drv.c b/sys/dev/drm/i915_drv.c index b84e0183e2a8..dbe30a3d92ae 100644 --- a/sys/dev/drm/i915_drv.c +++ b/sys/dev/drm/i915_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h index ac754139d352..9d1145e2755b 100644 --- a/sys/dev/drm/i915_drv.h +++ b/sys/dev/drm/i915_drv.h @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.h,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _I915_DRV_H_ #define _I915_DRV_H_ diff --git a/sys/dev/drm/i915_irq.c b/sys/dev/drm/i915_irq.c index c3c6a181cb68..25e12c19e478 100644 --- a/sys/dev/drm/i915_irq.c +++ b/sys/dev/drm/i915_irq.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_irq.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_mem.c b/sys/dev/drm/i915_mem.c index 42dd5a830e59..f67bcd415d11 100644 --- a/sys/dev/drm/i915_mem.c +++ b/sys/dev/drm/i915_mem.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_mem.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_reg.h b/sys/dev/drm/i915_reg.h index 1a32c5f9be5a..e4d4980ae364 100644 --- a/sys/dev/drm/i915_reg.h +++ b/sys/dev/drm/i915_reg.h @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_reg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _I915_REG_H_ #define _I915_REG_H_ diff --git a/sys/dev/drm/i915_suspend.c b/sys/dev/drm/i915_suspend.c index 0692f5265c70..05461eca7aa6 100644 --- a/sys/dev/drm/i915_suspend.c +++ b/sys/dev/drm/i915_suspend.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_suspend.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_dma.c b/sys/dev/drm/mach64_dma.c index 6068c85b3fe4..d8cb366c1e04 100644 --- a/sys/dev/drm/mach64_dma.c +++ b/sys/dev/drm/mach64_dma.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_dma.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_drm.h b/sys/dev/drm/mach64_drm.h index 44ba5050be72..a9d8bade873b 100644 --- a/sys/dev/drm/mach64_drm.h +++ b/sys/dev/drm/mach64_drm.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drm.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __MACH64_DRM_H__ #define __MACH64_DRM_H__ diff --git a/sys/dev/drm/mach64_drv.c b/sys/dev/drm/mach64_drv.c index 6f859ec953fe..4f380cb2a6ba 100644 --- a/sys/dev/drm/mach64_drv.c +++ b/sys/dev/drm/mach64_drv.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/sys/dev/drm/mach64_drv.h b/sys/dev/drm/mach64_drv.h index 7d68c4607c00..3c85ec145bda 100644 --- a/sys/dev/drm/mach64_drv.h +++ b/sys/dev/drm/mach64_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __MACH64_DRV_H__ #define __MACH64_DRV_H__ diff --git a/sys/dev/drm/mach64_irq.c b/sys/dev/drm/mach64_irq.c index d4458d6cb87c..50e14b7ed90a 100644 --- a/sys/dev/drm/mach64_irq.c +++ b/sys/dev/drm/mach64_irq.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_irq.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_state.c b/sys/dev/drm/mach64_state.c index d59d55e7dd67..a31ea56559ff 100644 --- a/sys/dev/drm/mach64_state.c +++ b/sys/dev/drm/mach64_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_state.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_dma.c b/sys/dev/drm/mga_dma.c index e081e2c72c3c..740e69d8863d 100644 --- a/sys/dev/drm/mga_dma.c +++ b/sys/dev/drm/mga_dma.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_dma.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /** * \file mga_dma.c diff --git a/sys/dev/drm/mga_drm.h b/sys/dev/drm/mga_drm.h index 16e89909ae99..bfed65352c89 100644 --- a/sys/dev/drm/mga_drm.h +++ b/sys/dev/drm/mga_drm.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drm.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ diff --git a/sys/dev/drm/mga_drv.c b/sys/dev/drm/mga_drv.c index 6bb7e2b11ee9..cb3ab58b8f1a 100644 --- a/sys/dev/drm/mga_drv.c +++ b/sys/dev/drm/mga_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.c,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_drv.h b/sys/dev/drm/mga_drv.h index 61b6e82dff82..a0de7a780abc 100644 --- a/sys/dev/drm/mga_drv.h +++ b/sys/dev/drm/mga_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.h,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __MGA_DRV_H__ #define __MGA_DRV_H__ diff --git a/sys/dev/drm/mga_irq.c b/sys/dev/drm/mga_irq.c index 8e28987b9447..7d73624b5994 100644 --- a/sys/dev/drm/mga_irq.c +++ b/sys/dev/drm/mga_irq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_irq.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_state.c b/sys/dev/drm/mga_state.c index 4d9019751832..61e1d8fa98e2 100644 --- a/sys/dev/drm/mga_state.c +++ b/sys/dev/drm/mga_state.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_state.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_ucode.h b/sys/dev/drm/mga_ucode.h index 455e25e5eb0f..62345376f57a 100644 --- a/sys/dev/drm/mga_ucode.h +++ b/sys/dev/drm/mga_ucode.h @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_ucode.h,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * WARP pipes are named according to the functions they perform, where: diff --git a/sys/dev/drm/mga_warp.c b/sys/dev/drm/mga_warp.c index dd3e73469317..3a1ccb7d63a9 100644 --- a/sys/dev/drm/mga_warp.c +++ b/sys/dev/drm/mga_warp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_warp.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c index c799bd1d804b..ddf7978b4bda 100644 --- a/sys/dev/drm/r128_cce.c +++ b/sys/dev/drm/r128_cce.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_cce.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drm.h b/sys/dev/drm/r128_drm.h index 3afbefa4d711..33adc04f2440 100644 --- a/sys/dev/drm/r128_drm.h +++ b/sys/dev/drm/r128_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drm.h,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __R128_DRM_H__ #define __R128_DRM_H__ diff --git a/sys/dev/drm/r128_drv.c b/sys/dev/drm/r128_drv.c index 8aebb0c07982..ff3b179eea61 100644 --- a/sys/dev/drm/r128_drv.c +++ b/sys/dev/drm/r128_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.c,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drv.h b/sys/dev/drm/r128_drv.h index ee7d8f9c6844..56164ccd9d1d 100644 --- a/sys/dev/drm/r128_drv.h +++ b/sys/dev/drm/r128_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.h,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __R128_DRV_H__ #define __R128_DRV_H__ diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c index 6be6a1c15449..becfeddbdd87 100644 --- a/sys/dev/drm/r128_irq.c +++ b/sys/dev/drm/r128_irq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_irq.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_state.c b/sys/dev/drm/r128_state.c index 6aef11cdb797..8cab8b6ab5d5 100644 --- a/sys/dev/drm/r128_state.c +++ b/sys/dev/drm/r128_state.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_state.c,v 1.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_cmdbuf.c b/sys/dev/drm/r300_cmdbuf.c index 8251562230f4..ff6153ee1fb5 100644 --- a/sys/dev/drm/r300_cmdbuf.c +++ b/sys/dev/drm/r300_cmdbuf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_cmdbuf.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_reg.h b/sys/dev/drm/r300_reg.h index 928440f2c9a5..8975381ac51a 100644 --- a/sys/dev/drm/r300_reg.h +++ b/sys/dev/drm/r300_reg.h @@ -24,7 +24,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_reg.h,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* *INDENT-OFF* */ diff --git a/sys/dev/drm/r600_cp.c b/sys/dev/drm/r600_cp.c index 8c33eb6f4838..91d3c2762387 100644 --- a/sys/dev/drm/r600_cp.c +++ b/sys/dev/drm/r600_cp.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r600_cp.c,v 1.8.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r600_microcode.h b/sys/dev/drm/r600_microcode.h index a0d5ae5a4d82..5824df1616da 100644 --- a/sys/dev/drm/r600_microcode.h +++ b/sys/dev/drm/r600_microcode.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r600_microcode.h,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); static const int ME_JUMP_TABLE_START = 1764; static const int ME_JUMP_TABLE_END = 1792; diff --git a/sys/dev/drm/radeon_cp.c b/sys/dev/drm/radeon_cp.c index 3d8cf9dfeccb..7efd5b79ef1d 100644 --- a/sys/dev/drm/radeon_cp.c +++ b/sys/dev/drm/radeon_cp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_cp.c,v 1.33.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drm.h b/sys/dev/drm/radeon_drm.h index 70d3aaa6fc5b..308c5f06619b 100644 --- a/sys/dev/drm/radeon_drm.h +++ b/sys/dev/drm/radeon_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drm.h,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c index 53443bc99d93..1a10e31f4f22 100644 --- a/sys/dev/drm/radeon_drv.c +++ b/sys/dev/drm/radeon_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.c,v 1.20.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drv.h b/sys/dev/drm/radeon_drv.h index 5914b13b5dd6..3cc8d87b826a 100644 --- a/sys/dev/drm/radeon_drv.h +++ b/sys/dev/drm/radeon_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.h,v 1.23.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __RADEON_DRV_H__ #define __RADEON_DRV_H__ diff --git a/sys/dev/drm/radeon_irq.c b/sys/dev/drm/radeon_irq.c index 7f6057396798..238e81173d36 100644 --- a/sys/dev/drm/radeon_irq.c +++ b/sys/dev/drm/radeon_irq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_irq.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_mem.c b/sys/dev/drm/radeon_mem.c index b39175eec3f7..fbabc06f3be6 100644 --- a/sys/dev/drm/radeon_mem.c +++ b/sys/dev/drm/radeon_mem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_mem.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_microcode.h b/sys/dev/drm/radeon_microcode.h index e5665aa0486b..8895b66d9279 100644 --- a/sys/dev/drm/radeon_microcode.h +++ b/sys/dev/drm/radeon_microcode.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_microcode.h,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef RADEON_MICROCODE_H #define RADEON_MICROCODE_H diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c index 39dcd61315f4..4f0d27f3997f 100644 --- a/sys/dev/drm/radeon_state.c +++ b/sys/dev/drm/radeon_state.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_state.c,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_bci.c b/sys/dev/drm/savage_bci.c index 4168ddf819a7..555f03894ea3 100644 --- a/sys/dev/drm/savage_bci.c +++ b/sys/dev/drm/savage_bci.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_bci.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/savage_drm.h b/sys/dev/drm/savage_drm.h index c54d2d4cc881..28a098fec05e 100644 --- a/sys/dev/drm/savage_drm.h +++ b/sys/dev/drm/savage_drm.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drm.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __SAVAGE_DRM_H__ #define __SAVAGE_DRM_H__ diff --git a/sys/dev/drm/savage_drv.c b/sys/dev/drm/savage_drv.c index 3c5e7c89c805..c05dbd037a99 100644 --- a/sys/dev/drm/savage_drv.c +++ b/sys/dev/drm/savage_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_drv.h b/sys/dev/drm/savage_drv.h index e1e7b256eb3b..dce3797d021d 100644 --- a/sys/dev/drm/savage_drv.h +++ b/sys/dev/drm/savage_drv.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __SAVAGE_DRV_H__ #define __SAVAGE_DRV_H__ diff --git a/sys/dev/drm/savage_state.c b/sys/dev/drm/savage_state.c index b3e7fe175375..268a60b12f26 100644 --- a/sys/dev/drm/savage_state.c +++ b/sys/dev/drm/savage_state.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_state.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/sis_drm.h b/sys/dev/drm/sis_drm.h index 6b260a37386e..ffb9cefa595e 100644 --- a/sys/dev/drm/sis_drm.h +++ b/sys/dev/drm/sis_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drm.h,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __SIS_DRM_H__ #define __SIS_DRM_H__ diff --git a/sys/dev/drm/sis_drv.c b/sys/dev/drm/sis_drv.c index 8da88ba30304..cbc738188d00 100644 --- a/sys/dev/drm/sis_drv.c +++ b/sys/dev/drm/sis_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/sis_drm.h" diff --git a/sys/dev/drm/sis_drv.h b/sys/dev/drm/sis_drv.h index 18b1503cb37e..6f26eb5e7fbf 100644 --- a/sys/dev/drm/sis_drv.h +++ b/sys/dev/drm/sis_drv.h @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.h,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef _SIS_DRV_H_ #define _SIS_DRV_H_ diff --git a/sys/dev/drm/sis_ds.c b/sys/dev/drm/sis_ds.c index fc5be83de292..aa562c7e3e83 100644 --- a/sys/dev/drm/sis_ds.c +++ b/sys/dev/drm/sis_ds.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.c,v 1.5.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/sis_ds.h b/sys/dev/drm/sis_ds.h index 94c7e04a9fc1..638c6b2fd0d7 100644 --- a/sys/dev/drm/sis_ds.h +++ b/sys/dev/drm/sis_ds.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.h,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __SIS_DS_H__ #define __SIS_DS_H__ diff --git a/sys/dev/drm/sis_mm.c b/sys/dev/drm/sis_mm.c index ea04eaa71140..7f29dfabb4da 100644 --- a/sys/dev/drm/sis_mm.c +++ b/sys/dev/drm/sis_mm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_mm.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #if defined(__linux__) && defined(CONFIG_FB_SIS) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) diff --git a/sys/dev/drm/tdfx_drv.c b/sys/dev/drm/tdfx_drv.c index 75b7acaa751f..3191dae13dfa 100644 --- a/sys/dev/drm/tdfx_drv.c +++ b/sys/dev/drm/tdfx_drv.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "dev/drm/tdfx_drv.h" #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/tdfx_drv.h b/sys/dev/drm/tdfx_drv.h index d798569cb3fe..2ff54d8d796c 100644 --- a/sys/dev/drm/tdfx_drv.h +++ b/sys/dev/drm/tdfx_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.h,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __TDFX_H__ #define __TDFX_H__ |
