From owner-freebsd-questions@FreeBSD.ORG Fri Oct 18 06:32:07 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31F6ED6D for ; Fri, 18 Oct 2013 06:32:07 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id F1E6320F4 for ; Fri, 18 Oct 2013 06:32:06 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:33059] helo=localhost) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 99/17-02506-5E5D0625; Fri, 18 Oct 2013 06:32:05 +0000 Date: Fri, 18 Oct 2013 06:32:05 +0000 Message-ID: <99.17.02506.5E5D0625@cdptpa-oedge01> From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org References: <9F.B4.02506.FE40F525@cdptpa-oedge01> <20131017165423.dd91fda6.freebsd@edvax.de> Subject: Re: Disable devices at boot time? X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Cc: Polytropon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 06:32:07 -0000 > On Wed, 16 Oct 2013 21:28:15 +0000, Thomas Mueller wrote: > > Is there any way in FreeBSD to disable or enable devices on boot? > There is /boot/device.hints with settings like > hint...disabled="1" > See "man 5 device.hints" for details. If you enter the loader > prompt, you can also manually enable or disable devices. > Polytropon > Magdeburg, Germany Thanks for help, that may work. It can be useful if a device makes the system fail to boot. In my case, I might want to disable re (Realtek 8111E Ethernet) on MSI Z77 MPOWER motherboard, which fails to connect under FreeBSD but succeeds in NetBSD-current. Tom