Date: Sun, 03 Jul 2005 01:08:38 -0000 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/pccard pccard.c Message-ID: <200501240654.j0O6s53r015847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-01-24 06:54:05 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Ignore the expected function number. NetBSD went this route a while ago. FreeBSD originally tried this to cope with multifunction cards. However, it turns out that we're better off not worrying about the function number, and instead worry about the function type for the function. This has worked well in NetBSD, and all FreeBSD's relevant drivers have been converted. # I'll rework the macros that specify them shortly, as soon as I can # come up with a good, compatible way to deal... Revision Changes Path 1.98 +0 -5 src/sys/dev/pccard/pccard.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501240654.j0O6s53r015847>