summaryrefslogtreecommitdiffstats
path: root/sys/dev/lge
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
committerobrien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
commit96d4258af94bd2a9eec38eda0969044389c23d91 (patch)
tree6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/lge
parent2ccfc29d0bd77d3321d9bb5d0b1ccb8411160a67 (diff)
downloadFreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.zip
FreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.tar.gz
Use __FBSDID rather than rcsid[].
Diffstat (limited to 'sys/dev/lge')
-rw-r--r--sys/dev/lge/if_lge.c15
1 files changed, 3 insertions, 12 deletions
diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c
index 9efa94da..2020440 100644
--- a/sys/dev/lge/if_lge.c
+++ b/sys/dev/lge/if_lge.c
@@ -29,19 +29,12 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
* Level 1 LXT1001 gigabit ethernet driver for FreeBSD. Public
* documentation not available, but ask me nicely.
*
- * Written by Bill Paul <william.paul@windriver.com>
- * Wind River Systems
- */
-
-/*
* The Level 1 chip is used on some D-Link, SMC and Addtron NICs.
* It's a 64-bit PCI part that supports TCP/IP checksum offload,
* VLAN tagging/insertion, GMII and TBI (1000baseX) ports. There
@@ -73,6 +66,9 @@
* if in fact he did me much of a favor)
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
@@ -112,11 +108,6 @@
/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
* Various supported device vendors/types and their names.
*/
OpenPOWER on IntegriCloud