em driver for FreeBSD 6.0

2007-12-13 Thread Jay Aikat

Hi,
	I am trying to install the em-6.6 driver (downloaded from the Intel site) into 
my FreeBSD 6.0 kernel.


I followed their instructions.
After running 'make cleandepend', when I run 'make depend' I get the following 
(working directory is /usr/src/sys/i386/compile/mykernel):
../../../dev/em/if_e1000.c:3525:48: macro TBI_ACCEPT requires 7 arguments, but 
only 5 given

mkdep: compile failed
*** Error code 1

Any ideas what's wrong here?  Thanks,
--Jay.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: em driver for FreeBSD 6.0

2007-12-13 Thread Support (Rudy)


Using 3rd party drivers is usually a DRAG.  Just update your OS!

Looks like the 6-STABLE (aka 6.3-RC1) has a newer driver.
char em_driver_version[] = Version - 6.7.3;

Rudy



Jay Aikat wrote:

Hi,
I am trying to install the em-6.6 driver (downloaded from the Intel 
site) into my FreeBSD 6.0 kernel.


I followed their instructions.
After running 'make cleandepend', when I run 'make depend' I get the 
following (working directory is /usr/src/sys/i386/compile/mykernel):
../../../dev/em/if_e1000.c:3525:48: macro TBI_ACCEPT requires 7 
arguments, but only 5 given

mkdep: compile failed
*** Error code 1

Any ideas what's wrong here?  Thanks,
--Jay.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]