cvs commit: src/usr.sbin/ndiscvt inf.c
Bill Paul
wpaul at FreeBSD.org
Mon Jan 12 16:29:19 PST 2004
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
More information about the cvs-src
mailing list