From owner-p4-projects@FreeBSD.ORG Sat Feb 19 20:56:20 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0EEF816A4D1; Sat, 19 Feb 2005 20:56:20 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E2E16A4CF for ; Sat, 19 Feb 2005 20:56:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC00143D31 for ; Sat, 19 Feb 2005 20:56:18 +0000 (GMT) (envelope-from anholt@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1JKuIvb062213 for ; Sat, 19 Feb 2005 20:56:18 GMT (envelope-from anholt@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1JKuIU4062210 for perforce@freebsd.org; Sat, 19 Feb 2005 20:56:18 GMT (envelope-from anholt@freebsd.org) Date: Sat, 19 Feb 2005 20:56:18 GMT Message-Id: <200502192056.j1JKuIU4062210@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to anholt@freebsd.org using -f From: Eric Anholt To: Perforce Change Reviews Subject: PERFORCE change 71335 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 20:56:20 -0000 http://perforce.freebsd.org/chv.cgi?CH=71335 Change 71335 by anholt@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 , 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@precisioninsight.com - * + * Created: Mon Jan 4 10:05:05 1999 by faith@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 * Gareth Hughes * + * $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@FreeBSD.org - * + * Created: Mon Apr 7 14:30:16 1999 by anholt@FreeBSD.org */ +/*- * Copyright 2003 Eric Anholt * All Rights Reserved. * @@ -25,6 +25,8 @@ * * Authors: * Eric Anholt + * + * $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@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 */ -/* +/*- * 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@precisioninsight.com - * + * Created: Mon Dec 13 01:50:01 1999 by jhartmann@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 + * + * $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@precisioninsight.com - * + * Created: Tue Jan 25 01:50:01 1999 by jhartmann@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 + * + * $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@precisioninsight.com - * + * Created: Mon Dec 13 01:56:22 1999 by jhartmann@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 * Gareth Hughes * + * $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@precisioninsight.com - * + * Created: Mon Dec 13 01:50:01 1999 by jhartmann@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 + * + * $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 * Eric Anholt + * + * $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@precisioninsight.com - * + * Created: Thu Jan 27 02:53:43 2000 by jhartmann@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 + * $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@valinux.com - * + * Created: Thu Jan 11 21:20:43 2001 by gareth@valinux.com */ +/*- * Copyright 1999 Matrox Graphics Inc. * All Rights Reserved. * @@ -24,6 +24,8 @@ * * Kernel-based WARP engine management: * Gareth Hughes + * + * $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@valinux.com - * + * Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com */ +/*- * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * @@ -25,6 +25,8 @@ * * Authors: * Gareth Hughes + * + * $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@precisioninsight.com - * + * Created: Wed Apr 5 19:24:19 2000 by kevin@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 + * + * $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@precisioninsight.com - * + * Created: Wed Apr 5 19:24:19 2000 by kevin@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 * Kevin E. Martin + * + * $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@precisioninsight.com - * + * Created: Mon Dec 13 09:47:27 1999 by faith@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 * Gareth Hughes * + * $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@precisioninsight.com - * + * Created: Mon Dec 13 09:51:11 1999 by faith@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 * Gareth Hughes * Michel D�zer + * + * $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 * Eric Anholt + * + * $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@valinux.com - * + * Created: Thu Jan 27 02:53:43 2000 by gareth@valinux.com */ +/*- * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * @@ -25,6 +25,8 @@ * * Authors: * Gareth Hughes + * + * $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 * Gareth Hughes + * + * $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 * Gareth Hughes * Keith Whitwell + * + * $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@valinux.com - * + * Created: Wed Feb 14 17:10:04 2001 by gareth@valinux.com */ +/*- * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * @@ -26,6 +26,7 @@ * Authors: * Gareth Hughes * + * $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 * Gareth Hughes + * + * $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 * Michel D�zer + * + * $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 + * + * $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 * Kevin E. Martin + * + * $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@sis.com.tw - * + * Created: Mon Jan 4 10:05:05 1999 by sclin@sis.com.tw */ +/*- * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan. * All rights reserved. * @@ -26,6 +26,7 @@ * Authors: * Sung-Ching Lin * + * $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@sis.com.tw - * + * Created: Mon Jan 4 10:05:05 1999 by sclin@sis.com.tw */ +/*- * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan. * All rights reserved. * @@ -26,6 +26,7 @@ * Authors: * Sung-Ching Lin * + * $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@sis.com.tw - * + * Created: Mon Jan 4 10:05:05 1999 by sclin@sis.com.tw */ +/*- * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan. * All rights reserved. * @@ -26,6 +26,7 @@ * Authors: * Sung-Ching Lin * + * $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@precisioninsight.com - * + * Created: Thu Oct 7 10:38:32 1999 by faith@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 * Gareth Hughes * + * $FreeBSD$ */ #include "tdfx_drv.h"