summaryrefslogtreecommitdiffstats
path: root/sys/dev/sf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
committerobrien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
commitb0479caf614810b424cbb8e80b47db2da6b2ca71 (patch)
tree2eaf7fc7d82bb8d1e15839fdb981b640a4f32c00 /sys/dev/sf
parent6260ac284472c8aa21372d1fa6906101f062ac5e (diff)
downloadFreeBSD-src-b0479caf614810b424cbb8e80b47db2da6b2ca71.zip
FreeBSD-src-b0479caf614810b424cbb8e80b47db2da6b2ca71.tar.gz
Remove duplicate FBSDID's, move others to their right place.
Diffstat (limited to 'sys/dev/sf')
-rw-r--r--sys/dev/sf/if_sf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index ede1a49..e1def22 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -30,6 +30,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD.
* Programming manual is available from:
@@ -39,7 +42,6 @@
* Department of Electical Engineering
* Columbia University, New York City
*/
-
/*
* The Adaptec AIC-6915 "Starfire" is a 64-bit 10/100 PCI ethernet
* controller designed with flexibility and reducing CPU load in mind.
@@ -77,9 +79,6 @@
* registers inside the 256-byte I/O window.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud