nuke clause 3

This commit is contained in:
macallan 2008-05-08 02:03:22 +00:00
parent 346d21c906
commit 92b89da10e
6 changed files with 15 additions and 25 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: igsfb_ofbus.c,v 1.7 2007/10/28 18:01:55 jmmv Exp $ */
/* $NetBSD: igsfb_ofbus.c,v 1.8 2008/05/08 02:10:52 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: igsfb_ofbus.c,v 1.7 2007/10/28 18:01:55 jmmv Exp $");
__KERNEL_RCSID(0, "$NetBSD: igsfb_ofbus.c,v 1.8 2008/05/08 02:10:52 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: igsfb_ofbusvar.h,v 1.3 2007/10/17 19:57:10 garbled Exp $ */
/* $NetBSD: igsfb_ofbusvar.h,v 1.4 2008/05/08 02:10:52 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

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm1030.c,v 1.13 2008/05/04 14:45:01 xtraeme Exp $ */
/* $NetBSD: adm1030.c,v 1.14 2008/05/08 02:03:22 macallan Exp $ */
/*-
* Copyright (C) 2005 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
@ -33,7 +31,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm1030.c,v 1.13 2008/05/04 14:45:01 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm1030.c,v 1.14 2008/05/08 02:03:22 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -87,7 +85,7 @@ adm1030c_readreg(struct adm1030c_softc *sc, uint8_t reg)
{
uint8_t data = 0;
iic_acquire_bus(sc->sc_i2c,0);
iic_acquire_bus(sc->sc_i2c, 0);
iic_exec(sc->sc_i2c, I2C_OP_READ, sc->address, &reg, 1,
&data, 1, 0);
iic_release_bus(sc->sc_i2c, 0);

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm1030var.h,v 1.5 2008/05/04 14:45:01 xtraeme Exp $ */
/* $NetBSD: adm1030var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $ */
/*-
* Copyright (C) 2005 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
@ -35,7 +33,7 @@
#define ADM1030VAR_H
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm1030var.h,v 1.5 2008/05/04 14:45:01 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm1030var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $");
#include <dev/i2c/i2cvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adt7467.c,v 1.12 2008/05/04 14:45:01 xtraeme Exp $ */
/* $NetBSD: adt7467.c,v 1.13 2008/05/08 02:03:22 macallan Exp $ */
/*-
* Copyright (C) 2005 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
@ -27,7 +25,7 @@
*/
/*
* a driver fot the ADT7467 environmental controller found in the iBook G4
* a driver for the ADT7467 environmental controller found in the iBook G4
* and probably other Apple machines
*/
@ -37,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adt7467.c,v 1.12 2008/05/04 14:45:01 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: adt7467.c,v 1.13 2008/05/08 02:03:22 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -79,8 +77,10 @@ adt7467c_attach(device_t parent, device_t self, void *aux)
sc->parent = parent;
sc->address = args->ia_addr;
aprint_normal(" ADT7467 thermal monitor and fan controller, "
"addr: %02x\n", sc->address);
sc->sc_i2c = (struct i2c_controller *)args->ia_tag;
adt7467c_setup(self);
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: adt7467var.h,v 1.5 2008/05/04 14:45:01 xtraeme Exp $ */
/* $NetBSD: adt7467var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $ */
/*-
* Copyright (C) 2005 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
@ -35,7 +33,7 @@
#define ADT7456VAR_H
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adt7467var.h,v 1.5 2008/05/04 14:45:01 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: adt7467var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $");
#include <dev/i2c/i2cvar.h>