[Midnightbsd-cvs] src: dev/drm: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 2 19:30:46 EST 2008


Log Message:
-----------
tag

Modified Files:
--------------
    src/sys/dev/drm:
        ati_pcigart.c (r1.2 -> r1.3)
        drm.h (r1.3 -> r1.4)
        drmP.h (r1.3 -> r1.4)
        drm_agpsupport.c (r1.3 -> r1.4)
        drm_atomic.h (r1.2 -> r1.3)
        drm_auth.c (r1.2 -> r1.3)
        drm_bufs.c (r1.2 -> r1.3)
        drm_context.c (r1.2 -> r1.3)
        drm_dma.c (r1.2 -> r1.3)
        drm_drawable.c (r1.2 -> r1.3)
        drm_drv.c (r1.3 -> r1.4)
        drm_fops.c (r1.2 -> r1.3)
        drm_ioctl.c (r1.2 -> r1.3)
        drm_irq.c (r1.2 -> r1.3)
        drm_linux_list.h (r1.2 -> r1.3)
        drm_lock.c (r1.2 -> r1.3)
        drm_memory.c (r1.2 -> r1.3)
        drm_pci.c (r1.2 -> r1.3)
        drm_pciids.h (r1.3 -> r1.4)
        drm_sarea.h (r1.2 -> r1.3)
        drm_scatter.c (r1.3 -> r1.4)
        drm_sysctl.c (r1.2 -> r1.3)
        drm_vm.c (r1.2 -> r1.3)
        i915_dma.c (r1.3 -> r1.4)
        i915_drm.h (r1.3 -> r1.4)
        i915_drv.c (r1.3 -> r1.4)
        i915_drv.h (r1.3 -> r1.4)
        i915_irq.c (r1.3 -> r1.4)
        i915_mem.c (r1.3 -> r1.4)
        mach64_dma.c (r1.2 -> r1.3)
        mach64_drm.h (r1.2 -> r1.3)
        mach64_drv.c (r1.3 -> r1.4)
        mach64_drv.h (r1.2 -> r1.3)
        mach64_irq.c (r1.2 -> r1.3)
        mach64_state.c (r1.2 -> r1.3)
        mga_dma.c (r1.2 -> r1.3)
        mga_drm.h (r1.2 -> r1.3)
        mga_drv.c (r1.3 -> r1.4)
        mga_drv.h (r1.3 -> r1.4)
        mga_irq.c (r1.2 -> r1.3)
        mga_state.c (r1.2 -> r1.3)
        mga_ucode.h (r1.2 -> r1.3)
        mga_warp.c (r1.2 -> r1.3)
        r128_cce.c (r1.2 -> r1.3)
        r128_drm.h (r1.2 -> r1.3)
        r128_drv.c (r1.3 -> r1.4)
        r128_drv.h (r1.2 -> r1.3)
        r128_irq.c (r1.2 -> r1.3)
        r128_state.c (r1.2 -> r1.3)
        r300_cmdbuf.c (r1.3 -> r1.4)
        r300_reg.h (r1.3 -> r1.4)
        radeon_cp.c (r1.3 -> r1.4)
        radeon_drm.h (r1.3 -> r1.4)
        radeon_drv.c (r1.3 -> r1.4)
        radeon_drv.h (r1.3 -> r1.4)
        radeon_irq.c (r1.2 -> r1.3)
        radeon_mem.c (r1.2 -> r1.3)
        radeon_state.c (r1.3 -> r1.4)
        savage_bci.c (r1.3 -> r1.4)
        savage_drm.h (r1.2 -> r1.3)
        savage_drv.c (r1.3 -> r1.4)
        savage_drv.h (r1.2 -> r1.3)
        savage_state.c (r1.3 -> r1.4)
        sis_drm.h (r1.2 -> r1.3)
        sis_drv.c (r1.3 -> r1.4)
        sis_drv.h (r1.2 -> r1.3)
        sis_ds.c (r1.3 -> r1.4)
        sis_ds.h (r1.3 -> r1.4)
        sis_mm.c (r1.3 -> r1.4)
        tdfx_drv.c (r1.3 -> r1.4)
        tdfx_drv.h (r1.2 -> r1.3)

