Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 08:35:49 +0200
From:      Fredrik Lindberg <fli+freebsd-current@shapeshifter.se>
To:        Matt Smith <freebsd@xtaz.co.uk>
Cc:        current@freebsd.org
Subject:   Re: ndisgen compilation problem (3com officeconnect .inf/.sys)
Message-ID:  <20050701063548.GA814@shapeshifter.se>
In-Reply-To: <42C45ABA.2050509@xtaz.co.uk>
References:  <42C45ABA.2050509@xtaz.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 30, 2005 at 09:48:58PM +0100, Matt Smith (freebsd@xtaz.co.uk) wrote:
> I have got a 3com OfficeConnect pcmcia card which I am trying to get to 
> work on the ndisulator. I am running the latest 6.0-CURRENT:
> 
> FreeBSD zen.xtaz.co.uk 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 30 
> 10:10:01 BST 2005     root@arizona.xtaz.co.uk:/usr/obj/usr/src/sys/ZEN  i386
> 
> The ndisgen utility recognises my .inf and .sys as the correct filetypes 
> however  when it tries to compile the module it fails.
> 
> A log of the attempt is at http://arizona.xtaz.co.uk/ndisgen.txt
> 
> Any idea what's wrong here?
> 
> Regards, Matt.

ndisgen and ndiscvt doesn't like that the .sys files begins with a number (because o
f the c code generated from it).
Just rename the sys-file and it should work.
 
I posted a small patch for this a while back but it never got anyones attention,    
guess that Bill Paul were too busy.

If you want, you can grab it from
http://shapeshifter.se/~fli/freebsd/ndisgen-numeric-sysfile.patch   
 
        Fredrik Lindberg




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