From owner-freebsd-questions@FreeBSD.ORG Tue Sep 18 10:05:04 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 F390B106566C for ; Tue, 18 Sep 2012 10:05:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id DC8368FC12 for ; Tue, 18 Sep 2012 10:05:02 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TDufw-0002Ly-Fh for freebsd-questions@freebsd.org; Tue, 18 Sep 2012 12:05:04 +0200 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Sep 2012 12:05:04 +0200 Received: from jb1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Sep 2012 12:05:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Tue, 18 Sep 2012 09:55:51 +0000 (UTC) Lines: 19 Message-ID: References: <84002D87687695781C9FBC88@Gorans-MacBook-Pro.local> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20100101 Firefox/15.0.1) 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 10:05:04 -0000 Göran Löwkrantz ismobile.com> writes: > ... > 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. > ... DEVICE.HINTS(5) The format is: hint.driver.unit.keyword="value" The keyword may be: ... disabled can be set to "1" to disable the device. ^ Note the wording "^" here. jb