#include <linux/init.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/isa.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include "sja1000.h"
Go to the source code of this file.
| #define TSCAN1_ID1_VALUE 0xf6 |
| #define TSCAN1_ID2_VALUE 0xb9 |
| #define TSCAN1_MODE_ENABLE 0x40 |
| #define TSCAN1_PLD_ADDRESS 0x150 |
| #define TSCAN1_PLD_SIZE 8 |
| #define TSCAN1_SJA1000_SIZE 32 |
| #define TSCAN1_SJA1000_XTAL 16000000 |
| MODULE_DESCRIPTION |
( |
"Driver for Technologic Systems TS-CAN1 PC104 boards" |
| ) |
|
| module_exit |
( |
tscan1_exit |
| ) |
|
| module_init |
( |
tscan1_init |
| ) |
|