freebsd-nq/usr.sbin/ndiscvt
Bill Paul c7253f4fea 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.
2003-12-12 03:40:05 +00:00
..
inf-parse.y
inf-token.l
inf.c Attempt to handle WinXP .INF files. Also, in dump_regvals(), handle 2003-12-12 03:40:05 +00:00
inf.h
Makefile
ndiscvt.8
ndiscvt.c Fix getopt() string so -o works. 2003-12-11 23:30:36 +00:00