From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 15:23:28 2004 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 D1D0A16A4CE; Fri, 6 Feb 2004 15:23:28 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AF043D31; Fri, 6 Feb 2004 15:23:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i16NL6TA026245; Fri, 6 Feb 2004 15:21:06 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i16NL6I2026244; Fri, 6 Feb 2004 15:21:06 -0800 (PST) (envelope-from sgk) Date: Fri, 6 Feb 2004 15:21:06 -0800 From: Steve Kargl To: Pawel Jakub Dawidek Message-ID: <20040206232106.GA26221@troutmask.apl.washington.edu> References: <39982.1075975367@critter.freebsd.dk> <20040206121244.GN14639@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040206121244.GN14639@garage.freebsd.pl> User-Agent: Mutt/1.4.1i cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: HEADSUP: disk_*(9) API change mega-patch 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: Fri, 06 Feb 2004 23:23:28 -0000 On Fri, Feb 06, 2004 at 01:12:44PM +0100, Pawel Jakub Dawidek wrote: > > It panics my system when I'm booting it with USB bar inserted or > when I insert it after boot: > > Memory modified after free 0xc4174300(124) val=deadc0dd @ 0xc4174334 > panic: Most recently used by devbuf > What happens if you set hint.acpi.0.disabled="1" in /boot/loader.conf? -- Steve