From owner-freebsd-current@FreeBSD.ORG Sat Jul 11 17:45:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E23D1065672 for ; Sat, 11 Jul 2009 17:45:30 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-vw0-f172.google.com (mail-vw0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id B2F1D8FC08 for ; Sat, 11 Jul 2009 17:45:29 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by vwj2 with SMTP id 2so1262614vwj.3 for ; Sat, 11 Jul 2009 10:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=eGD0rp0Cd5DwZoDFaemecdrPpco4ooMmwvTyf8Xhvrg=; b=IGtYpvi2YSZZ6G0riFCSMxYi+xI8k3YgJD2qPPS3FW3KCtx++6cc8cwHKTwLRfFWtC +cNQUfUprk8wCsY5MsM7josYWV8bab/1kXedIshHuC2Aql6Y1SChy+ZkPG71miusmQNI Cn3m92DuRuYlLaMkiA5oeCYoFz6UYPzuiTk70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=e6XoFWulvNDwNAUR6fW3wRLKr9WOAQ+St2L6DXFHzcBVW+ZsyP4pqzRmL2WdULh3AR n3qeigdRd/olNfKPrAdnmo+UOFTkkP5qzhGrEV+VXQEM1NAUmvMuO8+AEyA+/vx4fN0N UNxm2ZUTGKmETK0sy9Seor5+NmLhbVBJj1wVE= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.220.83.201 with SMTP id g9mr4760314vcl.42.1247334329133; Sat, 11 Jul 2009 10:45:29 -0700 (PDT) In-Reply-To: <200907111900.11210.hselasky@c2i.net> References: <3131aa530907101349tac49804n86243e1c2bd055f6@mail.gmail.com> <200907110828.51190.hselasky@c2i.net> <3131aa530907110945s1b4be03cmec7480f9dc792917@mail.gmail.com> <200907111900.11210.hselasky@c2i.net> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Sat, 11 Jul 2009 19:45:09 +0200 X-Google-Sender-Auth: 975cfd374b00e82b Message-ID: <3131aa530907111045y5a71d24ah2e9f2664f8a7fd17@mail.gmail.com> To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Glen Barber Subject: Re: [8.0 Beta 1] Hang after loading USB ehci drivers on Asus K8N4-E X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 11 Jul 2009 17:45:30 -0000 > > Are you seeing the same error message on FreeBSD 7.0 if you boot with > bootverbose? > There is only the "SSM does not respond, resetting" message for ohci0 with FreeBSD 7.0-RC3: ohci0: mem 0xd3103000-0xd3103ff irq 11 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd3103000 ioapic0: routing intpin 11 (PCI IRQ 11) to vector 48 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SSM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 10 ports with 10 removable, self powered ehci0: mem 0xd3104000-0xd31040ff irq 10 at device 2.1 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xd3104000 ioapic0: routing intpin 10 (PCI IRQ 10) to vector 49 ehci: [GIANT-LOCKED] ehci: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 4 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1:=A0 on usb1 uhub1: 10 ports with 10 removable, self powered If I disable the USB 2.0 controller in the BIOS: The system can continue to load the kernel, but I still can't boot because I meet another problem related to "ata0: reiniting channel" and "ad0: FAILURE - READ_DMA timed out LBA=3D512", but I will create another thread for this problem :-( Olivier