Date: Mon, 25 Aug 2003 11:20:03 -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.c Message-ID: <200308251820.h7PIK3wW081677@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/08/25 11:20:03 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Probe routines can return < 0 for speculative matches. In the compatibility routine, go ahead and accept that as 'success'. A properly written compatible driver should return < 0 for both the compat match and compat probe routines, so this will wind up doing the right thing. Revision Changes Path 1.83 +1 -1 src/sys/dev/pccard/pccard.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308251820.h7PIK3wW081677>