udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me. based on diff that rmind@ sent me. no functional change with this commit.
This commit is contained in:
parent
ca11663366
commit
e7c4ab004c
|
@ -1,6 +1,6 @@
|
||||||
/* $NetBSD: if_ie_vme.c,v 1.28 2010/01/22 16:12:41 martin Exp $ */
|
/* $NetBSD: if_ie_vme.c,v 1.29 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*-
|
/*
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -12,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -145,7 +140,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: if_ie_vme.c,v 1.28 2010/01/22 16:12:41 martin Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: if_ie_vme.c,v 1.29 2011/02/01 19:36:24 chuck Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xd.c,v 1.86 2009/05/12 14:47:27 cegger Exp $ */
|
/* $NetBSD: xd.c,v 1.87 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -35,7 +29,7 @@
|
||||||
*
|
*
|
||||||
* x d . c x y l o g i c s 7 5 3 / 7 0 5 3 v m e / s m d d r i v e r
|
* x d . c x y l o g i c s 7 5 3 / 7 0 5 3 v m e / s m d d r i v e r
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
* started: 27-Feb-95
|
* started: 27-Feb-95
|
||||||
* references: [1] Xylogics Model 753 User's Manual
|
* references: [1] Xylogics Model 753 User's Manual
|
||||||
* part number: 166-753-001, Revision B, May 21, 1988.
|
* part number: 166-753-001, Revision B, May 21, 1988.
|
||||||
|
@ -51,7 +45,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.86 2009/05/12 14:47:27 cegger Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.87 2011/02/01 19:36:24 chuck Exp $");
|
||||||
|
|
||||||
#undef XDC_DEBUG /* full debug */
|
#undef XDC_DEBUG /* full debug */
|
||||||
#define XDC_DIAG /* extra sanity checks */
|
#define XDC_DIAG /* extra sanity checks */
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xdreg.h,v 1.6 2006/08/27 19:18:08 christos Exp $ */
|
/* $NetBSD: xdreg.h,v 1.7 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -37,7 +31,7 @@
|
||||||
* this file contains the description of the Xylogics 753/7053's hardware
|
* this file contains the description of the Xylogics 753/7053's hardware
|
||||||
* data structures.
|
* data structures.
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define XDC_MAXDEV 4 /* max devices per controller */
|
#define XDC_MAXDEV 4 /* max devices per controller */
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xdvar.h,v 1.11 2006/08/27 19:18:08 christos Exp $ */
|
/* $NetBSD: xdvar.h,v 1.12 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -37,7 +31,7 @@
|
||||||
* this file defines the software structure we use to control the
|
* this file defines the software structure we use to control the
|
||||||
* 753/7053.
|
* 753/7053.
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/callout.h>
|
#include <sys/callout.h>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xio.h,v 1.4 2007/03/04 06:02:51 christos Exp $ */
|
/* $NetBSD: xio.h,v 1.5 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -38,7 +32,7 @@
|
||||||
* 753/7053. this interface isn't set in stone and may (or may not)
|
* 753/7053. this interface isn't set in stone and may (or may not)
|
||||||
* need adjustment.
|
* need adjustment.
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xy.c,v 1.90 2009/05/12 14:47:27 cegger Exp $ */
|
/* $NetBSD: xy.c,v 1.91 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -35,7 +29,7 @@
|
||||||
*
|
*
|
||||||
* x y . c x y l o g i c s 4 5 0 / 4 5 1 s m d d r i v e r
|
* x y . c x y l o g i c s 4 5 0 / 4 5 1 s m d d r i v e r
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
* started: 14-Sep-95
|
* started: 14-Sep-95
|
||||||
* references: [1] Xylogics Model 753 User's Manual
|
* references: [1] Xylogics Model 753 User's Manual
|
||||||
* part number: 166-753-001, Revision B, May 21, 1988.
|
* part number: 166-753-001, Revision B, May 21, 1988.
|
||||||
|
@ -51,7 +45,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.90 2009/05/12 14:47:27 cegger Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.91 2011/02/01 19:36:24 chuck Exp $");
|
||||||
|
|
||||||
#undef XYC_DEBUG /* full debug */
|
#undef XYC_DEBUG /* full debug */
|
||||||
#undef XYC_DIAG /* extra sanity checks */
|
#undef XYC_DIAG /* extra sanity checks */
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xyreg.h,v 1.6 2006/08/27 19:18:08 christos Exp $ */
|
/* $NetBSD: xyreg.h,v 1.7 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -37,7 +31,7 @@
|
||||||
* this file contains the description of the Xylogics 450/451's hardware
|
* this file contains the description of the Xylogics 450/451's hardware
|
||||||
* data structures.
|
* data structures.
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define XYC_MAXDEV 2 /* max devices per controller */
|
#define XYC_MAXDEV 2 /* max devices per controller */
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* $NetBSD: xyvar.h,v 1.12 2006/08/27 19:18:08 christos Exp $ */
|
/* $NetBSD: xyvar.h,v 1.13 2011/02/01 19:36:24 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 1995 Charles D. Cranor
|
* Copyright (c) 1995 Charles D. Cranor
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -13,11 +12,6 @@
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* 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 Charles D. Cranor.
|
|
||||||
* 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
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
@ -37,7 +31,7 @@
|
||||||
* this file defines the software structure we use to control the
|
* this file defines the software structure we use to control the
|
||||||
* 450/451.
|
* 450/451.
|
||||||
*
|
*
|
||||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
* author: Chuck Cranor <chuck@netbsd>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/callout.h>
|
#include <sys/callout.h>
|
||||||
|
|
Loading…
Reference in New Issue