Hi All, I have 2 hosts, HP DL360 G8 and Dell R620. Both have the X520-DA2/Intel 82599 10G Fiber NIC. Both also have the same FreeBSD 8-STABLE image. The Dell displays the following in dmesg and we are unable to configure the ix0 or ix1 interfaces where the HP works just fine. Wondering if anyone else has experienced this? pci4: <network, ethernet> at device 0.0 (no driver attached) pci4: <network, ethernet> at device 0.1 (no driver attached) -- Take care Rick Miller
Please post the output of pciconf -lvc for these devices. -Andrew On Jun 29, 2012, at 10:50 AM, Rick Miller wrote:> Hi All, > > I have 2 hosts, HP DL360 G8 and Dell R620. Both have the > X520-DA2/Intel 82599 10G Fiber NIC. Both also have the same FreeBSD > 8-STABLE image. The Dell displays the following in dmesg and we are > unable to configure the ix0 or ix1 interfaces where the HP works just > fine. Wondering if anyone else has experienced this? > > pci4: <network, ethernet> at device 0.0 (no driver attached) > pci4: <network, ethernet> at device 0.1 (no driver attached) > > > -- > Take care > Rick Miller > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"-------------------------------------------------- Andrew Boyer aboyer@averesystems.com
On Fri, Jun 29, 2012 at 10:50:52AM -0400, Rick Miller wrote:> Hi All, > > I have 2 hosts, HP DL360 G8 and Dell R620. Both have the > X520-DA2/Intel 82599 10G Fiber NIC. Both also have the same FreeBSD > 8-STABLE image. The Dell displays the following in dmesg and we are > unable to configure the ix0 or ix1 interfaces where the HP works just > fine. Wondering if anyone else has experienced this? > > pci4: <network, ethernet> at device 0.0 (no driver attached) > pci4: <network, ethernet> at device 0.1 (no driver attached)Please see http://lists.freebsd.org/pipermail/freebsd-net/2012-June/032579.html it may be of some assistance. It looks like adding the Dell specific PCI IDs may be all thats required. Gary
On Fri, Jun 29, 2012 at 11:56 AM, Gary Palmer <gpalmer@freebsd.org> wrote:> On Fri, Jun 29, 2012 at 10:50:52AM -0400, Rick Miller wrote: >> Hi All, >> >> I have 2 hosts, HP DL360 G8 and Dell R620. ?Both have the >> X520-DA2/Intel 82599 10G Fiber NIC. ?Both also have the same FreeBSD >> 8-STABLE image. ?The Dell displays the following in dmesg and we are >> unable to configure the ix0 or ix1 interfaces where the HP works just >> fine. ?Wondering if anyone else has experienced this? >> >> pci4: <network, ethernet> at device 0.0 (no driver attached) >> pci4: <network, ethernet> at device 0.1 (no driver attached) > > Please see > > http://lists.freebsd.org/pipermail/freebsd-net/2012-June/032579.html > > it may be of some assistance. ?It looks like adding the Dell specific > PCI IDs may be all thats required.Hrmm, very interesting indeed. How do I identify if/when/where the source has been updated? -- Take care Rick Miller
Be patient, a new version will hit HEAD soon with the ID added. Jack On Fri, Jun 29, 2012 at 9:35 AM, Rick Miller <vmiller@hostileadmin.com>wrote:> On Fri, Jun 29, 2012 at 11:56 AM, Gary Palmer <gpalmer@freebsd.org> wrote: > > On Fri, Jun 29, 2012 at 10:50:52AM -0400, Rick Miller wrote: > >> Hi All, > >> > >> I have 2 hosts, HP DL360 G8 and Dell R620. Both have the > >> X520-DA2/Intel 82599 10G Fiber NIC. Both also have the same FreeBSD > >> 8-STABLE image. The Dell displays the following in dmesg and we are > >> unable to configure the ix0 or ix1 interfaces where the HP works just > >> fine. Wondering if anyone else has experienced this? > >> > >> pci4: <network, ethernet> at device 0.0 (no driver attached) > >> pci4: <network, ethernet> at device 0.1 (no driver attached) > > > > Please see > > > > http://lists.freebsd.org/pipermail/freebsd-net/2012-June/032579.html > > > > it may be of some assistance. It looks like adding the Dell specific > > PCI IDs may be all thats required. > > Hrmm, very interesting indeed. > > How do I identify if/when/where the source has been updated? > > -- > Take care > Rick Miller > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
On Fri, Jun 29, 2012 at 11:56 AM, Gary Palmer <gpalmer@freebsd.org> wrote:> On Fri, Jun 29, 2012 at 10:50:52AM -0400, Rick Miller wrote: >> Hi All, >> >> I have 2 hosts, HP DL360 G8 and Dell R620. ?Both have the >> X520-DA2/Intel 82599 10G Fiber NIC. ?Both also have the same FreeBSD >> 8-STABLE image. ?The Dell displays the following in dmesg and we are >> unable to configure the ix0 or ix1 interfaces where the HP works just >> fine. ?Wondering if anyone else has experienced this? >> >> pci4: <network, ethernet> at device 0.0 (no driver attached) >> pci4: <network, ethernet> at device 0.1 (no driver attached) > > Please see > > http://lists.freebsd.org/pipermail/freebsd-net/2012-June/032579.html > > it may be of some assistance. ?It looks like adding the Dell specific > PCI IDs may be all thats required.We removed an Intel branded equivalent from the DL360 and tried it in the R620. It detected it no problem. Only problem was we could not see it in the BIOS, not a huge deal to us. -- Rick Miller