Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/if_ndis Start to tuck Cardbus under the PCI abstract...
details: https://anonhg.NetBSD.org/src/rev/d2936f6ba689
branches: trunk
changeset: 752373:d2936f6ba689
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Feb 24 18:16:50 2010 +0000
description:
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.
diffstat:
sys/dev/if_ndis/if_ndisvar.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8862a877bee0 -r d2936f6ba689 sys/dev/if_ndis/if_ndisvar.h
--- a/sys/dev/if_ndis/if_ndisvar.h Wed Feb 24 17:59:33 2010 +0000
+++ b/sys/dev/if_ndis/if_ndisvar.h Wed Feb 24 18:16:50 2010 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index