Start to tuck Cardbus under the PCI abstraction. Step #1, textual

substitution: for all practical purposes, pcitag_t and cardbustag_t
are interchangeable, so just use pcitag_t.
This commit is contained in:
dyoung 2010-02-24 18:16:50 +00:00
parent 9e575a840e
commit 3def77969b
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ struct ndis_softc {
/* cardbus specific */
cardbus_devfunc_t ndis_res_ct; /* cardbus devfuncs */
cardbustag_t ndis_res_ctag; /* carbus tag */
pcitag_t ndis_res_ctag; /* carbus tag */
bus_size_t ndis_res_mapsize; /* size of mapped bus space region */
#endif /* end __NetBSD__ section */
int ndis_rescnt;