Date: Mon, 6 Oct 2003 00:17:20 -0700 (PDT) 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_cis_quirks.c pccardvar.h Message-ID: <200310060717.h967HK6l095730@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310060717.h967HK6l095730>