-------------- next part --------------
Index: i915_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_drm.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_drm.h -L sys/dev/drm/i915_drm.h -u -r1.3 -r1.4
--- sys/dev/drm/i915_drm.h
+++ sys/dev/drm/i915_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
  * All Rights Reserved.
Index: drmP.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drmP.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drmP.h -L sys/dev/drm/drmP.h -u -r1.3 -r1.4
--- sys/dev/drm/drmP.h
+++ sys/dev/drm/drmP.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
  * Created: Mon Jan  4 10:05:05 1999 by faith at precisioninsight.com
  */
Index: mga_warp.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_warp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_warp.c -L sys/dev/drm/mga_warp.c -u -r1.2 -r1.3
--- sys/dev/drm/mga_warp.c
+++ sys/dev/drm/mga_warp.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*-
  * Created: Thu Jan 11 21:29:32 2001 by gareth at valinux.com
  */
Index: savage_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/savage_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/savage_drv.c -L sys/dev/drm/savage_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/savage_drv.c
+++ sys/dev/drm/savage_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* savage_drv.c -- Savage DRI driver
  */
 /*-
Index: sis_ds.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_ds.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/sis_ds.h -L sys/dev/drm/sis_ds.h -u -r1.3 -r1.4
--- sys/dev/drm/sis_ds.h
+++ sys/dev/drm/sis_ds.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis_ds.h -- Private header for Direct Rendering Manager -*- linux-c -*-
  * Created: Mon Jan  4 10:05:05 1999 by sclin at sis.com.tw
  */
Index: drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drm.h -L sys/dev/drm/drm.h -u -r1.3 -r1.4
--- sys/dev/drm/drm.h
+++ sys/dev/drm/drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /**
  * \file drm.h
  * Header for the Direct Rendering Manager
Index: radeon_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_drv.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/radeon_drv.h -L sys/dev/drm/radeon_drv.h -u -r1.3 -r1.4
--- sys/dev/drm/radeon_drv.h
+++ sys/dev/drm/radeon_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
  *
  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
Index: drm_fops.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_fops.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_fops.c -L sys/dev/drm/drm_fops.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_fops.c
+++ sys/dev/drm/drm_fops.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_fops.h -- File operations for DRM -*- linux-c -*-
  * Created: Mon Jan  4 08:58:31 1999 by faith at valinux.com
  */
Index: sis_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/sis_drv.c -L sys/dev/drm/sis_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/sis_drv.c
+++ sys/dev/drm/sis_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis.c -- sis driver -*- linux-c -*-
  */
 /*-
Index: mach64_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/mach64_drv.c -L sys/dev/drm/mach64_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/mach64_drv.c
+++ sys/dev/drm/mach64_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_drv.c -- ATI Rage 128 driver -*- linux-c -*-
  * Created: Mon Dec 13 09:47:27 1999 by faith at precisioninsight.com
  */
Index: drm_lock.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_lock.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_lock.c -L sys/dev/drm/drm_lock.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_lock.c
+++ sys/dev/drm/drm_lock.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* lock.c -- IOCTLs for locking -*- linux-c -*-
  * Created: Tue Feb  2 08:37:54 1999 by faith at valinux.com
  */
Index: tdfx_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/tdfx_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/tdfx_drv.c -L sys/dev/drm/tdfx_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/tdfx_drv.c
+++ sys/dev/drm/tdfx_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* tdfx_drv.c -- tdfx driver -*- linux-c -*-
  * Created: Thu Oct  7 10:38:32 1999 by faith at precisioninsight.com
  */
Index: drm_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_irq.c -L sys/dev/drm/drm_irq.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_irq.c
+++ sys/dev/drm/drm_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_irq.c -- IRQ IOCTL and function support
  * Created: Fri Oct 18 2003 by anholt at FreeBSD.org
  */
