svn commit: r320897 - in stable/11/sys: conf dev/ixgbe modules/ix modules/ixv

Olivier Cochard-Labbé olivier at freebsd.org
Wed Jul 12 12:43:50 UTC 2017


On Tue, Jul 11, 2017 at 11:25 PM, Eric Joyner <erj at freebsd.org> wrote:

> Author: erj
> Date: Tue Jul 11 21:25:07 2017
> New Revision: 320897
> URL: https://svnweb.freebsd.org/changeset/base/320897
>
> Log:
>   MFC r316541, r316544, and r320688 from HEAD to stable/11.
>
>
​Hi Eric,

I've got a regression with this commit: My Intel 82599ES is no more
detected.

Before this commit:

​[root at R1]~# uname -a
FreeBSD R1 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE  r320896M  amd64
[root at R1]~# pciconf -lv
ix0 at pci0:21:0:0:        class=0x020000 card=0x00038086 chip=0x10fb8086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599ES 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet
ix1 at pci0:21:0:1:        class=0x020000 card=0x00038086 chip=0x10fb8086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599ES 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet
​
​After this commit:​
​[root at R1]~# uname -a
FreeBSD R1 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE  r320897M  amd64
[root at R1]~# pciconf -lv
none17 at pci0:21:0:0:     class=0x020000 card=0x00038086 chip=0x10fb8086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599ES 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet
none18 at pci0:21:0:1:     class=0x020000 card=0x00038086 chip=0x10fb8086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599ES 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet


More information about the svn-src-stable-11 mailing list