From owner-freebsd-questions@FreeBSD.ORG Tue Sep 18 09:04:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 308F5106566B for ; Tue, 18 Sep 2012 09:04:24 +0000 (UTC) (envelope-from jamie@kode5.net) Received: from kontrol.kode5.net (kontrol.kode5.net [80.229.5.32]) by mx1.freebsd.org (Postfix) with ESMTP id 93E3F8FC14 for ; Tue, 18 Sep 2012 09:04:22 +0000 (UTC) Received: from kontrol.kode5.net (localhost [127.0.0.1]) by kontrol.kode5.net (8.14.5/8.14.5) with ESMTP id q8I94Llk005785 for ; Tue, 18 Sep 2012 10:04:21 +0100 (BST) (envelope-from jamie@kode5.net) Received: (from jamie@localhost) by kontrol.kode5.net (8.14.5/8.14.5/Submit) id q8I94LP2005784 for freebsd-questions@freebsd.org; Tue, 18 Sep 2012 10:04:21 +0100 (BST) (envelope-from jamie@kode5.net) X-Authentication-Warning: kontrol.kode5.net: jamie set sender to jamie@kode5.net using -f Date: Tue, 18 Sep 2012 10:04:21 +0100 From: Jamie Paul Griffin To: freebsd-questions@freebsd.org Message-ID: <20120918090420.GD5486@kontrol.kode5.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <84002D87687695781C9FBC88@Gorans-MacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84002D87687695781C9FBC88@Gorans-MacBook-Pro.local> x-operating-system: FreeBSD 9.1-PRERELEASE amd64 x-pgp-fingerprint: A4B9 E875 A18C 6E11 F46D B788 BEE6 1251 1D31 DC38 x-pgp-key: 1D31DC38 User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.5 at kontrol.kode5.net X-Virus-Status: Clean Subject: Re: exclude device from bus probe? 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: Tue, 18 Sep 2012 09:04:24 -0000 > We have a system based on Supermicro X7SPA-HF with IPMI connected via a > shared 82574L NIC. We are not using this NIC for anything from the OS but > the probing and device attach breaks the IPMI connection so bad FBSD don't > see any screen during boot. There is no BIOS flag that disables the NIC > from the OS, only a HW strap but that dsables the IPMI also. > > Is it possible to disable the probe of the NIC using hists to the PCI bus > driver? I have addded hint.em.0.disable=1 but it does not help. > > em0@pci0:2:0:0: class=0x020000 card=0x10d315d9 chip=0x10d38086 rev=0x00 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82574L Gigabit Network Connection' > class = network > subclass = ethernet > > Any other suggestions appreciated. You could remove it from the Kernel config file and build a custom Kernel.