aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/rrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/rrunner.h')
-rw-r--r--drivers/net/rrunner.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/net/rrunner.h b/drivers/net/rrunner.h
index 10baae55953..99451b52339 100644
--- a/drivers/net/rrunner.h
+++ b/drivers/net/rrunner.h
@@ -1,7 +1,6 @@
1#ifndef _RRUNNER_H_ 1#ifndef _RRUNNER_H_
2#define _RRUNNER_H_ 2#define _RRUNNER_H_
3 3
4#include <linux/config.h>
5#include <linux/interrupt.h> 4#include <linux/interrupt.h>
6 5
7#if ((BITS_PER_LONG != 32) && (BITS_PER_LONG != 64)) 6#if ((BITS_PER_LONG != 32) && (BITS_PER_LONG != 64))
@@ -168,7 +167,7 @@ struct rr_regs {
168/* 167/*
169 * Host control register bits. 168 * Host control register bits.
170 */ 169 */
171 170
172#define RR_INT 0x01 171#define RR_INT 0x01
173#define RR_CLEAR_INT 0x02 172#define RR_CLEAR_INT 0x02
174#define NO_SWAP 0x04000004 173#define NO_SWAP 0x04000004
@@ -239,9 +238,9 @@ struct rr_regs {
239/* 238/*
240 * Receive state 239 * Receive state
241 * 240 *
242 * RoadRunner HIPPI Receive State Register controls and monitors the 241 * RoadRunner HIPPI Receive State Register controls and monitors the
243 * HIPPI receive interface in the NIC. Look at err bits when a HIPPI 242 * HIPPI receive interface in the NIC. Look at err bits when a HIPPI
244 * receive Error Event occurs. 243 * receive Error Event occurs.
245 */ 244 */
246 245
247#define ENABLE_NEW_CON 0x01 246#define ENABLE_NEW_CON 0x01
@@ -701,7 +700,7 @@ struct rr_stats {
701 u32 StatUpdtT; 700 u32 StatUpdtT;
702 u32 StatUpdtC; 701 u32 StatUpdtC;
703 u32 WatchDog; 702 u32 WatchDog;
704 u32 Trace; 703 u32 Trace;
705 704
706 /* Serial HIPPI */ 705 /* Serial HIPPI */
707 u32 LnkRdyEst; 706 u32 LnkRdyEst;