Index: mga_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_drv.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/mga_drv.h -L sys/dev/drm/mga_drv.h -u -r1.3 -r1.4
--- sys/dev/drm/mga_drv.h
+++ sys/dev/drm/mga_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_drv.h -- Private header for the Matrox G200/G400 driver -*- linux-c -*-
  * Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com
  *
Index: ati_pcigart.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/ati_pcigart.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/ati_pcigart.c -L sys/dev/drm/ati_pcigart.c -u -r1.2 -r1.3
--- sys/dev/drm/ati_pcigart.c
+++ sys/dev/drm/ati_pcigart.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* ati_pcigart.h -- ATI PCI GART support -*- linux-c -*-
  * Created: Wed Dec 13 21:52:19 2000 by gareth at valinux.com
  */
Index: mach64_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mach64_drm.h -L sys/dev/drm/mach64_drm.h -u -r1.2 -r1.3
--- sys/dev/drm/mach64_drm.h
+++ sys/dev/drm/mach64_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_drm.h -- Public header for the mach64 driver -*- linux-c -*-
  * Created: Thu Nov 30 20:04:32 2000 by gareth at valinux.com
  */
Index: radeon_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_drm.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/radeon_drm.h -L sys/dev/drm/radeon_drm.h -u -r1.3 -r1.4
--- sys/dev/drm/radeon_drm.h
+++ sys/dev/drm/radeon_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_drm.h -- Public header for the radeon driver -*- linux-c -*-
  *
  * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
Index: i915_mem.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_mem.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_mem.c -L sys/dev/drm/i915_mem.c -u -r1.3 -r1.4
--- sys/dev/drm/i915_mem.c
+++ sys/dev/drm/i915_mem.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* i915_mem.c -- Simple agp/fb memory manager for i915 -*- linux-c -*-
  */
 /*-
Index: sis_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/sis_drv.h -L sys/dev/drm/sis_drv.h -u -r1.2 -r1.3
--- sys/dev/drm/sis_drv.h
+++ sys/dev/drm/sis_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis_drv.h -- Private header for sis driver -*- linux-c -*- */
 /*-
  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
Index: drm_vm.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_vm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_vm.c -L sys/dev/drm/drm_vm.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_vm.c
+++ sys/dev/drm/drm_vm.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright 2003 Eric Anholt
  * All Rights Reserved.
Index: drm_drawable.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_drawable.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_drawable.c -L sys/dev/drm/drm_drawable.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_drawable.c
+++ sys/dev/drm/drm_drawable.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_drawable.h -- IOCTLs for drawables -*- linux-c -*-
  * Created: Tue Feb  2 08:37:54 1999 by faith at valinux.com
  */
Index: savage_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/savage_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/savage_drm.h -L sys/dev/drm/savage_drm.h -u -r1.2 -r1.3
--- sys/dev/drm/savage_drm.h
+++ sys/dev/drm/savage_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* savage_drm.h -- Public header for the savage driver
  *
  * Copyright 2004  Felix Kuehling
Index: r128_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/r128_irq.c -L sys/dev/drm/r128_irq.c -u -r1.2 -r1.3
--- sys/dev/drm/r128_irq.c
+++ sys/dev/drm/r128_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
  */
 /*-
Index: drm_auth.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_auth.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_auth.c -L sys/dev/drm/drm_auth.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_auth.c
+++ sys/dev/drm/drm_auth.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_auth.h -- IOCTLs for authentication -*- linux-c -*-
  * Created: Tue Feb  2 08:37:54 1999 by faith at valinux.com
  */
Index: tdfx_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/tdfx_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/tdfx_drv.h -L sys/dev/drm/tdfx_drv.h -u -r1.2 -r1.3
--- sys/dev/drm/tdfx_drv.h
+++ sys/dev/drm/tdfx_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* tdfx.h -- 3dfx DRM template customization -*- linux-c -*-
  * Created: Wed Feb 14 12:32:32 2001 by gareth at valinux.com
  */
