From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 13:12:46 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50EB1065673 for ; Mon, 9 Aug 2010 13:12:46 +0000 (UTC) (envelope-from prvs=830da0345=a@jenisch.at) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) by mx1.freebsd.org (Postfix) with ESMTP id 464A88FC0A for ; Mon, 9 Aug 2010 13:12:45 +0000 (UTC) Received: from exchh1.oekb.co.at ([143.245.3.20]) by mgaterz1.oekb.co.at with ESMTP; 09 Aug 2010 14:43:15 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by exchh1.oekb.co.at (143.245.3.60) with Microsoft SMTP Server id 8.2.234.1; Mon, 9 Aug 2010 14:43:15 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.4/8.14.4) with ESMTP id o79ChFiM023673 for ; Mon, 9 Aug 2010 14:43:15 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.4/8.14.4/Submit) id o79ChEQk023672 for questions@freebsd.org; Mon, 9 Aug 2010 14:43:15 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Mon, 9 Aug 2010 14:43:14 +0200 From: Ewald Jenisch To: questions@freebsd.org Message-ID: <20100809124314.GA23640@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: /usr/src/sys/dev/bce/if_bce.c - MSI allocation failed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 13:12:46 -0000 Hi, In one of my machines I've got a HP GE-Card ("HP NC370T Multifunction Gigabit Server Adapter") that FreeBSD identifies as "bce". /var/log/messages shows the following errors: Jul 27 12:29:29 sniff-rz2 kernel: bce0: mem 0xf6000000-0xf7ffffff irq 34 at device 7.0 on pci5 Jul 27 12:29:29 sniff-rz2 kernel: bce0: /usr/src/sys/dev/bce/if_bce.c(789): MSI allocation failed! error = 6 Jul 27 12:29:29 sniff-rz2 kernel: miibus2: on bce0 Jul 27 12:29:29 sniff-rz2 kernel: brgphy2: PHY 1 on miibus2 Jul 27 12:29:29 sniff-rz2 kernel: brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Jul 27 12:29:29 sniff-rz2 kernel: bce0: Ethernet address: 00:13:21:c5:f8:7a Jul 27 12:29:29 sniff-rz2 kernel: bce0: [ITHREAD] Jul 27 12:29:29 sniff-rz2 kernel: bce0: ASIC (0x57060020); Rev (A2); Bus (PCI-X, 64-bit, 100MHz); B/C (1.9.6); Flags () What caught my attention is the "MSI allocation failed" error above. Since I intend to use that card as an interface that wireshark listens on I'd better make sure it works so I don't get packet loss or other funny things. Has anybody else seen the above message? Anything that can be done against it - or can it be "safely ignored"? Thanks in advance for any clue, -ewald PS: System in question is running FreeBSD 8.1 AMD 64 on a HP serverqq - system and kernel as per today.