Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 01:09:36 +0000
From:      Ben Kaduk <minimarmot@gmail.com>
To:        Jung-uk Kim <jkim@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: cvs commit: src/usr.sbin/ndiscvt ndisgen.sh
Message-ID:  <47d0403c05072218091264a990@mail.gmail.com>
In-Reply-To: <200507220549.j6M5nfhO059858@repoman.freebsd.org>
References:  <200507220549.j6M5nfhO059858@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/22/05, Jung-uk Kim <jkim@freebsd.org> wrote:
> jkim        2005-07-22 05:49:41 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     usr.sbin/ndiscvt     ndisgen.sh
>   Log:
>   Fix ndisgen(8) for amd64
>=20
>   - file(1) does not recognize UTF-16 encoded .INF file:
>=20
>           netbc564.inf: MPEG ADTS, layer I, v1,  96 kBits, 32 kHz, Stereo
>=20
>   Use egrep(1) to match two strings, i. e., `Signature' and `Class=3DNet'=
.
>=20
>   - Fix linking failure.  Generate a temporary Makefile to emluate
>   official kernel module build process.
>=20
>   - Some minor typo/style fixes.
>=20
>   Reviewed by:    obrien
>=20
>   Revision  Changes    Path
>   1.2       +116 -72   src/usr.sbin/ndiscvt/ndisgen.sh
> _______________________________________________
> cvs-src@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org"
>=20

I think this commit broke ndisgen for my broadcom bcm4324 chipset
(dell truemobile 1400 mini-pci), since the only other commit since my
last
working version (6.0-Release Beta 1) claimed to be grammatical fixes.
ndisgen fails to recognize my .inf file, which the old version recognized:

---------begin ndisgen output ----------

A .INF file is most often provided as an ASCII file, however
        files with multilanguage support are provided in Unicode format.
        Please type in the path to your .INF file now.

        > /usr/src/sys/modules/if_ndis/bcmwl5a.inf

        I don't recognize this file format. It may not be a valid .INF file=
.

--------- end ndisgen output --------
the driver files that worked are here:
https://netfiles.uiuc.edu/kaduk/www/bcmwl5a.inf
https://netfiles.uiuc.edu/kaduk/www/bcmwl5.sys

I tried removing the ^M's from the ends of lines, but this made no
difference.  Any thoughts to explain this behaviour?

Thanks

Ben Kaduk



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