Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
nfeth.c File Reference
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <asm/natfeat.h>
#include <asm/virtconvert.h>

Go to the source code of this file.

Data Structures

struct  nfeth_private
 

Macros

#define DRV_VERSION   "0.3"
 
#define DRV_RELDATE   "10/12/2005"
 
#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define MAX_UNIT   8
 

Enumerations

enum  {
  GET_VERSION = 0, XIF_INTLEVEL, XIF_IRQ, XIF_START,
  XIF_STOP, XIF_READLENGTH, XIF_READBLOCK, XIF_WRITEBLOCK,
  XIF_GET_MAC, XIF_GET_IPHOST, XIF_GET_IPATARI, XIF_GET_NETMASK
}
 

Functions

 MODULE_AUTHOR ("Milan Jurik")
 
 MODULE_DESCRIPTION ("Atari NFeth driver")
 
 MODULE_LICENSE ("GPL")
 
 module_init (nfeth_init)
 
 module_exit (nfeth_cleanup)
 

Macro Definition Documentation

#define DRV_RELDATE   "10/12/2005"

Definition at line 13 of file nfeth.c.

#define DRV_VERSION   "0.3"

Definition at line 12 of file nfeth.c.

#define MAX_UNIT   8

Definition at line 39 of file nfeth.c.

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 15 of file nfeth.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
GET_VERSION 
XIF_INTLEVEL 
XIF_IRQ 
XIF_START 
XIF_STOP 
XIF_READLENGTH 
XIF_READBLOCK 
XIF_WRITEBLOCK 
XIF_GET_MAC 
XIF_GET_IPHOST 
XIF_GET_IPATARI 
XIF_GET_NETMASK 

Definition at line 24 of file nfeth.c.

Function Documentation

MODULE_AUTHOR ( "Milan Jurik"  )
MODULE_DESCRIPTION ( "Atari NFeth driver )
module_exit ( nfeth_cleanup  )
module_init ( nfeth_init  )
MODULE_LICENSE ( "GPL"  )