aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/if_dc.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
commit4dc52c32bf0d738474a580a6bcff86f9dc3606f5 (patch)
tree2eaf7fc7d82bb8d1e15839fdb981b640a4f32c00 /sys/dev/dc/if_dc.c
parentcd8ce96d580118a7aaba972f5345c7d2e5efd988 (diff)
downloadsrc-4dc52c32bf0d738474a580a6bcff86f9dc3606f5.tar.gz
src-4dc52c32bf0d738474a580a6bcff86f9dc3606f5.zip
Remove duplicate FBSDID's, move others to their right place.
Notes
Notes: svn path=/head/; revision=122678
Diffstat (limited to 'sys/dev/dc/if_dc.c')
-rw-r--r--sys/dev/dc/if_dc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index c3575a9dd55f..dc1c1b3ec88b 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 <sys/cdefs.h>
+__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 <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>