diff options
Diffstat (limited to 'sys/dev/sbus/magma.c')
| -rw-r--r-- | sys/dev/sbus/magma.c | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/sys/dev/sbus/magma.c b/sys/dev/sbus/magma.c index abdb3b62ad5..658780708dd 100644 --- a/sys/dev/sbus/magma.c +++ b/sys/dev/sbus/magma.c @@ -1,7 +1,6 @@ -/* $OpenBSD: magma.c,v 1.15 2005/07/09 22:23:15 miod Exp $ */ -/* - * magma.c - * +/* $OpenBSD: magma.c,v 1.16 2008/11/29 01:55:06 ray Exp $ */ + +/*- * Copyright (c) 1998 Iain Hibbert * All rights reserved. * @@ -13,11 +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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Iain Hibbert - * 4. 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 @@ -29,10 +23,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * -#define MAGMA_DEBUG */ +#define MAGMA_DEBUG + /* * Driver for Magma SBus Serial/Parallel cards using the Cirrus Logic * CD1400 & CD1190 chips |
