From owner-svn-src-head@FreeBSD.ORG Sun May 1 19:54:47 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 002D5106566B; Sun, 1 May 2011 19:54:46 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFCA8FC0A; Sun, 1 May 2011 19:54:45 +0000 (UTC) Received: by fxm11 with SMTP id 11so4943021fxm.13 for ; Sun, 01 May 2011 12:54:45 -0700 (PDT) Received: by 10.223.64.201 with SMTP id f9mr5562887fai.102.1304279684921; Sun, 01 May 2011 12:54:44 -0700 (PDT) Received: from amy.lab.techwires.net (dslb-088-067-204-093.pools.arcor-ip.net [88.67.204.93]) by mx.google.com with ESMTPS id d18sm79523fak.22.2011.05.01.12.54.39 (version=SSLv3 cipher=OTHER); Sun, 01 May 2011 12:54:44 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: Nathan Whitehorn Date: Sun, 1 May 2011 21:54:40 +0200 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.2; amd64; ; ) References: <201105011905.p41J5sGs003976@svn.freebsd.org> <4DBDB45C.30906@freebsd.org> In-Reply-To: <4DBDB45C.30906@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201105012154.40835.bschmidt@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221301 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 19:54:47 -0000 On Sunday 01 May 2011 21:28:28 Nathan Whitehorn wrote: > On 05/01/11 14:05, Bernhard Schmidt wrote: > > Author: bschmidt > > Date: Sun May 1 19:05:54 2011 > > New Revision: 221301 > > URL: http://svn.freebsd.org/changeset/base/221301 > > > > Log: > > These are of course i386/amd64 only. > > > I'm not sure that's intrinsically true. Even if they mostly only ship > with Intel motherboards, many of these are Mini-PCI parts which could be > put into non-x86 systems. Yes, indeed. Those might of course be used on other platforms too (well at least it fits into the slot, I know that certain features are not even available on AMD platforms). I'm just not aware that anyone ever tried one of it on mips for example. I don't mind being proven wrong and if so move the entries back to a more generic location. Currently I'm just trying mimic the module behaviour in sys/modules/Makefile. -- Bernhard