Drop 3rd and 4th clauses. Approved by all copyright holders:

joff and Embedtronics Oy's owners (Jukka Marin and Sami Kantoluoto).
This commit is contained in:
snj 2009-10-23 06:53:12 +00:00
parent 234fa894da
commit cff5cadd85
26 changed files with 51 additions and 213 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91_bus_space.c,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91_bus_space.c,v 1.3 2009/10/23 06:53:12 snj Exp $ */
/*
* Based on ep93xx_space.c
@ -16,12 +16,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -37,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at91_bus_space.c,v 1.2 2008/07/03 01:15:38 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: at91_bus_space.c,v 1.3 2009/10/23 06:53:12 snj Exp $");
/*
* bus_space I/O functions for ep93xx

View File

@ -1,5 +1,5 @@
/* $Id: at91aic.c,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91aic.c,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91aic.c,v 1.3 2009/10/23 06:53:12 snj Exp $ */
/* $NetBSD: at91aic.c,v 1.3 2009/10/23 06:53:12 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy.
@ -23,13 +23,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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91aicreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91aicreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -12,12 +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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91aicvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91aicvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -12,12 +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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91bus.c,v 1.6 2009/08/11 17:04:14 matt Exp $ */
/* $NetBSD: at91bus.c,v 1.7 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -12,13 +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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@ -34,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at91bus.c,v 1.6 2009/08/11 17:04:14 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: at91bus.c,v 1.7 2009/10/23 06:53:13 snj Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"

View File

@ -1,5 +1,5 @@
/* $Id: at91busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,12 +13,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91dbgureg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91dbgureg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -12,12 +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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91dbguvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91dbguvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy
@ -11,13 +11,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91emac.c,v 1.5 2009/03/18 16:00:09 cegger Exp $ */
/* $NetBSD: at91emac.c,v 1.5 2009/03/18 16:00:09 cegger Exp $ */
/* $Id: at91emac.c,v 1.6 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91emac.c,v 1.6 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -18,13 +18,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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@ -40,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at91emac.c,v 1.5 2009/03/18 16:00:09 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: at91emac.c,v 1.6 2009/10/23 06:53:13 snj Exp $");
#include <sys/types.h>
#include <sys/param.h>

View File

@ -1,5 +1,5 @@
/* $Id: at91emacreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91emacreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91emacreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91emacreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy
* All rights reserved
@ -12,13 +12,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91emacvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91emacvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91emacvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91emacvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy
* All rights reserved
@ -17,13 +17,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91intr.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91intr.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91intr.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91intr.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy.
@ -17,13 +17,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 for the NetBSD Project by
* Wasabi Systems, Inc.
* 4. The name of Wasabi Systems, Inc. may not be used to endorse
* or promote products derived from this software without specific prior
* written permission.
*
* THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91pdcreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91pdcreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy.
@ -12,12 +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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,5 +1,5 @@
/* $Id: at91pmc.c,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91pmc.c,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91pmc.c,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91pmc.c,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,13 +13,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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91pmcvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91pmcvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
* All rights reserved.
@ -11,12 +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. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91reg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy. All rights reserved.
@ -11,13 +11,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91rm9200busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91rm9200busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91rm9200busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91rm9200busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,12 +13,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,5 +1,5 @@
/* $Id: at91rm9200reg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91rm9200reg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,12 +13,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,5 +1,5 @@
/* $Id: at91sam9261busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91sam9261busvar.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91sam9261busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91sam9261busvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,12 +13,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,5 +1,5 @@
/* $Id: at91sam9261reg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91sam9261reg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -13,12 +13,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 Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,5 +1,5 @@
/* $Id: at91streg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91streg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91streg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91streg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy
@ -12,13 +12,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91tcreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $NetBSD: at91tcreg.h,v 1.2 2008/07/03 01:15:38 matt Exp $ */
/* $Id: at91tcreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91tcreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy
@ -12,13 +12,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,5 +1,5 @@
/* $Id: at91usart.c,v 1.2 2008/07/03 01:15:39 matt Exp $ */
/* $NetBSD: at91usart.c,v 1.2 2008/07/03 01:15:39 matt Exp $ */
/* $Id: at91usart.c,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/* $NetBSD: at91usart.c,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy. All rights reserved.
@ -27,13 +27,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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@ -84,7 +77,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at91usart.c,v 1.2 2008/07/03 01:15:39 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: at91usart.c,v 1.3 2009/10/23 06:53:13 snj Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91usartreg.h,v 1.2 2008/07/03 01:15:39 matt Exp $ */
/* $NetBSD: at91usartreg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy. All rights reserved.
@ -11,12 +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. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91usartvar.h,v 1.2 2008/07/03 01:15:39 matt Exp $ */
/* $NetBSD: at91usartvar.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy. All rights reserved.
@ -11,13 +11,7 @@
* 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 the NetBSD
* Foundation, Inc. and its contributors.
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91var.h,v 1.2 2008/07/03 01:15:39 matt Exp $ */
/* $NetBSD: at91var.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
* All rights reserved.
@ -11,12 +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. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Ichiro FUKUHARA.
* 4. The name of the company nor the name of the author may be used to
* endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES