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:
parent
9e575a840e
commit
3def77969b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue