Add missing $NetBSD$ tags and __KERNEL_RCSID().
This commit is contained in:
parent
9ceed4147f
commit
fd8cfc5edb
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ath_netbsd.c,v 1.6 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003, 2004 David Young
|
||||
* All rights reserved.
|
||||
@ -24,6 +26,10 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.6 2006/02/05 06:03:26 xtraeme Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/errno.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ath_netbsd.h,v 1.5 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003, 2004 David Young
|
||||
* All rights reserved.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-amrr.c,v 1.6 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004 INRIA
|
||||
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
|
||||
@ -37,7 +39,12 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifdef __FreeBSD__
|
||||
__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/amrr/amrr.c,v 1.10 2005/08/09 10:19:43 rwatson Exp $");
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
__KERNEL_RCSID(0, "$NetBSD: athrate-amrr.c,v 1.6 2006/02/05 06:03:26 xtraeme Exp $");
|
||||
#endif
|
||||
|
||||
/*
|
||||
* AMRR rate control. See:
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-amrr.h,v 1.2 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004 INRIA
|
||||
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-onoe.c,v 1.7 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
|
||||
* All rights reserved.
|
||||
@ -39,7 +41,7 @@
|
||||
__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/onoe/onoe.c,v 1.10 2005/08/09 10:19:43 rwatson Exp $");
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
__KERNEL_RCSID(0, "$NetBSD: athrate-onoe.c,v 1.6 2005/11/18 16:48:31 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: athrate-onoe.c,v 1.7 2006/02/05 06:03:26 xtraeme Exp $");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-onoe.h,v 1.2 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
|
||||
* All rights reserved.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-sample.c,v 1.7 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2005 John Bicket
|
||||
* All rights reserved.
|
||||
@ -39,7 +41,7 @@
|
||||
__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.c,v 1.9 2005/07/22 16:50:17 sam Exp $");
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.6 2005/12/24 20:27:29 perry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.7 2006/02/05 06:03:26 xtraeme Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate-sample.h,v 1.2 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2005 John Bicket
|
||||
* All rights reserved.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: athrate.h,v 1.2 2006/02/05 06:03:26 xtraeme Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004-2005 Sam Leffler, Errno Consulting
|
||||
* Copyright (c) 2004 Video54 Technologies, Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user