nuke clause 3

This commit is contained in:
macallan 2008-05-08 01:43:17 +00:00
parent 757fd24b0c
commit 346d21c906
4 changed files with 8 additions and 16 deletions

@ -1,4 +1,4 @@
/* $NetBSD: chipsfb.c,v 1.14 2008/04/10 19:13:36 cegger Exp $ */
/* $NetBSD: chipsfb.c,v 1.15 2008/05/08 01:43:17 macallan Exp $ */
/*
* Copyright (c) 2006 Michael Lorenz
@ -12,8 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -33,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.14 2008/04/10 19:13:36 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.15 2008/05/08 01:43:17 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>

@ -1,4 +1,4 @@
/* $NetBSD: chipsfbreg.h,v 1.2 2006/09/27 05:19:23 macallan Exp $ */
/* $NetBSD: chipsfbreg.h,v 1.3 2008/05/08 01:43:17 macallan Exp $ */
/*
* Copyright 2006 by Michael Lorenz.
@ -11,8 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -212,7 +210,7 @@
#define XR_PIXEL_PIPELINE_CTL_2 0x82
#define ENABLE_BLANK_PEDESTAL 0x01
#define ENABLE_SYNY_ON_GREEN 0x02
#define ENABLE_SYNC_ON_GREEN 0x02
#define ENABLE_VIDEO_GAMMA 0x04
#define ENABLE_GRAPHICS_GAMMA 0x08

@ -1,4 +1,4 @@
/* $NetBSD: r128fb.c,v 1.3 2008/02/27 23:59:37 macallan Exp $ */
/* $NetBSD: r128fb.c,v 1.4 2008/05/08 01:47:49 macallan Exp $ */
/*
* Copyright (c) 2007 Michael Lorenz
@ -12,8 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -33,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.3 2008/02/27 23:59:37 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.4 2008/05/08 01:47:49 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>

@ -1,4 +1,4 @@
/* $NetBSD: voodoofb.c,v 1.16 2008/05/05 11:42:45 jmcneill Exp $ */
/* $NetBSD: voodoofb.c,v 1.17 2008/05/08 01:50:46 macallan Exp $ */
/*
* Copyright (c) 2005, 2006 Michael Lorenz
@ -12,8 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -34,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.16 2008/05/05 11:42:45 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.17 2008/05/08 01:50:46 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>