From 4dc52c32bf0d738474a580a6bcff86f9dc3606f5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 14 Nov 2003 17:16:58 +0000 Subject: Remove duplicate FBSDID's, move others to their right place. --- sys/dev/sf/if_sf.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/sf') diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index ede1a490b2dd..e1def22ec751 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 +__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 -__FBSDID("$FreeBSD$"); - #include #include #include -- cgit v1.3