aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athvar.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-06-05 17:51:20 +0000
committerSam Leffler <sam@FreeBSD.org>2006-06-05 17:51:20 +0000
commitf9fc583f179e4a811b7f5058626e99e549412e42 (patch)
tree6d698fccf1390fee0ca6fcb3d3cfd28bf9c03fe4 /sys/dev/ath/if_athvar.h
parent624fc6d1d9957065529c1b19a2e4c81b2e5e361e (diff)
downloadsrc-f9fc583f179e4a811b7f5058626e99e549412e42.tar.gz
src-f9fc583f179e4a811b7f5058626e99e549412e42.zip
move hal bus+tag externalization to the bus glue code where it belongs;
this is a noop on all current freebsd architectures MFC after: 1 month
Notes
Notes: svn path=/head/; revision=159290
Diffstat (limited to 'sys/dev/ath/if_athvar.h')
-rw-r--r--sys/dev/ath/if_athvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index 4c90d47c2f95..486805e4b392 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -181,8 +181,8 @@ struct ath_softc {
enum ieee80211_state, int);
void (*sc_node_free)(struct ieee80211_node *);
device_t sc_dev;
- bus_space_tag_t sc_st; /* bus space tag */
- bus_space_handle_t sc_sh; /* bus space handle */
+ HAL_BUS_TAG sc_st; /* bus space tag */
+ HAL_BUS_HANDLE sc_sh; /* bus space handle */
bus_dma_tag_t sc_dmat; /* bus DMA tag */
struct mtx sc_mtx; /* master lock (recursive) */
struct taskqueue *sc_tq; /* private task queue */