Date: Mon, 12 Jan 2004 16:29:17 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ndiscvt inf.c Message-ID: <200401130029.i0D0TH1i024869@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/12 16:29:17 PST FreeBSD src repository Modified files: usr.sbin/ndiscvt inf.c Log: Yet another inf file handling tweak: when checking for Ndi\Params\foo keys, don't just do a substring match on "Ndi\Params". Instead, check explicitly for strings that begin with "Ndi\Params". Why? Because it's possible to create your own keys with different paths, like "PROSetNdi\NdiExt\Params" which is what Intel does in their PRO/1000 driver's .INF file. Revision Changes Path 1.10 +2 -2 src/usr.sbin/ndiscvt/inf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401130029.i0D0TH1i024869>