From 8368cf8f75949c1d998e41a4b98fc8d6db4332de Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 3 Apr 2003 21:36:33 +0000 Subject: Use __FBSDID rather than rcsid[]. --- sys/dev/dc/dcphy.c | 10 +++------- sys/dev/dc/if_dc.c | 10 +++------- sys/dev/dc/pnphy.c | 10 +++------- 3 files changed, 9 insertions(+), 21 deletions(-) (limited to 'sys/dev/dc') diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c index e0fcca88938a..8b6656e9977e 100644 --- a/sys/dev/dc/dcphy.c +++ b/sys/dev/dc/dcphy.c @@ -28,8 +28,6 @@ * 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. - * - * $FreeBSD$ */ /* @@ -41,6 +39,9 @@ * which is harder to do. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include @@ -71,11 +72,6 @@ #include "miibus_if.h" -#if !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif - #define DC_SETBIT(sc, reg, x) \ CSR_WRITE_4(sc, reg, \ CSR_READ_4(sc, reg) | x) diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 1fb594c0caa9..240bdba6b4ec 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -28,8 +28,6 @@ * 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. - * - * $FreeBSD$ */ /* @@ -89,6 +87,9 @@ * AX88140A doesn't support internal NWAY. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include @@ -135,11 +136,6 @@ MODULE_DEPEND(dc, miibus, 1, 1, 1); /* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - /* * Various supported device vendors/types and their names. */ diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c index 87c07323cb2e..e8022edb2d7a 100644 --- a/sys/dev/dc/pnphy.c +++ b/sys/dev/dc/pnphy.c @@ -28,8 +28,6 @@ * 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. - * - * $FreeBSD$ */ /* @@ -39,6 +37,9 @@ * NWAY to work right is amazingly difficult. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include @@ -67,11 +68,6 @@ #include "miibus_if.h" -#if !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif - #define DC_SETBIT(sc, reg, x) \ CSR_WRITE_4(sc, reg, \ CSR_READ_4(sc, reg) | x) -- cgit v1.3