From owner-freebsd-stable@FreeBSD.ORG Thu Jun 2 21:33:57 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311B016A41C for ; Thu, 2 Jun 2005 21:33:57 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD1A43D1F for ; Thu, 2 Jun 2005 21:33:56 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so476742rng for ; Thu, 02 Jun 2005 14:33:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M3sJGIGSbkSfjBVxYVgWp2ifvhHECe68kPwhedjUGWZ9UUG9aiAJbmeCDTp36su39O9v7b1yG7x4PIxWu46/Ih6f8SQKLL/HZQGKcx6017bJ7s+fI6a3jjtfZZJH+dG/PPdP/YSp6D/MzyeDkcXFG/n+C0otzBA6kk3iy1T+afk= Received: by 10.38.24.42 with SMTP id 42mr673966rnx; Thu, 02 Jun 2005 14:33:56 -0700 (PDT) Received: by 10.38.149.57 with HTTP; Thu, 2 Jun 2005 14:33:56 -0700 (PDT) Message-ID: Date: Thu, 2 Jun 2005 23:33:56 +0200 From: Claus Guttesen To: Danny Cooper In-Reply-To: <20050602210949.5625343D4C@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8FAC4325-48D8-4138-8694-2A606D3CB853@caida.org> <20050602210949.5625343D4C@mx1.FreeBSD.org> Cc: Brendan White , freebsd-stable@freebsd.org Subject: Re: repeatable crash with 5.4-RELEASE and PAE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Claus Guttesen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 21:33:57 -0000 > How are you disabling USB? It seems that has worked for you. By adding the line below to /etc/rc.conf: usbd_enable=3D"NO" and disable any usb-related in your kernel, the sections; # USB support ... # USB Ethernet, requires mii ... regards Claus