Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ht6560b.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/ioport.h>
#include <linux/blkdev.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <asm/io.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "ht6560b"
 
#define HT6560B_VERSION   "v0.08"
 
#define HT_CONFIG_PORT   0x3e6
 
#define HT_CONFIG_DEFAULT   0x1c /* no prefetch */
 
#define HT_SECONDARY_IF   0x01
 
#define HT_PREFETCH_MODE   0x20
 
#define HT_TIMING_DEFAULT   0xff
 

Functions

 module_param_named (probe, probe_ht6560b, bool, 0)
 
 MODULE_PARM_DESC (probe,"probe for HT6560B chipset")
 
 module_init (ht6560b_init)
 
 MODULE_AUTHOR ("See Local File")
 
 MODULE_DESCRIPTION ("HT-6560B EIDE-controller support")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRV_NAME   "ht6560b"

Definition at line 15 of file ht6560b.c.

#define HT6560B_VERSION   "v0.08"

Definition at line 16 of file ht6560b.c.

#define HT_CONFIG_DEFAULT   0x1c /* no prefetch */

Definition at line 55 of file ht6560b.c.

#define HT_CONFIG_PORT   0x3e6

Definition at line 45 of file ht6560b.c.

#define HT_PREFETCH_MODE   0x20

Definition at line 58 of file ht6560b.c.

#define HT_SECONDARY_IF   0x01

Definition at line 57 of file ht6560b.c.

#define HT_TIMING_DEFAULT   0xff

Definition at line 102 of file ht6560b.c.

Function Documentation

MODULE_AUTHOR ( "See Local File"  )
MODULE_DESCRIPTION ( "HT-6560B EIDE-controller support"  )
module_init ( ht6560b_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( probe  ,
probe_ht6560b  ,
bool  ,
 
)
MODULE_PARM_DESC ( probe  ,
"probe for HT6560B chipset  
)