From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 20 19:05:57 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0A4A16AF57 for ; Tue, 20 Feb 2007 19:05:57 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp804.mail.ird.yahoo.com (smtp804.mail.ird.yahoo.com [217.146.188.64]) by mx1.freebsd.org (Postfix) with SMTP id 1FA7213C4B2 for ; Tue, 20 Feb 2007 19:05:56 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 54928 invoked from network); 20 Feb 2007 18:39:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:Reply-To:From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:Content-Language; b=lolagBYBY42KQl0kjQlqhjPH9KArwP2hDn9pDgBqV2LLnWpp2wl6k17LBwN+KxPSFDrAH+xyBKmeLfy3AIwgjsreZ/+aHh9nfuBJ4cNtrSyOFhO62Xib8VhC4Tg+xXcfIDf96WQdrOQZqEM6NDkwD2hdzWQx/r7/PoyaQUckJKg= ; Received: from unknown (HELO w2fzz0vc03) (thomas.sparrevohn@btinternet.com@86.143.69.96 with login) by smtp804.mail.ird.yahoo.com with SMTP; 20 Feb 2007 18:39:16 -0000 X-YMail-OSG: NSFUeigVM1lWgVOqIIKebvj6dTV3bpYTq3BEnmm4Uv5bSGvS46_aoXoI.PvxINUuE8Q6tbPEN5hYIHBCwiLVk9SlXq4dwgim.N0JIP2YwKy1VRJqaVsvDa1SddGciYH6k2AaOYw_kWsU From: "Thomas Sparrevohn" To: "'John Baldwin'" , References: <200702181239.l1ICdWp0012520@www.freebsd.org> <200702201147.57658.jhb@freebsd.org> In-Reply-To: <200702201147.57658.jhb@freebsd.org> Date: Tue, 20 Feb 2007 18:39:15 -0000 Message-ID: <000801c7551e$6c6d7100$45485300$@Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcdVG9F2zz3C35x3Rzum9tTxT1rmcgAAmBBw Content-Language: en-gb Cc: freebsd-gnats-submit@freebsd.org Subject: RE: amd64/109274: MCP55 USB Controller fails to attach in AMD64 Current SMP Kernel X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas.Sparrevohn@btinternet.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 19:05:57 -0000 That what I did and USB does not work under SMP AMD64 with this chipset - I did send a mail to that effect on both Mailing lists including dmesg etc. -----Original Message----- From: John Baldwin [mailto:jhb@freebsd.org] Sent: 20 February 2007 16:48 To: freebsd-amd64@freebsd.org Cc: Thomas Sparrevohn; freebsd-gnats-submit@freebsd.org Subject: Re: amd64/109274: MCP55 USB Controller fails to attach in AMD64 Current SMP Kernel On Sunday 18 February 2007 07:39, Thomas Sparrevohn wrote: > > >Number: 109274 > >Category: amd64 > >Synopsis: MCP55 USB Controller fails to attach in AMD64 Current SMP Kernel > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Feb 18 12:40:06 GMT 2007 > >Closed-Date: > >Last-Modified: > >Originator: Thomas Sparrevohn > >Release: AMD64 Current (cvsup 17/02) > >Organization: > >Environment: > >Description: > The USB MCP55 Controller fails to attach in AMD64 Current leaving no keyboards working etc. > >How-To-Repeat: > Boot the system in AMD64 Mode - I have pciconf/devinfo dumps available > >Fix: > Reverting to 6.2 RELEASE works - however that means that the system does not run in SMP Dude, just build an SMP kernel on 6.2. SMP isn't enabled in GENERIC on 6.x by default. -- John Baldwin