cvs commit: src/sys/dev/pccard pccard.c
Warner Losh
imp at FreeBSD.org
Sun Jan 23 22:54:06 PST 2005
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
More information about the cvs-src
mailing list