summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bge.c
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/bge/if_bge.c
parent2ccfc29d0bd77d3321d9bb5d0b1ccb8411160a67 (diff)
downloadFreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.zip
FreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.tar.gz
Use __FBSDID rather than rcsid[].
Diffstat (limited to 'sys/dev/bge/if_bge.c')
-rw-r--r--sys/dev/bge/if_bge.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c
index 01d7203..4eafc68 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -29,18 +29,11 @@
* 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$
*/
/*
* Broadcom BCM570x family gigabit ethernet driver for FreeBSD.
- *
- * Written by Bill Paul <wpaul@windriver.com>
- * Senior Engineer, Wind River Systems
- */
-
-/*
+ *
* The Broadcom BCM5700 is based on technology originally developed by
* Alteon Networks as part of the Tigon I and Tigon II gigabit ethernet
* MAC chips. The BCM5700, sometimes refered to as the Tigon III, has
@@ -70,6 +63,9 @@
* ring.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
@@ -120,11 +116,6 @@ MODULE_DEPEND(bge, miibus, 1, 1, 1);
/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
* Various supported device vendors/types and their names. Note: the
* spec seems to indicate that the hardware still has Alteon's vendor
OpenPOWER on IntegriCloud