From owner-freebsd-current@FreeBSD.ORG Mon Dec 12 07:28:09 2011 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 DA94C1065673; Mon, 12 Dec 2011 07:28:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 79C738FC19; Mon, 12 Dec 2011 07:28:09 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so6073762vbb.13 for ; Sun, 11 Dec 2011 23:28:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=n6ys/WwQJ7thZbdyPqfbjv37MEcSck7SCXv+aCfeUGk=; b=NNkfoPELqwmeBFFXBFI++lQ5FKlyipCBhJwg5d9iw6OVrpW9kE/dYAfEmOkSzhjJCi wNTq8BS4yOINJXq+ha1iXJhGYp597vTt/+tb4oAaONpidEhFlgmXWszb2kphKU282D1N 1AWZ/JiFCp45TawBdxfs6RLmMEK5khcjYjuvY= MIME-Version: 1.0 Received: by 10.52.67.111 with SMTP id m15mr9066450vdt.96.1323674888409; Sun, 11 Dec 2011 23:28:08 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.26.50 with HTTP; Sun, 11 Dec 2011 23:28:08 -0800 (PST) In-Reply-To: <4EE4C410.7000204@acm.org> References: <4EE4C410.7000204@acm.org> Date: Sun, 11 Dec 2011 23:28:08 -0800 X-Google-Sender-Auth: hwF918xA7Fi4V0C73iqLC6NnKaQ Message-ID: From: Adrian Chadd To: Denis Fortin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, lev@freebsd.org Subject: Re: FreeBSD/amd64 on machine without ACPI BIOS? ==> works 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: Mon, 12 Dec 2011 07:28:09 -0000 FWIW, it should be easy to ship a config file for that soekris, which just does: include GENERIC device mptable It may be worthwhile at least considering this (along with a couple of comments explaining why the default kernel doesn't work on the soekris board) for 9.0. Question: can you load it at boottime as a module? Adrian