diff options
author | andrew <andrew@FreeBSD.org> | 2011-01-29 00:53:58 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2011-01-29 00:53:58 +0000 |
commit | f689fa27ba120e327e15f54a3045b054588d5fbc (patch) | |
tree | 922ed2f2cacbfe73422b894efc36b54a6f6cb72c /sys/dev/cs/if_csvar.h | |
parent | 0b5604dcfb1025906ef301dd1201c72edb9f0560 (diff) | |
download | FreeBSD-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.h | 1 |
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; |