summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-12-30 12:46:08 +0000
committermux <mux@FreeBSD.org>2002-12-30 12:46:08 +0000
commit059407e4d960a3ca304d62b719437fcbcca73704 (patch)
tree48e3c8aaad255bb6e30ab7f91758dcc97c29d323 /sys/pci/if_xl.c
parent544a90b53395c12a731e552c9c3f953db2193f86 (diff)
downloadFreeBSD-src-059407e4d960a3ca304d62b719437fcbcca73704.zip
FreeBSD-src-059407e4d960a3ca304d62b719437fcbcca73704.tar.gz
Leave only one of the two $FreeBSD$ tag, and use __FBSDID().
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index a995930..8a693df 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -29,7 +29,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
*/
/*
@@ -100,6 +99,9 @@
* PCI-based NICs.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
@@ -148,11 +150,6 @@ MODULE_DEPEND(xl, miibus, 1, 1, 1);
#include <pci/if_xlreg.h>
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
#define XL905B_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP)
/*
OpenPOWER on IntegriCloud