Date: Fri, 22 Jul 2005 05:49:41 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ndiscvt ndisgen.sh Message-ID: <200507220549.j6M5nfhO059858@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507220549.j6M5nfhO059858>
