1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/usr.sbin/ndiscvt
Jung-uk Kim 4b77209bcc 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
2005-07-22 05:49:41 +00:00
..
inf-parse.y Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf-token.l - Handle doubled double quotes: 2004-01-11 21:10:35 +00:00
inf.c Update ndiscvt to handle .INF files that specify multiple entries in 2005-05-15 19:46:14 +00:00
inf.h
Makefile Throw the switch on the new driver generation/loading mechanism. From 2005-04-24 20:21:22 +00:00
ndiscvt.8 Markup fixes. 2005-06-16 19:36:40 +00:00
ndiscvt.c Fix a small bug in firmcvt: outfile must be strdup()ed. 2005-02-19 07:37:01 +00:00
ndisgen.8 Markup fixes. 2005-06-16 19:36:40 +00:00
ndisgen.sh Fix ndisgen(8) for amd64 2005-07-22 05:49:41 +00:00
windrv_stub.c Fix support for Windows drivers that support both PCI and PCMCIA devices at 2005-05-08 23:07:51 +00:00