cvs commit: src/usr.sbin/ndiscvt ndisgen.sh

Jung-uk Kim jkim at FreeBSD.org
Fri Jul 22 05:49:51 GMT 2005


jkim        2005-07-22 05:49:41 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ndiscvt     ndisgen.sh 
  Log:
  Fix ndisgen(8) for amd64
  
  - file(1) does not recognize UTF-16 encoded .INF file:
  
          netbc564.inf: MPEG ADTS, layer I, v1,  96 kBits, 32 kHz, Stereo
  
  Use egrep(1) to match two strings, i. e., `Signature' and `Class=Net'.
  
  - Fix linking failure.  Generate a temporary Makefile to emluate
  official kernel module build process.
  
  - Some minor typo/style fixes.
  
  Reviewed by:    obrien
  
  Revision  Changes    Path
  1.2       +116 -72   src/usr.sbin/ndiscvt/ndisgen.sh


More information about the cvs-src mailing list