cvs commit: src/sys/dev/pccard pccard_cis_quirks.c pccardvar.h
Warner Losh
imp at FreeBSD.org
Mon Oct 6 00:17:21 PDT 2003
imp 2003/10/06 00:17:20 PDT
FreeBSD src repository
Modified files:
sys/dev/pccard pccard_cis_quirks.c pccardvar.h
Log:
refactor how we do the quirk matching. this puts an ugly if into a
routine of its own, and allows us to move the indentation back two
layers making the code more readable.
delete a prototype that should have been killed years ago in pccardvar.h.
# adding quirks here is way harder than it needs to be. :-(
Revision Changes Path
1.9 +57 -53 src/sys/dev/pccard/pccard_cis_quirks.c
1.44 +2 -4 src/sys/dev/pccard/pccardvar.h
More information about the cvs-src
mailing list