Style: __FBSDID().

This commit is contained in:
Hartmut Brandt 2003-06-18 09:31:37 +00:00
parent 22db1e9ff5
commit 1329537b7a
5 changed files with 16 additions and 10 deletions

View File

@ -26,13 +26,15 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
* $FreeBSD$
*
* ForeHE driver.
*
* This file contains the module and driver infrastructure stuff as well
* as a couple of utility functions and the entire initialisation.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_natm.h"

View File

@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
* $FreeBSD$
*
* ForeHE driver.
*
* Interrupt handler.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_natm.h"

View File

@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
* $FreeBSD$
*
* ForeHE driver.
*
* Ioctl handler.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_natm.h"

View File

@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
* $FreeBSD$
*
* ForeHE driver.
*
* Receive.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_natm.h"

View File

@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
* $FreeBSD$
*
* ForeHE driver.
*
* Transmission.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_natm.h"