Index: drm_sarea.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_sarea.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_sarea.h -L sys/dev/drm/drm_sarea.h -u -r1.2 -r1.3
--- sys/dev/drm/drm_sarea.h
+++ sys/dev/drm/drm_sarea.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /**
  * \file drm_sarea.h
  * \brief SAREA definitions
Index: radeon_state.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_state.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/radeon_state.c -L sys/dev/drm/radeon_state.c -u -r1.3 -r1.4
--- sys/dev/drm/radeon_state.c
+++ sys/dev/drm/radeon_state.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_state.c -- State support for Radeon -*- linux-c -*- */
 /*-
  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
Index: radeon_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/radeon_irq.c -L sys/dev/drm/radeon_irq.c -u -r1.2 -r1.3
--- sys/dev/drm/radeon_irq.c
+++ sys/dev/drm/radeon_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_irq.c -- IRQ handling for radeon -*- linux-c -*- */
 /*-
  * Copyright (C) The Weather Channel, Inc.  2002.  All Rights Reserved.
Index: drm_bufs.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_bufs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_bufs.c -L sys/dev/drm/drm_bufs.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_bufs.c
+++ sys/dev/drm/drm_bufs.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_bufs.h -- Generic buffer template -*- linux-c -*-
  * Created: Thu Nov 23 03:10:50 2000 by gareth at valinux.com
  */
Index: drm_agpsupport.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_agpsupport.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drm_agpsupport.c -L sys/dev/drm/drm_agpsupport.c -u -r1.3 -r1.4
--- sys/dev/drm/drm_agpsupport.c
+++ sys/dev/drm/drm_agpsupport.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_agpsupport.h -- DRM support for AGP/GART backend -*- linux-c -*-
  * Created: Mon Dec 13 09:56:45 1999 by faith at precisioninsight.com
  */
Index: drm_pci.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_pci.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_pci.c -L sys/dev/drm/drm_pci.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_pci.c
+++ sys/dev/drm/drm_pci.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /**
  * \file drm_pci.h
  * \brief PCI consistent, DMA-accessible memory functions.
Index: mga_ucode.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_ucode.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_ucode.h -L sys/dev/drm/mga_ucode.h -u -r1.2 -r1.3
--- sys/dev/drm/mga_ucode.h
+++ sys/dev/drm/mga_ucode.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_ucode.h -- Matrox G200/G400 WARP engine microcode -*- linux-c -*-
  * Created: Thu Jan 11 21:20:43 2001 by gareth at valinux.com
  *
Index: i915_dma.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_dma.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_dma.c -L sys/dev/drm/i915_dma.c -u -r1.3 -r1.4
--- sys/dev/drm/i915_dma.c
+++ sys/dev/drm/i915_dma.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* i915_dma.c -- DMA support for the I915 -*- linux-c -*-
  */
 /*-
Index: drm_atomic.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_atomic.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_atomic.h -L sys/dev/drm/drm_atomic.h -u -r1.2 -r1.3
--- sys/dev/drm/drm_atomic.h
+++ sys/dev/drm/drm_atomic.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /**
  * \file drm_atomic.h
  * Atomic operations used in the DRM which may or may not be provided by the OS.
Index: sis_mm.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_mm.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/sis_mm.c -L sys/dev/drm/sis_mm.c -u -r1.3 -r1.4
--- sys/dev/drm/sis_mm.c
+++ sys/dev/drm/sis_mm.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis_mm.c -- Private header for Direct Rendering Manager -*- linux-c -*-
  * Created: Mon Jan  4 10:05:05 1999 by sclin at sis.com.tw
  *
Index: mach64_state.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_state.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mach64_state.c -L sys/dev/drm/mach64_state.c -u -r1.2 -r1.3
--- sys/dev/drm/mach64_state.c
+++ sys/dev/drm/mach64_state.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_state.c -- State support for mach64 (Rage Pro) driver -*- linux-c -*-
  * Created: Sun Dec 03 19:20:26 2000 by gareth at valinux.com
  */
