Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 21:23:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 196501] [em] Intel 82573 nic built on my pdsbm-ln2 1U server and only one port will work.
Message-ID:  <bug-196501-2472-mh3jCLfFcD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196501-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196501-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196501

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org

--- Comment #5 from John Baldwin <jhb@FreeBSD.org> ---
Try setting 'hint.agp.0.disabled=1' in loader.conf.  agp0 allocates a page of
address space that causes a trickle down effect where em0 and em1 have to
allocate different BARs.

That said, em0/1 should be able to cope with the alternate BARs, though it may
be that em0 doesn't work because em1's bridge is still decoding those addresses
when em0 tries to probe.  I bet that if we forced em0 to reattach it would
actually work ok (e.g using my devctl thing that isn't in the tree yet).

Ultimately this is a PCI bus bug, not an em(4) issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196501-2472-mh3jCLfFcD>