PERFORCE change 71335 for review
Eric Anholt
anholt at FreeBSD.org
Sat Feb 19 12:56:20 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=71335
Change 71335 by anholt at anholt_leguin on 2005/02/19 20:55:26
Re-add $FreeBSD$ and /*- for licenses. Exclude i915 until the issue
with its license gets resolved.
Affected files ...
.. //depot/projects/drm-merge/sys/dev/drm/drm.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/drmP.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/drm_linux_list.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/drm_pciids.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/drm_sarea.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_dma.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_drm.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_drv.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_drv.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_irq.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_state.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_ucode.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/mga_warp.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_cce.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_drm.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_drv.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_drv.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_irq.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/r128_state.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_cp.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_drm.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_drv.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_drv.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_irq.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_mem.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/radeon_state.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_drm.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_drv.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_drv.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_ds.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_ds.h#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/sis_mm.c#3 edit
.. //depot/projects/drm-merge/sys/dev/drm/tdfx_drv.c#3 edit
Differences ...
==== //depot/projects/drm-merge/sys/dev/drm/drm.h#3 (text+ko) ====
@@ -8,7 +8,7 @@
* Dec 1999, Richard Henderson <rth at twiddle.net>, move to generic \c cmpxchg.
*/
-/*
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -31,6 +31,8 @@
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * $FreeBSD$
*/
/**
==== //depot/projects/drm-merge/sys/dev/drm/drmP.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
- * Created: Mon Jan 4 10:05:05 1999 by faith at precisioninsight.com
- *
+ * Created: Mon Jan 4 10:05:05 1999 by faith at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -28,6 +28,7 @@
* Rickard E. (Rik) Faith <faith at valinux.com>
* Gareth Hughes <gareth at valinux.com>
*
+ * $FreeBSD$
*/
#ifndef _DRM_P_H_
==== //depot/projects/drm-merge/sys/dev/drm/drm_linux_list.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* drm_linux_list.h -- linux list functions for the BSDs.
- * Created: Mon Apr 7 14:30:16 1999 by anholt at FreeBSD.org
- *
+ * Created: Mon Apr 7 14:30:16 1999 by anholt at FreeBSD.org */
+/*-
* Copyright 2003 Eric Anholt
* All Rights Reserved.
*
@@ -25,6 +25,8 @@
*
* Authors:
* Eric Anholt <anholt at FreeBSD.org>
+ *
+ * $FreeBSD$
*/
struct list_head {
==== //depot/projects/drm-merge/sys/dev/drm/drm_pciids.h#3 (text+ko) ====
@@ -1,4 +1,8 @@
/*
+ * $FreeBSD$
+ */
+
+/*
This file is auto-generated from the drm_pciids.txt in the DRM CVS
Please contact dri-devel at lists.sf.net to add new cards to this list
*/
==== //depot/projects/drm-merge/sys/dev/drm/drm_sarea.h#3 (text+ko) ====
@@ -5,7 +5,7 @@
* \author Michel D�zer <michel at daenzer.net>
*/
-/*
+/*-
* Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
*
@@ -27,6 +27,8 @@
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * $FreeBSD$
*/
#ifndef _DRM_SAREA_H_
==== //depot/projects/drm-merge/sys/dev/drm/mga_dma.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* mga_dma.c -- DMA support for mga g200/g400 -*- linux-c -*-
- * Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com
- *
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -31,6 +31,8 @@
*
* Rewritten by:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/mga_drm.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* 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
- *
+ * Created: Tue Jan 25 01:50:01 1999 by jhartmann at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -30,6 +30,8 @@
*
* Rewritten by:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#ifndef __MGA_DRM_H__
==== //depot/projects/drm-merge/sys/dev/drm/mga_drv.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*-
- * Created: Mon Dec 13 01:56:22 1999 by jhartmann at precisioninsight.com
- *
+ * Created: Mon Dec 13 01:56:22 1999 by jhartmann at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -28,6 +28,7 @@
* Rickard E. (Rik) Faith <faith at valinux.com>
* Gareth Hughes <gareth at valinux.com>
*
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/mga_drv.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* 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
- *
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -26,6 +26,8 @@
*
* Authors:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#ifndef __MGA_DRV_H__
==== //depot/projects/drm-merge/sys/dev/drm/mga_irq.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* mga_irq.c -- IRQ handling for radeon -*- linux-c -*-
- *
+/* mga_irq.c -- IRQ handling for radeon -*- linux-c -*- */
+/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -28,6 +28,8 @@
* Authors:
* Keith Whitwell <keith at tungstengraphics.com>
* Eric Anholt <anholt at FreeBSD.org>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/mga_state.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
- * Created: Thu Jan 27 02:53:43 2000 by jhartmann at precisioninsight.com
- *
+ * Created: Thu Jan 27 02:53:43 2000 by jhartmann at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -30,6 +30,9 @@
*
* Rewritten by:
* Gareth Hughes <gareth at valinux.com>
+ * $FreeBSD: src/sys/dev/drm/mga_irq.c,v 1.4 2005/01/06 01:42:36 imp Exp $
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/mga_ucode.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* mga_ucode.h -- Matrox G200/G400 WARP engine microcode -*- linux-c -*-
- * Created: Thu Jan 11 21:20:43 2001 by gareth at valinux.com
- *
+ * Created: Thu Jan 11 21:20:43 2001 by gareth at valinux.com */
+/*-
* Copyright 1999 Matrox Graphics Inc.
* All Rights Reserved.
*
@@ -24,6 +24,8 @@
*
* Kernel-based WARP engine management:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
/*
==== //depot/projects/drm-merge/sys/dev/drm/mga_warp.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*-
- * Created: Thu Jan 11 21:29:32 2001 by gareth at valinux.com
- *
+ * Created: Thu Jan 11 21:29:32 2001 by gareth at valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
@@ -25,6 +25,8 @@
*
* Authors:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/r128_cce.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-
- * Created: Wed Apr 5 19:24:19 2000 by kevin at precisioninsight.com
- *
+ * Created: Wed Apr 5 19:24:19 2000 by kevin at precisioninsight.com */
+/*-
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -26,6 +26,8 @@
*
* Authors:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/r128_drm.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* r128_drm.h -- Public header for the r128 driver -*- linux-c -*-
- * Created: Wed Apr 5 19:24:19 2000 by kevin at precisioninsight.com
- *
+ * Created: Wed Apr 5 19:24:19 2000 by kevin at precisioninsight.com */
+/*-
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -27,6 +27,8 @@
* Authors:
* Gareth Hughes <gareth at valinux.com>
* Kevin E. Martin <martin at valinux.com>
+ *
+ * $FreeBSD$
*/
#ifndef __R128_DRM_H__
==== //depot/projects/drm-merge/sys/dev/drm/r128_drv.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
- * Created: Mon Dec 13 09:47:27 1999 by faith at precisioninsight.com
- *
+ * Created: Mon Dec 13 09:47:27 1999 by faith at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -28,6 +28,7 @@
* Rickard E. (Rik) Faith <faith at valinux.com>
* Gareth Hughes <gareth at valinux.com>
*
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/r128_drv.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* r128_drv.h -- Private header for r128 driver -*- linux-c -*-
- * Created: Mon Dec 13 09:51:11 1999 by faith at precisioninsight.com
- *
+ * Created: Mon Dec 13 09:51:11 1999 by faith at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -29,6 +29,8 @@
* Kevin E. Martin <martin at valinux.com>
* Gareth Hughes <gareth at valinux.com>
* Michel D�zer <daenzerm at student.ethz.ch>
+ *
+ * $FreeBSD$
*/
#ifndef __R128_DRV_H__
==== //depot/projects/drm-merge/sys/dev/drm/r128_irq.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
- *
+/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*- */
+/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -28,6 +28,8 @@
* Authors:
* Keith Whitwell <keith at tungstengraphics.com>
* Eric Anholt <anholt at FreeBSD.org>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/r128_state.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* r128_state.c -- State support for r128 -*- linux-c -*-
- * Created: Thu Jan 27 02:53:43 2000 by gareth at valinux.com
- *
+ * Created: Thu Jan 27 02:53:43 2000 by gareth at valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
@@ -25,6 +25,8 @@
*
* Authors:
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/radeon_cp.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_cp.c -- CP support for Radeon -*- linux-c -*-
- *
+/* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */
+/*-
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All Rights Reserved.
@@ -26,6 +26,8 @@
* Authors:
* Kevin E. Martin <martin at valinux.com>
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/radeon_drm.h#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_drm.h -- Public header for the radeon driver -*- linux-c -*-
- *
+/* radeon_drm.h -- Public header for the radeon driver -*- linux-c -*- */
+/*-
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
@@ -28,6 +28,8 @@
* Kevin E. Martin <martin at valinux.com>
* Gareth Hughes <gareth at valinux.com>
* Keith Whitwell <keith at tungstengraphics.com>
+ *
+ * $FreeBSD$
*/
#ifndef __RADEON_DRM_H__
==== //depot/projects/drm-merge/sys/dev/drm/radeon_drv.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* radeon_drv.c -- ATI Radeon driver -*- linux-c -*-
- * Created: Wed Feb 14 17:10:04 2001 by gareth at valinux.com
- *
+ * Created: Wed Feb 14 17:10:04 2001 by gareth at valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
@@ -26,6 +26,7 @@
* Authors:
* Gareth Hughes <gareth at valinux.com>
*
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/radeon_drv.h#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
- *
+/* radeon_drv.h -- Private header for radeon driver -*- linux-c -*- */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All rights reserved.
@@ -26,6 +26,8 @@
* Authors:
* Kevin E. Martin <martin at valinux.com>
* Gareth Hughes <gareth at valinux.com>
+ *
+ * $FreeBSD$
*/
#ifndef __RADEON_DRV_H__
==== //depot/projects/drm-merge/sys/dev/drm/radeon_irq.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_irq.c -- IRQ handling for radeon -*- linux-c -*-
- *
+/* radeon_irq.c -- IRQ handling for radeon -*- linux-c -*- */
+/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -28,6 +28,8 @@
* Authors:
* Keith Whitwell <keith at tungstengraphics.com>
* Michel D�zer <michel at daenzer.net>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/radeon_mem.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_mem.c -- Simple GART/fb memory manager for radeon -*- linux-c -*-
- *
+/* radeon_mem.c -- Simple GART/fb memory manager for radeon -*- linux-c -*- */
+/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -27,6 +27,8 @@
*
* Authors:
* Keith Whitwell <keith at tungstengraphics.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/radeon_state.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* radeon_state.c -- State support for Radeon -*- linux-c -*-
- *
+/* radeon_state.c -- State support for Radeon -*- linux-c -*- */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All Rights Reserved.
*
@@ -25,6 +25,8 @@
* Authors:
* Gareth Hughes <gareth at valinux.com>
* Kevin E. Martin <martin at valinux.com>
+ *
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/sis_drm.h#3 (text+ko) ====
@@ -1,3 +1,6 @@
+/*
+ * $FreeBSD$
+ */
#ifndef __SIS_DRM_H__
#define __SIS_DRM_H__
==== //depot/projects/drm-merge/sys/dev/drm/sis_drv.c#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* sis.c -- sis driver -*- linux-c -*-
- *
+/* sis.c -- sis driver -*- linux-c -*- */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -23,6 +23,7 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/sis_drv.h#3 (text+ko) ====
@@ -1,5 +1,5 @@
-/* sis_drv.h -- Private header for sis driver -*- linux-c -*-
- *
+/* sis_drv.h -- Private header for sis driver -*- linux-c -*- */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
@@ -23,6 +23,7 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
+ * $FreeBSD$
*/
#ifndef _SIS_DRV_H_
==== //depot/projects/drm-merge/sys/dev/drm/sis_ds.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* 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
- *
+ * Created: Mon Jan 4 10:05:05 1999 by sclin at sis.com.tw */
+/*-
* Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
* All rights reserved.
*
@@ -26,6 +26,7 @@
* Authors:
* Sung-Ching Lin <sclin at sis.com.tw>
*
+ * $FreeBSD$
*/
#include "drmP.h"
==== //depot/projects/drm-merge/sys/dev/drm/sis_ds.h#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* 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
- *
+ * Created: Mon Jan 4 10:05:05 1999 by sclin at sis.com.tw */
+/*-
* Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
* All rights reserved.
*
@@ -26,6 +26,7 @@
* Authors:
* Sung-Ching Lin <sclin at sis.com.tw>
*
+ * $FreeBSD$
*/
#ifndef __SIS_DS_H__
==== //depot/projects/drm-merge/sys/dev/drm/sis_mm.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* 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
- *
+ * Created: Mon Jan 4 10:05:05 1999 by sclin at sis.com.tw */
+/*-
* Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
* All rights reserved.
*
@@ -26,6 +26,7 @@
* Authors:
* Sung-Ching Lin <sclin at sis.com.tw>
*
+ * $FreeBSD$
*/
#if defined(__linux__) && defined(CONFIG_FB_SIS)
==== //depot/projects/drm-merge/sys/dev/drm/tdfx_drv.c#3 (text+ko) ====
@@ -1,6 +1,6 @@
/* tdfx_drv.c -- tdfx driver -*- linux-c -*-
- * Created: Thu Oct 7 10:38:32 1999 by faith at precisioninsight.com
- *
+ * Created: Thu Oct 7 10:38:32 1999 by faith at precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
@@ -29,6 +29,7 @@
* Daryll Strauss <daryll at valinux.com>
* Gareth Hughes <gareth at valinux.com>
*
+ * $FreeBSD$
*/
#include "tdfx_drv.h"
More information about the p4-projects
mailing list