Index: radeon_cp.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_cp.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/radeon_cp.c -L sys/dev/drm/radeon_cp.c -u -r1.3 -r1.4
--- sys/dev/drm/radeon_cp.c
+++ sys/dev/drm/radeon_cp.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */
 /*-
  * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
Index: drm_memory.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_memory.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_memory.c -L sys/dev/drm/drm_memory.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_memory.c
+++ sys/dev/drm/drm_memory.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_memory.h -- Memory management wrappers for DRM -*- linux-c -*-
  * Created: Thu Feb  4 14:00:34 1999 by faith at valinux.com
  */
Index: r128_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/r128_drv.c -L sys/dev/drm/r128_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/r128_drv.c
+++ sys/dev/drm/r128_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
  * Created: Mon Dec 13 09:47:27 1999 by faith at precisioninsight.com
  */
Index: r128_cce.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_cce.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/r128_cce.c -L sys/dev/drm/r128_cce.c -u -r1.2 -r1.3
--- sys/dev/drm/r128_cce.c
+++ sys/dev/drm/r128_cce.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-
  * Created: Wed Apr  5 19:24:19 2000 by kevin at precisioninsight.com
  */
Index: drm_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drm_drv.c -L sys/dev/drm/drm_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/drm_drv.c
+++ sys/dev/drm/drm_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_drv.h -- Generic driver template -*- linux-c -*-
  * Created: Thu Nov 23 03:10:50 2000 by gareth at valinux.com
  */
Index: radeon_mem.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_mem.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/radeon_mem.c -L sys/dev/drm/radeon_mem.c -u -r1.2 -r1.3
--- sys/dev/drm/radeon_mem.c
+++ sys/dev/drm/radeon_mem.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_mem.c -- Simple GART/fb memory manager for radeon -*- linux-c -*- */
 /*-
  * Copyright (C) The Weather Channel, Inc.  2002.  All Rights Reserved.
Index: r128_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/r128_drv.h -L sys/dev/drm/r128_drv.h -u -r1.2 -r1.3
--- sys/dev/drm/r128_drv.h
+++ sys/dev/drm/r128_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_drv.h -- Private header for r128 driver -*- linux-c -*-
  * Created: Mon Dec 13 09:51:11 1999 by faith at precisioninsight.com
  */
Index: mach64_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mach64_drv.h -L sys/dev/drm/mach64_drv.h -u -r1.2 -r1.3
--- sys/dev/drm/mach64_drv.h
+++ sys/dev/drm/mach64_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_drv.h -- Private header for mach64 driver -*- linux-c -*-
  * Created: Fri Nov 24 22:07:58 2000 by gareth at valinux.com
  */
Index: i915_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_drv.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_drv.h -L sys/dev/drm/i915_drv.h -u -r1.3 -r1.4
--- sys/dev/drm/i915_drv.h
+++ sys/dev/drm/i915_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*-
  */
 /*
Index: i915_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_drv.c -L sys/dev/drm/i915_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/i915_drv.c
+++ sys/dev/drm/i915_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* i915_drv.c -- ATI Radeon driver -*- linux-c -*-
  * Created: Wed Feb 14 17:10:04 2001 by gareth at valinux.com
  */
Index: mga_dma.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_dma.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_dma.c -L sys/dev/drm/mga_dma.c -u -r1.2 -r1.3
--- sys/dev/drm/mga_dma.c
+++ sys/dev/drm/mga_dma.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_dma.c -- DMA support for mga g200/g400 -*- linux-c -*-
  * Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com
  */
Index: drm_linux_list.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_linux_list.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_linux_list.h -L sys/dev/drm/drm_linux_list.h -u -r1.2 -r1.3
--- sys/dev/drm/drm_linux_list.h
+++ sys/dev/drm/drm_linux_list.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_linux_list.h -- linux list functions for the BSDs.
  * Created: Mon Apr 7 14:30:16 1999 by anholt at FreeBSD.org
  */
Index: drm_pciids.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_pciids.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drm_pciids.h -L sys/dev/drm/drm_pciids.h -u -r1.3 -r1.4
--- sys/dev/drm/drm_pciids.h
+++ sys/dev/drm/drm_pciids.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * $FreeBSD: src/sys/dev/drm/drm_pciids.h,v 1.7 2006/09/07 23:04:47 anholt Exp $
  */
