Sun Oct 31 11:08:06 2010 UTC ()
Update copyright notice. This code was completely replaced with
Frank Wille's effort and has no substance made by me anymore.


(nisimura)
diff -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

cvs diff -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/iic_eumb.c (expand / switch to unified diff)

--- src/sys/arch/sandpoint/sandpoint/iic_eumb.c 2010/05/12 17:20:24 1.8
+++ src/sys/arch/sandpoint/sandpoint/iic_eumb.c 2010/10/31 11:08:06 1.9
@@ -1,46 +1,45 @@ @@ -1,46 +1,45 @@
1/* $NetBSD: iic_eumb.c,v 1.8 2010/05/12 17:20:24 phx Exp $ */ 1/* $NetBSD: iic_eumb.c,v 1.9 2010/10/31 11:08:06 nisimura Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 2007 The NetBSD Foundation, Inc. 4 * Copyright (c) 2010 Frank Wille.
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * This code is derived from software contributed to The NetBSD Foundation 7 * Written by Frank Wille for The NetBSD Project.
8 * by Tohru Nishimura. 
9 * 8 *
10 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
12 * are met: 11 * are met:
13 * 1. Redistributions of source code must retain the above copyright 12 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright 14 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the 15 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution. 16 * documentation and/or other materials provided with the distribution.
18 * 17 *
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE. 28 * POSSIBILITY OF SUCH DAMAGE.
30 */ 29 */
31 30
32#include <sys/cdefs.h> 31#include <sys/cdefs.h>
33__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.8 2010/05/12 17:20:24 phx Exp $"); 32__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.9 2010/10/31 11:08:06 nisimura Exp $");
34 33
35#include <sys/param.h> 34#include <sys/param.h>
36#include <sys/device.h> 35#include <sys/device.h>
37#include <sys/systm.h> 36#include <sys/systm.h>
38#include <sys/mutex.h> 37#include <sys/mutex.h>
39 38
40#include <machine/bus.h> 39#include <machine/bus.h>
41#include <machine/intr.h> 40#include <machine/intr.h>
42#include <machine/pio.h> 41#include <machine/pio.h>
43 42
44#include <dev/i2c/i2cvar.h> 43#include <dev/i2c/i2cvar.h>
45 44
46#include <sandpoint/sandpoint/eumbvar.h> 45#include <sandpoint/sandpoint/eumbvar.h>