Date: Tue, 6 Sep 2005 22:44:26 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c if_edvar.h Message-ID: <200509062244.j86MiQKw061956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509062244.j86MiQKw061956>