From owner-freebsd-questions@FreeBSD.ORG Tue Jul 21 16:31:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 257F110656AB for ; Tue, 21 Jul 2009 16:31:33 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id D39A48FC08 for ; Tue, 21 Jul 2009 16:31:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by gxk17 with SMTP id 17so4806152gxk.19 for ; Tue, 21 Jul 2009 09:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=arbjkdA2tgtvA+/1Yn4e2EZRH6hsvMGstiRUoLGwsXI=; b=jAYT8nH+cQbpCzAupVhW7HEeJ5ni0kUfGF/TPQCGegMX3B61CXFoJ4J4JkPtM9Abie u8dSm7U94/SWPErFWsHSWBrDXWxXUA6zSNdlVilmVPTuG/1QwIKRIIS38hym0rNTX3yv Tyt399axCr8/i7jLIRFUwWj/zIjUHHdCJIWr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Jj+/dRq9V1Ih7ajye/1XdM2Or9Rx9R1pGX/fLIaBvwluvnKP3d5G+VyjscHmiAvk6G 2y7fYIgShlNhNXjC0kS6d9u7NOCbkYEQb1KoASg4hu8PjPoqToY3PBHx3HLCzR2lc8ZG cfpiPI32miC8JSxdFVEe/ekrvD87DUQchEVNY= MIME-Version: 1.0 Received: by 10.90.75.13 with SMTP id x13mr1111176aga.80.1248193891445; Tue, 21 Jul 2009 09:31:31 -0700 (PDT) In-Reply-To: <4A65D28E.5030905@videotron.ca> References: <4A65D28E.5030905@videotron.ca> Date: Tue, 21 Jul 2009 12:31:31 -0400 Message-ID: From: "illoai@gmail.com" To: PJ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: custom amd64 kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 16:31:33 -0000 2009/7/21 PJ : > Frankly, I have no idea how to configure the kernel from GENERIC... I > have installed, in the past and recently, Intel i386 kernels without > problem but this amd64 thingy is incomprehensible for me... the default > GENERIC example holds HAMMER as the cpu; mine is Turion with some other > name for the cpu. > Changing that does not fix things either. AFIK (IANAMSP) "HAMMER" is the only valid setting for cpu in your kernel config under amd64. If you insist on "tuning" it, try setting "CPUTYPE" in /etc/make.conf. Your ACPI errors may not be errors, but rather informational messages. Per-haps "dmesg -a | grep ACPI"? -- --