From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 09:14:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1450516A4CE for ; Tue, 2 Dec 2003 09:14:59 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C71943F3F for ; Tue, 2 Dec 2003 09:14:57 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB2HEpgt027897; Tue, 2 Dec 2003 10:14:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 02 Dec 2003 10:14:25 -0700 (MST) Message-Id: <20031202.101425.81994360.imp@bsdimp.com> To: cejkar@fit.vutbr.cz From: "M. Warner Losh" In-Reply-To: <20031202112236.GA77263@fit.vutbr.cz> References: <20031202112236.GA77263@fit.vutbr.cz> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: How to disable devices in -current / 5.2-BETA? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 17:14:59 -0000 In message: <20031202112236.GA77263@fit.vutbr.cz> Rudolf Cejka writes: : : Hello, : I'm trying to boot 5.2-BETA with aac, which panics as has been : reported here and I can confirm panics too. I would like to try : boot with aac disabled for now, but it does not work for me. : There is suggested in device.hints(5), that I can do : set hint.driver.unit.disabled="1" : however it does not work for me - neither in loader prompt, nor : in /boot/device.hints. : : Exactly, I'm trying : hint.aac.0.disabled="1" : in /boot/device.hints or : set hint.aac.0.disabled="1" : in loader prompt. You can't disable pci devices. You lose. Warner