From owner-freebsd-net@FreeBSD.ORG Fri Mar 12 22:20:03 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06366106564A for ; Fri, 12 Mar 2010 22:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFEEA8FC14 for ; Fri, 12 Mar 2010 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2CMK2l7088792 for ; Fri, 12 Mar 2010 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2CMK27Q088791; Fri, 12 Mar 2010 22:20:02 GMT (envelope-from gnats) Date: Fri, 12 Mar 2010 22:20:02 GMT Message-Id: <201003122220.o2CMK27Q088791@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: kern/144680: em(4) problem with dual-port adapter X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 22:20:03 -0000 The following reply was made to PR kern/144680; it has been noted by GNATS. From: Garrett Cooper To: Pavel Argentov Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/144680: em(4) problem with dual-port adapter Date: Fri, 12 Mar 2010 14:13:47 -0800 On Fri, Mar 12, 2010 at 12:25 AM, Pavel Argentov wr= ote: > >>Number: =A0 =A0 =A0 =A0 144680 >>Category: =A0 =A0 =A0 kern >>Synopsis: =A0 =A0 =A0 em(4) problem with dual-port adapter >>Confidential: =A0 no >>Severity: =A0 =A0 =A0 serious >>Priority: =A0 =A0 =A0 medium >>Responsible: =A0 =A0freebsd-bugs >>State: =A0 =A0 =A0 =A0 =A0open >>Quarter: >>Keywords: >>Date-Required: >>Class: =A0 =A0 =A0 =A0 =A0sw-bug >>Submitter-Id: =A0 current-users >>Arrival-Date: =A0 Fri Mar 12 08:30:07 UTC 2010 >>Closed-Date: >>Last-Modified: >>Originator: =A0 =A0 Pavel Argentov >>Release: =A0 =A0 =A0 =A07.2-RELEASE >>Organization: > Ratmir-TeleKom, Ltd. >>Environment: > FreeBSD pptp-2.rtelekom.ru 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Thu = Feb 25 08:27:41 MSK 2010 =A0 =A0 root@pptp-new.rtelekom.ru:/usr/src/sys/i38= 6/compile/PPTP =A0i386 >>Description: > The problem appears when using Intel PRO/1000 MT Dual Port Server Adapter= (separate card, not motherboard integrated) in dual-port mode. > > When I boot the system without ethernet connection or with only one port = plugged the driver starts as usual and works with no problem. But if I conn= ect both ports the driver gives this message: [...] > em1: Memory Access and/or Bus Master bits were not set! [...] Just stating the obvious, these messages look like they're a good start to look into the issue you're seeing. Thanks, -Garrett