From b0479caf614810b424cbb8e80b47db2da6b2ca71 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 14 Nov 2003 17:16:58 +0000 Subject: Remove duplicate FBSDID's, move others to their right place. --- sys/dev/dc/if_dc.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/dc') diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index c3575a9..dc1c1b3 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -30,6 +30,9 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + /* * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143 * series chips and several workalikes including the following: @@ -60,7 +63,6 @@ * Electrical Engineering Department * Columbia University, New York City */ - /* * The Intel 21143 is the successor to the DEC 21140. It is basically * the same as the 21140 but with a few new features. The 21143 supports @@ -89,9 +91,6 @@ * AX88140A doesn't support internal NWAY. */ -#include -__FBSDID("$FreeBSD$"); - #include #include #include -- cgit v1.1