Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 19:40:05 -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:  <200312120340.hBC3e56A073085@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312120340.hBC3e56A073085>