Driver for Intel 10GbE adapter

Greg Rivers gcr+freebsd-stable at tharned.org
Wed Feb 11 19:10:40 PST 2009


On Wed, 11 Feb 2009, Jack Vogel wrote:

> Somehow that error was corrected but just AFTER the release. Its a 
> simple fix, look at ixgbe.h in CVS to see it, you just get rid of the 
> "tcp_lro.h" and change it to <netinet/tcp_lro.h>
>
> There will be a new code drop soon also.
>

That worked perfectly.  Now I see:

pci23: <ACPI PCI bus> on pcib11
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 1.6.2> port 0x6000-0x601f mem 0xfdfe0000-0xfdffffff,0xfdf80000-0xfdfbffff,0xfdf70000-0xfdf73fff irq 19 at device 0.0 on pci23
ix0: Using MSIX interrupts with 3 vectors
ix0: [ITHREAD]
ix0: [ITHREAD]
ix0: [ITHREAD]
ix0: Ethernet address: 00:1b:21:11:70:8f
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 1.6.2> port 0x6020-0x603f mem 0xfdf40000-0xfdf5ffff,0xfdf00000-0xfdf3ffff,0xfdef0000-0xfdef3fff irq 16 at device 0.1 on pci23
ix1: Using MSIX interrupts with 3 vectors
ix1: [ITHREAD]
ix1: [ITHREAD]
ix1: [ITHREAD]
ix1: Ethernet address: 00:1b:21:11:70:8e

and

ix0 at pci0:23:0:0:	class=0x020000 card=0xa15f8086 chip=0x10c68086 rev=0x01 hdr=0x00
     vendor     = 'Intel Corporation'
     class      = network
     subclass   = ethernet
ix1 at pci0:23:0:1:	class=0x020000 card=0xa15f8086 chip=0x10c68086 rev=0x01 hdr=0x00
     vendor     = 'Intel Corporation'
     class      = network
     subclass   = ethernet

and

ix0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
 	options=13b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,TSO4>
 	ether 00:1b:21:11:70:8f
 	media: Ethernet autoselect
 	status: no carrier
ix1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
 	options=13b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,TSO4>
 	ether 00:1b:21:11:70:8e
 	media: Ethernet autoselect
 	status: no carrier


Thanks!

-- 
Greg Rivers


More information about the freebsd-stable mailing list