From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 22 03:43:43 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8888C16A41F for ; Fri, 22 Jul 2005 03:43:43 +0000 (GMT) (envelope-from ogden@yem.eng.utah.edu) Received: from yem.eng.utah.edu (yem.eng.utah.edu [155.98.111.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19E143D69 for ; Fri, 22 Jul 2005 03:43:24 +0000 (GMT) (envelope-from ogden@yem.eng.utah.edu) Received: from ogden by yem.eng.utah.edu with local (Exim 4.51 (FreeBSD)) id 1DvoR5-0005MG-HK for freebsd-amd64@freebsd.org; Thu, 21 Jul 2005 21:42:55 -0600 Date: Thu, 21 Jul 2005 21:42:55 -0600 From: Mark Ogden To: freebsd-amd64@freebsd.org Message-ID: <20050722034255.GA20466@yem.eng.utah.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: Mark L Ogden Subject: Kernel Build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 03:43:43 -0000 I installed 5.4 on a new dual opteron adm64 machine (its a Sun W2100z). Everything went great but once the install was finished, of course I had to rebuild the kernel to include: options SMP. Since this was my first build of the kernel on this new machine, I used GENERIC with the option SMP added. The build went fine but on the reboot, usb devices did not come back, "No usb host controller" is what gets printed to the screen during boot. By chance, I thought maybe, just maybe I do have to use the separate SMP kernel that also by default is put in /usr/src/sys/amd64/conf along with GENERICE. Nope, same result. I can see from the output of 'kldstat -v' that the usb modules are being loaded. Any ideas on this? The W2100zs only have usb input for mouse and keyboard so the idea of using this as my desktop machine are on hold untill I can figure this problem out unless of course I just don't rebuild the kernel :( Thanks. -Mark