NetBSD RCSID love

This commit is contained in:
lukem 2007-12-11 11:48:40 +00:00
parent 38398f2570
commit e3899b9e67
39 changed files with 134 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: ati_pcigart.c,v 1.3 2007/12/11 11:48:40 lukem Exp $ */
/* ati_pcigart.h -- ATI PCI GART support -*- linux-c -*-
* Created: Wed Dec 13 21:52:19 2000 by gareth@valinux.com
*/
@ -30,6 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ati_pcigart.c,v 1.3 2007/12/11 11:48:40 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/ati_pcigart.c,v 1.3 2005/11/28 23:13:52 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: i915_dma.c,v 1.3 2007/12/11 11:48:41 lukem Exp $ */
/* i915_dma.c -- DMA support for the I915 -*- linux-c -*-
*/
/*-
@ -27,6 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i915_dma.c,v 1.3 2007/12/11 11:48:41 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/i915_dma.c,v 1.4 2006/09/07 23:04:47 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: i915_drv.c,v 1.2 2007/12/11 11:48:41 lukem Exp $ */
/* i915_drv.c -- ATI Radeon driver -*- linux-c -*-
* Created: Wed Feb 14 17:10:04 2001 by gareth@valinux.com
*/
@ -30,6 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i915_drv.c,v 1.2 2007/12/11 11:48:41 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.c,v 1.5 2006/05/17 06:36:28 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: i915_irq.c,v 1.2 2007/12/11 11:48:41 lukem Exp $ */
/* i915_irq.c -- IRQ support for the I915 -*- linux-c -*-
*/
/*-
@ -27,6 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i915_irq.c,v 1.2 2007/12/11 11:48:41 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/i915_irq.c,v 1.4 2006/09/07 23:04:47 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: i915_mem.c,v 1.2 2007/12/11 11:48:41 lukem Exp $ */
/* i915_mem.c -- Simple agp/fb memory manager for i915 -*- linux-c -*-
*/
/*-
@ -27,6 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i915_mem.c,v 1.2 2007/12/11 11:48:41 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/i915_mem.c,v 1.3 2006/04/09 20:45:45 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mach64_dma.c,v 1.3 2007/12/11 11:48:41 lukem Exp $ */
/* mach64_dma.c -- DMA support for mach64 (Rage Pro) driver -*- linux-c -*- */
/**
* \file mach64_dma.c
@ -35,6 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach64_dma.c,v 1.3 2007/12/11 11:48:41 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_dma.c,v 1.2 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mach64_drv.c,v 1.3 2007/12/11 11:48:42 lukem Exp $ */
/* mach64_drv.c -- ATI Rage 128 driver -*- linux-c -*-
* Created: Mon Dec 13 09:47:27 1999 by faith@precisioninsight.com
*/
@ -31,6 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach64_drv.c,v 1.3 2007/12/11 11:48:42 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.c,v 1.3 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mach64_irq.c,v 1.3 2007/12/11 11:48:42 lukem Exp $ */
/* 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
*/
@ -36,6 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach64_irq.c,v 1.3 2007/12/11 11:48:42 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_irq.c,v 1.2 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mach64_state.c,v 1.3 2007/12/11 11:48:42 lukem Exp $ */
/* mach64_state.c -- State support for mach64 (Rage Pro) driver -*- linux-c -*-
* Created: Sun Dec 03 19:20:26 2000 by gareth@valinux.com
*/
@ -31,6 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach64_state.c,v 1.3 2007/12/11 11:48:42 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_state.c,v 1.2 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mga_dma.c,v 1.3 2007/12/11 11:48:42 lukem Exp $ */
/* mga_dma.c -- DMA support for mga g200/g400 -*- linux-c -*-
* Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
*/
@ -26,6 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mga_dma.c,v 1.3 2007/12/11 11:48:42 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mga_dma.c,v 1.13 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mga_drv.c,v 1.3 2007/12/11 11:48:42 lukem Exp $ */
/* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*-
* Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com
*/
@ -32,6 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mga_drv.c,v 1.3 2007/12/11 11:48:42 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.c,v 1.12 2006/05/17 06:36:28 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mga_irq.c,v 1.3 2007/12/11 11:48:43 lukem Exp $ */
/* mga_irq.c -- IRQ handling for radeon -*- linux-c -*-
*/
/*-
@ -32,6 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mga_irq.c,v 1.3 2007/12/11 11:48:43 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mga_irq.c,v 1.6 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mga_state.c,v 1.4 2007/12/11 11:48:43 lukem Exp $ */
/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by jhartmann@precisioninsight.com
*/
@ -34,6 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mga_state.c,v 1.4 2007/12/11 11:48:43 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mga_state.c,v 1.11 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: mga_warp.c,v 1.3 2007/12/11 11:48:43 lukem Exp $ */
/* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*-
* Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com
*/
@ -29,6 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mga_warp.c,v 1.3 2007/12/11 11:48:43 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/mga_warp.c,v 1.8 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: r128_cce.c,v 1.4 2007/12/11 11:48:43 lukem Exp $ */
/* r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-
* Created: Wed Apr 5 19:24:19 2000 by kevin@precisioninsight.com
*/
@ -30,6 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r128_cce.c,v 1.4 2007/12/11 11:48:43 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/r128_cce.c,v 1.14 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: r128_drv.c,v 1.3 2007/12/11 11:48:43 lukem Exp $ */
/* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
* Created: Mon Dec 13 09:47:27 1999 by faith@precisioninsight.com
*/
@ -32,6 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r128_drv.c,v 1.3 2007/12/11 11:48:43 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.c,v 1.11 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: r128_irq.c,v 1.3 2007/12/11 11:48:44 lukem Exp $ */
/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
*/
/*-
@ -32,6 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r128_irq.c,v 1.3 2007/12/11 11:48:44 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/r128_irq.c,v 1.6 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: r128_state.c,v 1.3 2007/12/11 11:48:44 lukem Exp $ */
/* r128_state.c -- State support for r128 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by gareth@valinux.com
*/
@ -29,6 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r128_state.c,v 1.3 2007/12/11 11:48:44 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/r128_state.c,v 1.13 2005/11/28 23:13:53 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: r300_cmdbuf.c,v 1.5 2007/12/11 11:48:44 lukem Exp $ */
/* r300_cmdbuf.c -- Command buffer emission for R300 -*- linux-c -*-
*
* Copyright (C) The Weather Channel, Inc. 2002.
@ -32,6 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r300_cmdbuf.c,v 1.5 2007/12/11 11:48:44 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/r300_cmdbuf.c,v 1.5 2006/05/17 06:36:28 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: radeon_cp.c,v 1.6 2007/12/11 11:48:44 lukem Exp $ */
/* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */
/*-
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
@ -29,6 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: radeon_cp.c,v 1.6 2007/12/11 11:48:44 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_cp.c,v 1.19 2006/09/07 23:04:47 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: radeon_drv.c,v 1.5 2007/12/11 11:48:45 lukem Exp $ */
/* radeon_drv.c -- ATI Radeon driver -*- linux-c -*-
* Created: Wed Feb 14 17:10:04 2001 by gareth@valinux.com
*/
@ -30,6 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: radeon_drv.c,v 1.5 2007/12/11 11:48:45 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.c,v 1.14 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: radeon_irq.c,v 1.3 2007/12/11 11:48:45 lukem Exp $ */
/* radeon_irq.c -- IRQ handling for radeon -*- linux-c -*- */
/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
@ -31,6 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: radeon_irq.c,v 1.3 2007/12/11 11:48:45 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_irq.c,v 1.7 2005/11/28 23:13:54 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: radeon_mem.c,v 1.3 2007/12/11 11:48:45 lukem Exp $ */
/* radeon_mem.c -- Simple GART/fb memory manager for radeon -*- linux-c -*- */
/*-
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
@ -30,6 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: radeon_mem.c,v 1.3 2007/12/11 11:48:45 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_mem.c,v 1.8 2005/11/28 23:13:54 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: radeon_state.c,v 1.5 2007/12/11 11:48:45 lukem Exp $ */
/* radeon_state.c -- State support for Radeon -*- linux-c -*- */
/*-
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
@ -28,6 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: radeon_state.c,v 1.5 2007/12/11 11:48:45 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_state.c,v 1.22 2006/09/07 23:04:47 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: savage_bci.c,v 1.3 2007/12/11 11:48:46 lukem Exp $ */
/* savage_bci.c -- BCI support for Savage
*
* Copyright 2004 Felix Kuehling
@ -24,6 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: savage_bci.c,v 1.3 2007/12/11 11:48:46 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/savage_bci.c,v 1.3 2006/04/09 20:45:45 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: savage_drv.c,v 1.3 2007/12/11 11:48:46 lukem Exp $ */
/* savage_drv.c -- Savage DRI driver
*/
/*-
@ -27,6 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: savage_drv.c,v 1.3 2007/12/11 11:48:46 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.c,v 1.3 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: savage_state.c,v 1.3 2007/12/11 11:48:46 lukem Exp $ */
/* savage_state.c -- State and drawing support for Savage
*
* Copyright 2004 Felix Kuehling
@ -24,6 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: savage_state.c,v 1.3 2007/12/11 11:48:46 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/savage_state.c,v 1.3 2006/04/09 20:45:45 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: sis_drv.c,v 1.3 2007/12/11 11:48:46 lukem Exp $ */
/* sis.c -- sis driver -*- linux-c -*-
*/
/*-
@ -27,6 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sis_drv.c,v 1.3 2007/12/11 11:48:46 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.c,v 1.7 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: sis_ds.c,v 1.3 2007/12/11 11:48:47 lukem Exp $ */
/* sis_ds.c -- Private header for Direct Rendering Manager -*- linux-c -*-
* Created: Mon Jan 4 10:05:05 1999 by sclin@sis.com.tw
*
@ -29,6 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sis_ds.c,v 1.3 2007/12/11 11:48:47 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.c,v 1.5 2006/04/09 20:45:45 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: sis_mm.c,v 1.3 2007/12/11 11:48:47 lukem Exp $ */
/* sis_mm.c -- Private header for Direct Rendering Manager -*- linux-c -*-
* Created: Mon Jan 4 10:05:05 1999 by sclin@sis.com.tw
*
@ -29,6 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sis_mm.c,v 1.3 2007/12/11 11:48:47 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/sis_mm.c,v 1.9 2006/04/09 20:45:45 anholt Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: tdfx_drv.c,v 1.3 2007/12/11 11:48:47 lukem Exp $ */
/* tdfx_drv.c -- tdfx driver -*- linux-c -*-
* Created: Thu Oct 7 10:38:32 1999 by faith@precisioninsight.com
*/
@ -33,6 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tdfx_drv.c,v 1.3 2007/12/11 11:48:47 lukem Exp $");
/*
__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.10 2005/12/20 22:44:36 jhb Exp $");
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_dma.c,v 1.2 2007/12/11 11:48:47 lukem Exp $ */
/* via_dma.c -- DMA support for the VIA Unichrome/Pro
*
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
@ -34,6 +36,9 @@
* Thomas Hellstrom.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_dma.c,v 1.2 2007/12/11 11:48:47 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/drm/drm.h>
#include <dev/pci/drm/via_drm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: via_drv.c,v 1.1 2007/03/23 14:58:56 jmcneill Exp $ */
/* $NetBSD: via_drv.c,v 1.2 2007/12/11 11:48:47 lukem Exp $ */
/* via_drv.c -- VIA unichrome driver -*- linux-c -*-
* Created: Fri Aug 12 2005 by anholt@FreeBSD.org
@ -32,6 +32,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_drv.c,v 1.2 2007/12/11 11:48:47 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/drm/drm.h>
#include <dev/pci/drm/via_drm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_ds.c,v 1.2 2007/12/11 11:48:48 lukem Exp $ */
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
@ -23,6 +25,9 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_ds.c,v 1.2 2007/12/11 11:48:48 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/pci/drm/via_ds.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_irq.c,v 1.2 2007/12/11 11:48:48 lukem Exp $ */
/* via_irq.c
*
* Copyright 2004 BEAM Ltd.
@ -35,6 +37,9 @@
* The refresh rate is also calculated for video playback sync purposes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_irq.c,v 1.2 2007/12/11 11:48:48 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/drm/drm.h>
#include <dev/pci/drm/via_drm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_map.c,v 1.2 2007/12/11 11:48:48 lukem Exp $ */
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
@ -21,6 +23,10 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_map.c,v 1.2 2007/12/11 11:48:48 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/pci/drm/via_drm.h>
#include <dev/pci/drm/via_drv.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_mm.c,v 1.2 2007/12/11 11:48:48 lukem Exp $ */
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
@ -21,6 +23,10 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_mm.c,v 1.2 2007/12/11 11:48:48 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/pci/drm/via_drm.h>
#include <dev/pci/drm/via_drv.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_verifier.c,v 1.2 2007/12/11 11:48:48 lukem Exp $ */
/*
* Copyright 2004 The Unichrome Project. All Rights Reserved.
* Copyright 2005 Thomas Hellstrom. All Rights Reserved.
@ -28,6 +30,9 @@
* be very slow.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_verifier.c,v 1.2 2007/12/11 11:48:48 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/drm/drm.h>
#include <dev/pci/drm/via_3d_reg.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: via_video.c,v 1.2 2007/12/11 11:48:49 lukem Exp $ */
/*
* Copyright 2005 Thomas Hellstrom. All Rights Reserved.
*
@ -25,6 +27,9 @@
* Video and XvMC related functions.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: via_video.c,v 1.2 2007/12/11 11:48:49 lukem Exp $");
#include <dev/drm/drmP.h>
#include <dev/pci/drm/via_drm.h>
#include <dev/pci/drm/via_drv.h>