Index: mach64_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mach64_irq.c -L sys/dev/drm/mach64_irq.c -u -r1.2 -r1.3
--- sys/dev/drm/mach64_irq.c
+++ sys/dev/drm/mach64_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_irq.c -- IRQ handling for ATI Mach64 -*- linux-c -*-
  * Created: Tue Feb 25, 2003 by Leif Delgass, based on radeon_irq.c/r128_irq.c
  */
Index: drm_ioctl.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_ioctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_ioctl.c -L sys/dev/drm/drm_ioctl.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_ioctl.c
+++ sys/dev/drm/drm_ioctl.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_ioctl.h -- IOCTL processing for DRM -*- linux-c -*-
  * Created: Fri Jan  8 09:01:26 1999 by faith at valinux.com
  */
Index: sis_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/sis_drm.h -L sys/dev/drm/sis_drm.h -u -r1.2 -r1.3
--- sys/dev/drm/sis_drm.h
+++ sys/dev/drm/sis_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis_drv.h -- Private header for sis driver -*- linux-c -*- */
 /*-
  * Copyright 2005 Eric Anholt
Index: mach64_dma.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mach64_dma.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mach64_dma.c -L sys/dev/drm/mach64_dma.c -u -r1.2 -r1.3
--- sys/dev/drm/mach64_dma.c
+++ sys/dev/drm/mach64_dma.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mach64_dma.c -- DMA support for mach64 (Rage Pro) driver -*- linux-c -*- */
 /**
  * \file mach64_dma.c
Index: drm_sysctl.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_sysctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_sysctl.c -L sys/dev/drm/drm_sysctl.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_sysctl.c
+++ sys/dev/drm/drm_sysctl.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright 2003 Eric Anholt
  * All Rights Reserved.
Index: mga_state.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_state.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_state.c -L sys/dev/drm/mga_state.c -u -r1.2 -r1.3
--- sys/dev/drm/mga_state.c
+++ sys/dev/drm/mga_state.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
  * Created: Thu Jan 27 02:53:43 2000 by jhartmann at precisioninsight.com
  */
Index: radeon_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/radeon_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/radeon_drv.c -L sys/dev/drm/radeon_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/radeon_drv.c
+++ sys/dev/drm/radeon_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* radeon_drv.c -- ATI Radeon driver -*- linux-c -*-
  * Created: Wed Feb 14 17:10:04 2001 by gareth at valinux.com
  */
Index: mga_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_drm.h -L sys/dev/drm/mga_drm.h -u -r1.2 -r1.3
--- sys/dev/drm/mga_drm.h
+++ sys/dev/drm/mga_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_drm.h -- Public header for the Matrox g200/g400 driver -*- linux-c -*-
  * Created: Tue Jan 25 01:50:01 1999 by jhartmann at precisioninsight.com
  *
Index: r300_cmdbuf.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r300_cmdbuf.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/r300_cmdbuf.c -L sys/dev/drm/r300_cmdbuf.c -u -r1.3 -r1.4
--- sys/dev/drm/r300_cmdbuf.c
+++ sys/dev/drm/r300_cmdbuf.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r300_cmdbuf.c -- Command buffer emission for R300 -*- linux-c -*-
  *
  * Copyright (C) The Weather Channel, Inc.  2002.
Index: savage_state.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/savage_state.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/savage_state.c -L sys/dev/drm/savage_state.c -u -r1.3 -r1.4
--- sys/dev/drm/savage_state.c
+++ sys/dev/drm/savage_state.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* savage_state.c -- State and drawing support for Savage
  *
  * Copyright 2004  Felix Kuehling
Index: r128_state.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_state.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/r128_state.c -L sys/dev/drm/r128_state.c -u -r1.2 -r1.3
--- sys/dev/drm/r128_state.c
+++ sys/dev/drm/r128_state.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_state.c -- State support for r128 -*- linux-c -*-
  * Created: Thu Jan 27 02:53:43 2000 by gareth at valinux.com
  */
