summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 438215c..df7784f 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -30,6 +30,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Texas Instruments ThunderLAN driver for FreeBSD 2.2.6 and 3.x.
* Supports many Compaq PCI NICs based on the ThunderLAN ethernet controller,
@@ -47,7 +50,6 @@
* Electrical Engineering Department
* Columbia University, New York City
*/
-
/*
* Some notes about the ThunderLAN:
*
@@ -118,7 +120,6 @@
* TX 'end of frame' interrupt. It will also generate an 'end of channel'
* interrupt when it reaches the end of the list.
*/
-
/*
* Some notes about this driver:
*
@@ -176,9 +177,6 @@
* itself thereby reducing the load on the host CPU.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud