$FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() or

in comments for .c and .h files respectively.  Jack may want to clean up
style or other aspects once he's up and about again, but this gets the
kernel compiling.
This commit is contained in:
Robert Watson 2007-05-04 13:30:44 +00:00
parent 11631e9f45
commit c018682fbf
30 changed files with 105 additions and 30 deletions

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_80003es2lan
*/

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_80003ES2LAN_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82540

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82541

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_82541_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82542 (rev 1 & 2)

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82543

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_82543_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82571

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_82571_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_82575

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_82575_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "e1000_mac.h"

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_API_H_

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_DEFINES_H_

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_HW_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* e1000_ich8lan

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_ICH8LAN_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "e1000_mac.h"

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_MAC_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "e1000_manage.h"

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_MANAGE_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "e1000_nvm.h"

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_NVM_H_

View File

@ -30,7 +30,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _FREEBSD_OS_H_

View File

@ -30,7 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "e1000_phy.h"

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_PHY_H_

View File

@ -30,7 +30,10 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _E1000_REGS_H_

View File

@ -31,7 +31,8 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
$FreeBSD$
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"

View File

@ -30,7 +30,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
$FreeBSD$
/*
* $FreeBSD$
*/
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_