diff options
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/an.c | 6 | ||||
| -rw-r--r-- | sys/dev/ic/ath_netbsd.c | 6 | ||||
| -rw-r--r-- | sys/dev/ic/rtw.c | 6 | ||||
| -rw-r--r-- | sys/dev/ic/wi.c | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index e5b78b5092c..11e9932cc2a 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $NetBSD: an.c,v 1.53 2008/11/07 00:20:02 dyoung Exp $ */ +/* $NetBSD: an.c,v 1.54 2008/11/12 12:36:11 ad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.53 2008/11/07 00:20:02 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.54 2008/11/12 12:36:11 ad Exp $"); #include "bpfilter.h" @@ -347,7 +347,7 @@ an_attach(struct an_softc *sc) /* * Setup sysctl(3) MIB, hw.an.* * - * TBD condition CTLFLAG_PERMANENT on being an LKM or not + * TBD condition CTLFLAG_PERMANENT on being a module or not */ SYSCTL_SETUP(sysctl_an, "sysctl an(4) subtree setup") { diff --git a/sys/dev/ic/ath_netbsd.c b/sys/dev/ic/ath_netbsd.c index d1c4d41836d..b9ddca387dd 100644 --- a/sys/dev/ic/ath_netbsd.c +++ b/sys/dev/ic/ath_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ath_netbsd.c,v 1.15 2008/07/09 19:47:24 joerg Exp $ */ +/* $NetBSD: ath_netbsd.c,v 1.16 2008/11/12 12:36:11 ad Exp $ */ /*- * Copyright (c) 2003, 2004 David Young @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.15 2008/07/09 19:47:24 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.16 2008/11/12 12:36:11 ad Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -74,7 +74,7 @@ device_printf(device_t dev, const char *fmt, ...) /* * Setup sysctl(3) MIB, hw.ath.*. * - * TBD condition CTLFLAG_PERMANENT on being an LKM or not + * TBD condition CTLFLAG_PERMANENT on being a module or not */ SYSCTL_SETUP(sysctl_ath, "sysctl ath subtree setup") { diff --git a/sys/dev/ic/rtw.c b/sys/dev/ic/rtw.c index bcad107b9c8..85058471c49 100644 --- a/sys/dev/ic/rtw.c +++ b/sys/dev/ic/rtw.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtw.c,v 1.105 2008/11/07 00:20:03 dyoung Exp $ */ +/* $NetBSD: rtw.c,v 1.106 2008/11/12 12:36:11 ad Exp $ */ /*- * Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights * reserved. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.105 2008/11/07 00:20:03 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.106 2008/11/12 12:36:11 ad Exp $"); #include "bpfilter.h" @@ -135,7 +135,7 @@ static void rtw_txring_fixup(struct rtw_softc *sc, const char *fn, int ln); /* * Setup sysctl(3) MIB, hw.rtw.* * - * TBD condition CTLFLAG_PERMANENT on being an LKM or not + * TBD condition CTLFLAG_PERMANENT on being a module or not */ SYSCTL_SETUP(sysctl_rtw, "sysctl rtw(4) subtree setup") { diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c index e58e248c09d..c0d0ffd9699 100644 --- a/sys/dev/ic/wi.c +++ b/sys/dev/ic/wi.c @@ -1,4 +1,4 @@ -/* $NetBSD: wi.c,v 1.227 2008/11/07 00:20:03 dyoung Exp $ */ +/* $NetBSD: wi.c,v 1.228 2008/11/12 12:36:11 ad Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -99,7 +99,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.227 2008/11/07 00:20:03 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.228 2008/11/12 12:36:11 ad Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ @@ -272,11 +272,11 @@ wi_card_ident[] = { { 0, NULL, 0 }, }; -#ifndef _LKM +#ifndef _MODULE /* * Setup sysctl(3) MIB, hw.wi.* * - * TBD condition CTLFLAG_PERMANENT on being an LKM or not + * TBD condition CTLFLAG_PERMANENT on being a module or not */ SYSCTL_SETUP(sysctl_wi, "sysctl wi(4) subtree setup") { |
