summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-06 01:43:34 +0000
committerimp <imp@FreeBSD.org>2005-01-06 01:43:34 +0000
commit4b319958e7f00cc908274c4518b7a9c5ed821812 (patch)
tree58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/drm
parente4f5af10c5f59ed6d53f661ecb8af765f89bb2f2 (diff)
downloadFreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.zip
FreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.tar.gz
Start each of the license/copyright comments with /*-, minor shuffle of lines
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/ati_pcigart.h4
-rw-r--r--sys/dev/drm/drm.h2
-rw-r--r--sys/dev/drm/drmP.h4
-rw-r--r--sys/dev/drm/drm_agpsupport.h4
-rw-r--r--sys/dev/drm/drm_auth.h4
-rw-r--r--sys/dev/drm/drm_bufs.h4
-rw-r--r--sys/dev/drm/drm_context.h4
-rw-r--r--sys/dev/drm/drm_dma.h4
-rw-r--r--sys/dev/drm/drm_drawable.h4
-rw-r--r--sys/dev/drm/drm_drv.h4
-rw-r--r--sys/dev/drm/drm_fops.h4
-rw-r--r--sys/dev/drm/drm_ioctl.h4
-rw-r--r--sys/dev/drm/drm_irq.h4
-rw-r--r--sys/dev/drm/drm_linux_list.h4
-rw-r--r--sys/dev/drm/drm_lock.h4
-rw-r--r--sys/dev/drm/drm_memory.h4
-rw-r--r--sys/dev/drm/drm_memory_debug.h4
-rw-r--r--sys/dev/drm/drm_os_freebsd.h2
-rw-r--r--sys/dev/drm/drm_pci.h2
-rw-r--r--sys/dev/drm/drm_sarea.h2
-rw-r--r--sys/dev/drm/drm_scatter.h4
-rw-r--r--sys/dev/drm/drm_sysctl.h2
-rw-r--r--sys/dev/drm/drm_vm.h2
-rw-r--r--sys/dev/drm/mga.h4
-rw-r--r--sys/dev/drm/mga_dma.c4
-rw-r--r--sys/dev/drm/mga_drm.h4
-rw-r--r--sys/dev/drm/mga_drv.c4
-rw-r--r--sys/dev/drm/mga_drv.h4
-rw-r--r--sys/dev/drm/mga_irq.c4
-rw-r--r--sys/dev/drm/mga_state.c4
-rw-r--r--sys/dev/drm/mga_ucode.h4
-rw-r--r--sys/dev/drm/mga_warp.c4
-rw-r--r--sys/dev/drm/r128.h4
-rw-r--r--sys/dev/drm/r128_cce.c4
-rw-r--r--sys/dev/drm/r128_drm.h4
-rw-r--r--sys/dev/drm/r128_drv.c4
-rw-r--r--sys/dev/drm/r128_drv.h4
-rw-r--r--sys/dev/drm/r128_irq.c4
-rw-r--r--sys/dev/drm/r128_state.c4
-rw-r--r--sys/dev/drm/radeon.h4
-rw-r--r--sys/dev/drm/radeon_cp.c4
-rw-r--r--sys/dev/drm/radeon_drm.h4
-rw-r--r--sys/dev/drm/radeon_drv.c4
-rw-r--r--sys/dev/drm/radeon_drv.h4
-rw-r--r--sys/dev/drm/radeon_irq.c4
-rw-r--r--sys/dev/drm/radeon_mem.c4
-rw-r--r--sys/dev/drm/radeon_state.c2
-rw-r--r--sys/dev/drm/sis.h4
-rw-r--r--sys/dev/drm/sis_drv.c4
-rw-r--r--sys/dev/drm/sis_drv.h4
-rw-r--r--sys/dev/drm/sis_ds.c4
-rw-r--r--sys/dev/drm/sis_ds.h4
-rw-r--r--sys/dev/drm/sis_mm.c4
-rw-r--r--sys/dev/drm/tdfx.h4
-rw-r--r--sys/dev/drm/tdfx_drv.c4
55 files changed, 103 insertions, 103 deletions
diff --git a/sys/dev/drm/ati_pcigart.h b/sys/dev/drm/ati_pcigart.h
index dd1141f..0bdb336 100644
--- a/sys/dev/drm/ati_pcigart.h
+++ b/sys/dev/drm/ati_pcigart.h
@@ -1,6 +1,6 @@
/* ati_pcigart.h -- ATI PCI GART support -*- linux-c -*-
- * Created: Wed Dec 13 21:52:19 2000 by gareth@valinux.com
- *
+ * Created: Wed Dec 13 21:52:19 2000 by gareth@valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm.h b/sys/dev/drm/drm.h
index 36e86b3..1675783 100644
--- a/sys/dev/drm/drm.h
+++ b/sys/dev/drm/drm.h
@@ -8,7 +8,7 @@
* Dec 1999, Richard Henderson <rth@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.
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index e45bad4..c30ab87 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -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.
diff --git a/sys/dev/drm/drm_agpsupport.h b/sys/dev/drm/drm_agpsupport.h
index fc2f4d1..4758a88 100644
--- a/sys/dev/drm/drm_agpsupport.h
+++ b/sys/dev/drm/drm_agpsupport.h
@@ -1,6 +1,6 @@
/* drm_agpsupport.h -- DRM support for AGP/GART backend -*- linux-c -*-
- * Created: Mon Dec 13 09:56:45 1999 by faith@precisioninsight.com
- *
+ * Created: Mon Dec 13 09:56:45 1999 by faith@precisioninsight.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_auth.h b/sys/dev/drm/drm_auth.h
index 9141d57..faa3ffc 100644
--- a/sys/dev/drm/drm_auth.h
+++ b/sys/dev/drm/drm_auth.h
@@ -1,6 +1,6 @@
/* drm_auth.h -- IOCTLs for authentication -*- linux-c -*-
- * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
- *
+ * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_bufs.h b/sys/dev/drm/drm_bufs.h
index 8b40f98..841fb13 100644
--- a/sys/dev/drm/drm_bufs.h
+++ b/sys/dev/drm/drm_bufs.h
@@ -1,6 +1,6 @@
/* drm_bufs.h -- Generic buffer template -*- linux-c -*-
- * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
- *
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com */
+/*-
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_context.h b/sys/dev/drm/drm_context.h
index 9d83264..177bd59 100644
--- a/sys/dev/drm/drm_context.h
+++ b/sys/dev/drm/drm_context.h
@@ -1,6 +1,6 @@
/* drm_context.h -- IOCTLs for generic contexts -*- linux-c -*-
- * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com
- *
+ * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com */
+/*-
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_dma.h b/sys/dev/drm/drm_dma.h
index 7cf3d17..9a0f2aa 100644
--- a/sys/dev/drm/drm_dma.h
+++ b/sys/dev/drm/drm_dma.h
@@ -1,6 +1,6 @@
/* drm_dma.c -- DMA IOCTL and function support -*- linux-c -*-
- * Created: Fri Mar 19 14:30:16 1999 by faith@valinux.com
- *
+ * Created: Fri Mar 19 14:30:16 1999 by faith@valinux.com */
+/*-
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_drawable.h b/sys/dev/drm/drm_drawable.h
index 7f3938d..d7381f1 100644
--- a/sys/dev/drm/drm_drawable.h
+++ b/sys/dev/drm/drm_drawable.h
@@ -1,6 +1,6 @@
/* drm_drawable.h -- IOCTLs for drawables -*- linux-c -*-
- * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
- *
+ * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_drv.h b/sys/dev/drm/drm_drv.h
index 1227296..59bf0c8 100644
--- a/sys/dev/drm/drm_drv.h
+++ b/sys/dev/drm/drm_drv.h
@@ -1,6 +1,6 @@
/* drm_drv.h -- Generic driver template -*- linux-c -*-
- * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
- *
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com */
+/*-
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_fops.h b/sys/dev/drm/drm_fops.h
index 4c79fe1..0e4b24c 100644
--- a/sys/dev/drm/drm_fops.h
+++ b/sys/dev/drm/drm_fops.h
@@ -1,6 +1,6 @@
/* drm_fops.h -- File operations for DRM -*- linux-c -*-
- * Created: Mon Jan 4 08:58:31 1999 by faith@valinux.com
- *
+ * Created: Mon Jan 4 08:58:31 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_ioctl.h b/sys/dev/drm/drm_ioctl.h
index d348519..e04e47b 100644
--- a/sys/dev/drm/drm_ioctl.h
+++ b/sys/dev/drm/drm_ioctl.h
@@ -1,6 +1,6 @@
/* drm_ioctl.h -- IOCTL processing for DRM -*- linux-c -*-
- * Created: Fri Jan 8 09:01:26 1999 by faith@valinux.com
- *
+ * Created: Fri Jan 8 09:01:26 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_irq.h b/sys/dev/drm/drm_irq.h
index 8f7d747..89f5cda 100644
--- a/sys/dev/drm/drm_irq.h
+++ b/sys/dev/drm/drm_irq.h
@@ -1,6 +1,6 @@
/* drm_dma.c -- DMA IOCTL and function support
- * Created: Fri Oct 18 2003 by anholt@FreeBSD.org
- *
+ * Created: Fri Oct 18 2003 by anholt@FreeBSD.org */
+/*-
* Copyright 2003 Eric Anholt
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_linux_list.h b/sys/dev/drm/drm_linux_list.h
index 4fef61c..12de823 100644
--- a/sys/dev/drm/drm_linux_list.h
+++ b/sys/dev/drm/drm_linux_list.h
@@ -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.
*
diff --git a/sys/dev/drm/drm_lock.h b/sys/dev/drm/drm_lock.h
index f093707..bcdcbfe 100644
--- a/sys/dev/drm/drm_lock.h
+++ b/sys/dev/drm/drm_lock.h
@@ -1,6 +1,6 @@
/* lock.c -- IOCTLs for locking -*- linux-c -*-
- * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
- *
+ * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_memory.h b/sys/dev/drm/drm_memory.h
index 917cb1e..1bf0e8e 100644
--- a/sys/dev/drm/drm_memory.h
+++ b/sys/dev/drm/drm_memory.h
@@ -1,6 +1,6 @@
/* drm_memory.h -- Memory management wrappers for DRM -*- linux-c -*-
- * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com
- *
+ * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_memory_debug.h b/sys/dev/drm/drm_memory_debug.h
index a627fb4..1ce7ffe 100644
--- a/sys/dev/drm/drm_memory_debug.h
+++ b/sys/dev/drm/drm_memory_debug.h
@@ -1,6 +1,6 @@
/* drm_memory.h -- Memory management wrappers for DRM -*- linux-c -*-
- * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com
- *
+ * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com */
+/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
diff --git a/sys/dev/drm/drm_os_freebsd.h b/sys/dev/drm/drm_os_freebsd.h
index a9a7308..c2fafad 100644
--- a/sys/dev/drm/drm_os_freebsd.h
+++ b/sys/dev/drm/drm_os_freebsd.h
@@ -5,7 +5,7 @@
* \author Eric Anholt <anholt@FreeBSD.org>
*/
-/*
+/*-
* Copyright 2003 Eric Anholt
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_pci.h b/sys/dev/drm/drm_pci.h
index 2a0569d..12add61 100644
--- a/sys/dev/drm/drm_pci.h
+++ b/sys/dev/drm/drm_pci.h
@@ -5,7 +5,7 @@
* \author Eric Anholt <anholt@FreeBSD.org>
*/
-/*
+/*-
* Copyright 2003 Eric Anholt.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_sarea.h b/sys/dev/drm/drm_sarea.h
index 45bef82..cee3219 100644
--- a/sys/dev/drm/drm_sarea.h
+++ b/sys/dev/drm/drm_sarea.h
@@ -5,7 +5,7 @@
* \author Michel D�zer <michel@daenzer.net>
*/
-/*
+/*-
* Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_scatter.h b/sys/dev/drm/drm_scatter.h
index 4da0a1b..a67f1c6 100644
--- a/sys/dev/drm/drm_scatter.h
+++ b/sys/dev/drm/drm_scatter.h
@@ -1,6 +1,6 @@
/* drm_scatter.h -- IOCTLs to manage scatter/gather memory -*- linux-c -*-
- * Created: Mon Dec 18 23:20:54 2000 by gareth@valinux.com
- *
+ * Created: Mon Dec 18 23:20:54 2000 by gareth@valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_sysctl.h b/sys/dev/drm/drm_sysctl.h
index c7e6eef..64b3408 100644
--- a/sys/dev/drm/drm_sysctl.h
+++ b/sys/dev/drm/drm_sysctl.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 2003 Eric Anholt
* All Rights Reserved.
*
diff --git a/sys/dev/drm/drm_vm.h b/sys/dev/drm/drm_vm.h
index 2637a83..23a6de7 100644
--- a/sys/dev/drm/drm_vm.h
+++ b/sys/dev/drm/drm_vm.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 2003 Eric Anholt
* All Rights Reserved.
*
diff --git a/sys/dev/drm/mga.h b/sys/dev/drm/mga.h
index 74a98ac..6f463c3 100644
--- a/sys/dev/drm/mga.h
+++ b/sys/dev/drm/mga.h
@@ -1,6 +1,6 @@
/* mga.h -- Matrox G200/G400 DRM template customization -*- 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.
*
diff --git a/sys/dev/drm/mga_dma.c b/sys/dev/drm/mga_dma.c
index 3f75d76..57db72d 100644
--- a/sys/dev/drm/mga_dma.c
+++ b/sys/dev/drm/mga_dma.c
@@ -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.
diff --git a/sys/dev/drm/mga_drm.h b/sys/dev/drm/mga_drm.h
index 57ecc16..fb851a9 100644
--- a/sys/dev/drm/mga_drm.h
+++ b/sys/dev/drm/mga_drm.h
@@ -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.
diff --git a/sys/dev/drm/mga_drv.c b/sys/dev/drm/mga_drv.c
index cbec299..6de110a 100644
--- a/sys/dev/drm/mga_drv.c
+++ b/sys/dev/drm/mga_drv.c
@@ -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.
diff --git a/sys/dev/drm/mga_drv.h b/sys/dev/drm/mga_drv.h
index c84c9ea..b4f333a 100644
--- a/sys/dev/drm/mga_drv.h
+++ b/sys/dev/drm/mga_drv.h
@@ -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.
diff --git a/sys/dev/drm/mga_irq.c b/sys/dev/drm/mga_irq.c
index 1c9a93f..82a2705 100644
--- a/sys/dev/drm/mga_irq.c
+++ b/sys/dev/drm/mga_irq.c
@@ -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
diff --git a/sys/dev/drm/mga_state.c b/sys/dev/drm/mga_state.c
index b4a7d6f..8e72f22 100644
--- a/sys/dev/drm/mga_state.c
+++ b/sys/dev/drm/mga_state.c
@@ -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.
diff --git a/sys/dev/drm/mga_ucode.h b/sys/dev/drm/mga_ucode.h
index 3dd85e3..575166e 100644
--- a/sys/dev/drm/mga_ucode.h
+++ b/sys/dev/drm/mga_ucode.h
@@ -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.
*
diff --git a/sys/dev/drm/mga_warp.c b/sys/dev/drm/mga_warp.c
index 035d045..db292dd 100644
--- a/sys/dev/drm/mga_warp.c
+++ b/sys/dev/drm/mga_warp.c
@@ -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.
*
diff --git a/sys/dev/drm/r128.h b/sys/dev/drm/r128.h
index 3a22671..0b0fc92 100644
--- a/sys/dev/drm/r128.h
+++ b/sys/dev/drm/r128.h
@@ -1,6 +1,6 @@
/* r128.h -- ATI Rage 128 DRM template customization -*- linux-c -*-
- * Created: Wed Feb 14 16:07:10 2001 by gareth@valinux.com
- *
+ * Created: Wed Feb 14 16:07:10 2001 by gareth@valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c
index e7160bd..75a3c30 100644
--- a/sys/dev/drm/r128_cce.c
+++ b/sys/dev/drm/r128_cce.c
@@ -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.
diff --git a/sys/dev/drm/r128_drm.h b/sys/dev/drm/r128_drm.h
index 30b8b3e..32a58da 100644
--- a/sys/dev/drm/r128_drm.h
+++ b/sys/dev/drm/r128_drm.h
@@ -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.
diff --git a/sys/dev/drm/r128_drv.c b/sys/dev/drm/r128_drv.c
index b9df5ec..16035fc 100644
--- a/sys/dev/drm/r128_drv.c
+++ b/sys/dev/drm/r128_drv.c
@@ -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.
diff --git a/sys/dev/drm/r128_drv.h b/sys/dev/drm/r128_drv.h
index 0695684..8d8f877 100644
--- a/sys/dev/drm/r128_drv.h
+++ b/sys/dev/drm/r128_drv.h
@@ -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.
diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c
index 2da58d6..fa3fb43 100644
--- a/sys/dev/drm/r128_irq.c
+++ b/sys/dev/drm/r128_irq.c
@@ -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
diff --git a/sys/dev/drm/r128_state.c b/sys/dev/drm/r128_state.c
index 703d550..5286e29 100644
--- a/sys/dev/drm/r128_state.c
+++ b/sys/dev/drm/r128_state.c
@@ -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.
*
diff --git a/sys/dev/drm/radeon.h b/sys/dev/drm/radeon.h
index 517d9d2..f7f9708 100644
--- a/sys/dev/drm/radeon.h
+++ b/sys/dev/drm/radeon.h
@@ -1,6 +1,6 @@
/* radeon.h -- ATI Radeon DRM template customization -*- linux-c -*-
- * Created: Wed Feb 14 17:07:34 2001 by gareth@valinux.com
- *
+ * Created: Wed Feb 14 17:07:34 2001 by gareth@valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/radeon_cp.c b/sys/dev/drm/radeon_cp.c
index 59cd9ff..2418f80 100644
--- a/sys/dev/drm/radeon_cp.c
+++ b/sys/dev/drm/radeon_cp.c
@@ -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.
diff --git a/sys/dev/drm/radeon_drm.h b/sys/dev/drm/radeon_drm.h
index 51bbacf..b0e59aa 100644
--- a/sys/dev/drm/radeon_drm.h
+++ b/sys/dev/drm/radeon_drm.h
@@ -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.
diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c
index 37dcc2b..ca94080 100644
--- a/sys/dev/drm/radeon_drv.c
+++ b/sys/dev/drm/radeon_drv.c
@@ -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.
*
diff --git a/sys/dev/drm/radeon_drv.h b/sys/dev/drm/radeon_drv.h
index d14d342..ab694de 100644
--- a/sys/dev/drm/radeon_drv.h
+++ b/sys/dev/drm/radeon_drv.h
@@ -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.
diff --git a/sys/dev/drm/radeon_irq.c b/sys/dev/drm/radeon_irq.c
index 636653c..2d600a4 100644
--- a/sys/dev/drm/radeon_irq.c
+++ b/sys/dev/drm/radeon_irq.c
@@ -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
diff --git a/sys/dev/drm/radeon_mem.c b/sys/dev/drm/radeon_mem.c
index 3238c27..472b21f 100644
--- a/sys/dev/drm/radeon_mem.c
+++ b/sys/dev/drm/radeon_mem.c
@@ -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
diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c
index 950a8ee..e122770 100644
--- a/sys/dev/drm/radeon_state.c
+++ b/sys/dev/drm/radeon_state.c
@@ -1,5 +1,5 @@
/* radeon_state.c -- State support for Radeon -*- linux-c -*-
- *
+/*-
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/sis.h b/sys/dev/drm/sis.h
index 0349818..dde5d95 100644
--- a/sys/dev/drm/sis.h
+++ b/sys/dev/drm/sis.h
@@ -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.
diff --git a/sys/dev/drm/sis_drv.c b/sys/dev/drm/sis_drv.c
index ae6615b..5009f9d 100644
--- a/sys/dev/drm/sis_drv.c
+++ b/sys/dev/drm/sis_drv.c
@@ -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.
diff --git a/sys/dev/drm/sis_drv.h b/sys/dev/drm/sis_drv.h
index 3f80901..156e2b2 100644
--- a/sys/dev/drm/sis_drv.h
+++ b/sys/dev/drm/sis_drv.h
@@ -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.
diff --git a/sys/dev/drm/sis_ds.c b/sys/dev/drm/sis_ds.c
index 74b111e..cf837a7 100644
--- a/sys/dev/drm/sis_ds.c
+++ b/sys/dev/drm/sis_ds.c
@@ -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.
*
diff --git a/sys/dev/drm/sis_ds.h b/sys/dev/drm/sis_ds.h
index d5cdbc2..ce9535b 100644
--- a/sys/dev/drm/sis_ds.h
+++ b/sys/dev/drm/sis_ds.h
@@ -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.
*
diff --git a/sys/dev/drm/sis_mm.c b/sys/dev/drm/sis_mm.c
index 6f29974..6ff18e5 100644
--- a/sys/dev/drm/sis_mm.c
+++ b/sys/dev/drm/sis_mm.c
@@ -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.
*
diff --git a/sys/dev/drm/tdfx.h b/sys/dev/drm/tdfx.h
index cc2b720..9a8cf72 100644
--- a/sys/dev/drm/tdfx.h
+++ b/sys/dev/drm/tdfx.h
@@ -1,6 +1,6 @@
/* tdfx.h -- 3dfx DRM template customization -*- linux-c -*-
- * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com
- *
+ * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com */
+/*-
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
diff --git a/sys/dev/drm/tdfx_drv.c b/sys/dev/drm/tdfx_drv.c
index 93083fd..4985ee0 100644
--- a/sys/dev/drm/tdfx_drv.c
+++ b/sys/dev/drm/tdfx_drv.c
@@ -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.
OpenPOWER on IntegriCloud