From owner-svn-src-all@FreeBSD.ORG Mon May 2 05:48:13 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F329106566B; Mon, 2 May 2011 05:48:13 +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 659E48FC20; Mon, 2 May 2011 05:48:12 +0000 (UTC) Received: by vws18 with SMTP id 18so5329453vws.13 for ; Sun, 01 May 2011 22:48:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=rmo+SB8WPxnry4C0kHv+WOM/lkNANyRnu2MlJGkeQRE=; b=LQp89XfMr5kuD0r8RFpsg7RRk+z9i789iznyEmd/yJC7ZwgVdznW1NVyFQPtpF9yHj Yxqhzp9U9++SPJ7hqx2Zt/5rKPcSKQ4lexHGvRaukaGySyy3Zu7R3vH7lIkYxCE/Tg4j FGXmaMaDNFhohav9dA4h5M5FH3+NI2RqoRQQg= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=i+JtjAKsOVCLhaTPde9daOtxxe6+V7NteiHgyIBZovIWlRcFZx/Vp+Ycl78j/1ms0/ pACOn/UBuFixZLDvw6sHZBpHaO0MKNRaV+ZF7bUfGKXrCW2NG++2k7LSPD74MOntp6dA StGUqB3/W1r/f0y8J4W6/3wQZYaCGlryImCYM= MIME-Version: 1.0 Received: by 10.52.69.69 with SMTP id c5mr4057962vdu.222.1304315291814; Sun, 01 May 2011 22:48:11 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.157.202 with HTTP; Sun, 1 May 2011 22:48:11 -0700 (PDT) In-Reply-To: <201105012154.40835.bschmidt@freebsd.org> References: <201105011905.p41J5sGs003976@svn.freebsd.org> <4DBDB45C.30906@freebsd.org> <201105012154.40835.bschmidt@freebsd.org> Date: Mon, 2 May 2011 13:48:11 +0800 X-Google-Sender-Auth: ZRw1gSdk4iXaAVwizy46EExGa68 Message-ID: From: Adrian Chadd To: Bernhard Schmidt Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nathan Whitehorn Subject: Re: svn commit: r221301 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 05:48:13 -0000 On 2 May 2011 03:54, Bernhard Schmidt wrote: >> 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. I'm likely to try the intel mini-pcie stuff on the atheros PB92 ref board (AR7242 MIPS). Just not yet. I'll let you know how it goes when i've done it. Adiran