cvs commit: src/sys/dev/ed if_ed_pccard.c if_edvar.h
Warner Losh
imp at FreeBSD.org
Tue Sep 6 15:44:27 PDT 2005
imp 2005-09-06 22:44:26 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed_pccard.c if_edvar.h
Log:
It turns out that many of the ambicom cards have their CIS resources
listed in different orders. Since it is easy to identify the Modem
resources vs the Ethernet resources by looking at the size, use that
rather than hard coded rids. For such parts, go ahead and guess which
rid we should use based on the size. This guess appears reliable for
the two example cards that I have with different CIS info.
Revision Changes Path
1.88 +26 -8 src/sys/dev/ed/if_ed_pccard.c
1.34 +1 -0 src/sys/dev/ed/if_edvar.h
More information about the cvs-src
mailing list