Module Name: src Committed By: dyoung Date: Wed Feb 24 18:16:50 UTC 2010
Modified Files: src/sys/dev/if_ndis: if_ndisvar.h Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/if_ndis/if_ndisvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/if_ndis/if_ndisvar.h diff -u src/sys/dev/if_ndis/if_ndisvar.h:1.5 src/sys/dev/if_ndis/if_ndisvar.h:1.6 --- src/sys/dev/if_ndis/if_ndisvar.h:1.5 Thu Dec 20 21:08:19 2007 +++ src/sys/dev/if_ndis/if_ndisvar.h Wed Feb 24 18:16:50 2010 @@ -175,7 +175,7 @@ /* 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;