Index: r300_reg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r300_reg.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/r300_reg.h -L sys/dev/drm/r300_reg.h -u -r1.3 -r1.4
--- sys/dev/drm/r300_reg.h
+++ sys/dev/drm/r300_reg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /**************************************************************************
 
 Copyright (C) 2004-2005 Nicolai Haehnle et al.
Index: savage_bci.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/savage_bci.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/savage_bci.c -L sys/dev/drm/savage_bci.c -u -r1.3 -r1.4
--- sys/dev/drm/savage_bci.c
+++ sys/dev/drm/savage_bci.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* savage_bci.c -- BCI support for Savage
  *
  * Copyright 2004  Felix Kuehling
Index: drm_context.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_context.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_context.c -L sys/dev/drm/drm_context.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_context.c
+++ sys/dev/drm/drm_context.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_context.h -- IOCTLs for generic contexts -*- linux-c -*-
  * Created: Fri Nov 24 18:31:37 2000 by gareth at valinux.com
  */
Index: savage_drv.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/savage_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/savage_drv.h -L sys/dev/drm/savage_drv.h -u -r1.2 -r1.3
--- sys/dev/drm/savage_drv.h
+++ sys/dev/drm/savage_drv.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* savage_drv.h -- Private header for the savage driver */
 /*-
  * Copyright 2004  Felix Kuehling
Index: mga_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/mga_irq.c -L sys/dev/drm/mga_irq.c -u -r1.2 -r1.3
--- sys/dev/drm/mga_irq.c
+++ sys/dev/drm/mga_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_irq.c -- IRQ handling for radeon -*- linux-c -*-
  */
 /*-
Index: mga_drv.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/mga_drv.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/mga_drv.c -L sys/dev/drm/mga_drv.c -u -r1.3 -r1.4
--- sys/dev/drm/mga_drv.c
+++ sys/dev/drm/mga_drv.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*-
  * Created: Mon Dec 13 01:56:22 1999 by jhartmann at precisioninsight.com
  */
Index: i915_irq.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/i915_irq.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/i915_irq.c -L sys/dev/drm/i915_irq.c -u -r1.3 -r1.4
--- sys/dev/drm/i915_irq.c
+++ sys/dev/drm/i915_irq.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* i915_irq.c -- IRQ support for the I915 -*- linux-c -*-
  */
 /*-
Index: drm_dma.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_dma.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/drm_dma.c -L sys/dev/drm/drm_dma.c -u -r1.2 -r1.3
--- sys/dev/drm/drm_dma.c
+++ sys/dev/drm/drm_dma.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_dma.c -- DMA IOCTL and function support -*- linux-c -*-
  * Created: Fri Mar 19 14:30:16 1999 by faith at valinux.com
  */
Index: sis_ds.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/sis_ds.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/sis_ds.c -L sys/dev/drm/sis_ds.c -u -r1.3 -r1.4
--- sys/dev/drm/sis_ds.c
+++ sys/dev/drm/sis_ds.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* sis_ds.c -- Private header for Direct Rendering Manager -*- linux-c -*-
  * Created: Mon Jan  4 10:05:05 1999 by sclin at sis.com.tw
  *
Index: r128_drm.h
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/r128_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/drm/r128_drm.h -L sys/dev/drm/r128_drm.h -u -r1.2 -r1.3
--- sys/dev/drm/r128_drm.h
+++ sys/dev/drm/r128_drm.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* r128_drm.h -- Public header for the r128 driver -*- linux-c -*-
  * Created: Wed Apr  5 19:24:19 2000 by kevin at precisioninsight.com
  */
Index: drm_scatter.c
===================================================================
RCS file: /home/cvs/src/sys/dev/drm/drm_scatter.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/drm/drm_scatter.c -L sys/dev/drm/drm_scatter.c -u -r1.3 -r1.4
--- sys/dev/drm/drm_scatter.c
+++ sys/dev/drm/drm_scatter.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* drm_scatter.h -- IOCTLs to manage scatter/gather memory -*- linux-c -*-
  * Created: Mon Dec 18 23:20:54 2000 by gareth at valinux.com */
 /*-


More information about the Midnightbsd-cvs mailing list