summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs/if_csvar.h
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2011-01-29 00:53:58 +0000
committerandrew <andrew@FreeBSD.org>2011-01-29 00:53:58 +0000
commitf689fa27ba120e327e15f54a3045b054588d5fbc (patch)
tree922ed2f2cacbfe73422b894efc36b54a6f6cb72c /sys/dev/cs/if_csvar.h
parent0b5604dcfb1025906ef301dd1201c72edb9f0560 (diff)
downloadFreeBSD-src-f689fa27ba120e327e15f54a3045b054588d5fbc.zip
FreeBSD-src-f689fa27ba120e327e15f54a3045b054588d5fbc.tar.gz
Use bus space functions rather than inw/outw
to help a future port of the driver to ARM. Approved by: imp (mentor)
Diffstat (limited to 'sys/dev/cs/if_csvar.h')
-rw-r--r--sys/dev/cs/if_csvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cs/if_csvar.h b/sys/dev/cs/if_csvar.h
index 944450e..be1bfbd 100644
--- a/sys/dev/cs/if_csvar.h
+++ b/sys/dev/cs/if_csvar.h
@@ -57,7 +57,6 @@ struct cs_softc {
int flags;
#define CS_NO_IRQ 0x1
- int nic_addr; /* Base IO address of card */
int send_cmd;
int line_ctl; /* */
int send_underrun;
OpenPOWER on IntegriCloud