Searched hist:123483 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dinf.cdiff 123483 Fri Dec 12 01:40:05 MST 2003 wpaul Attempt to handle WinXP .INF files. Also, in dump_regvals(), handle
the case where there's an entry in the manufacturer's device list but
no corresponding installation section (and hence no AddReg assignments),
i.e. if dev = find_assign(sname, "AddReg"); returns NULL, then
don't try to dereference dev.

There is a fundamental problem with the handling of .INF files that
contain definitions for multiple devices: right now we dump all the
AddReg sections that we find, but don't distinguish what device they
belong to. This often results in duplicate keys.

Completed in 101 milliseconds