summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.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/pci/if_tl.c
parent2ccfc29d0bd77d3321d9bb5d0b1ccb8411160a67 (diff)
downloadFreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.zip
FreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.tar.gz
Use __FBSDID rather than rcsid[].
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 6c0c399..25b19f8 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -28,8 +28,6 @@
* 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$
*/
/*
@@ -178,6 +176,9 @@
* 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>
@@ -223,11 +224,6 @@ MODULE_DEPEND(tl, 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.
*/
OpenPOWER on IntegriCloud