cvs commit: src/usr.sbin/ndiscvt inf.c

Bill Paul wpaul at FreeBSD.org
Thu Dec 11 19:40:06 PST 2003


wpaul       2003/12/11 19:40:05 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/ndiscvt     inf.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.3       +36 -9     src/usr.sbin/ndiscvt/inf.c


More information about the cvs-src mailing list