From owner-svn-src-head@FreeBSD.ORG Sun Jan 25 14:54:18 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9F10B5E; Sun, 25 Jan 2015 14:54:18 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81FB9DA8; Sun, 25 Jan 2015 14:54:18 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id rd3so6847597pab.9; Sun, 25 Jan 2015 06:54:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=0q4PjmVSKrjmk/IrFumdVDfD4tTHfE30a6F/Mv4mu+0=; b=hb7gAJuzn1ajHLqZeUmuD48vUz+sL/GFaPRu4cYd9cSj/X+rDssbjTrMwXLmuXxhHG OSNXUdf30h9irpw3czs08TtWPOvwpXjnL4VvbagaNraS8FgoTmr0a0/eeoahk6Obi8fP vqqm8gm7QmZ3TYI1fdRhqd4CbVsMtWPJ1LQQvx1j4ta8xkMMvx+UITXdH2WNTkwlYh2I VbVtkEQw+878CwpXtG5MmWCQoOwYmjU9wY2CgZIpTdlOWzv+3adRobicHr8Y03fq6+zi 1Qa483h/s0rKULDUeKGa3AFIrBJqKv2La1HMcEbxQ52b+qDVOgBLZw4RCHfVr8Y5M2N/ 8oPQ== X-Received: by 10.70.49.16 with SMTP id q16mr26981210pdn.2.1422197657089; Sun, 25 Jan 2015 06:54:17 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:ad2a:4a3d:6b53:513? ([2601:8:ab80:7d6:ad2a:4a3d:6b53:513]) by mx.google.com with ESMTPSA id bi11sm7432872pdb.8.2015.01.25.06.54.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 25 Jan 2015 06:54:16 -0800 (PST) References: <201501251202.t0PC2crJ029665@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <6366BFE6-1A9F-433C-99F5-65B9D905AEF5@gmail.com> X-Mailer: iPhone Mail (12B440) From: Garrett Cooper Subject: Re: svn commit: r277694 - head/sys/amd64/conf Date: Sun, 25 Jan 2015 06:54:15 -0800 To: Sergey Kandaurov Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Jan 2015 14:54:19 -0000 > On Jan 25, 2015, at 04:43, Sergey Kandaurov wrote: >=20 >> On 25 January 2015 at 15:02, Dag-Erling Sm=C3=B8rgrav w= rote: >> Author: des >> Date: Sun Jan 25 12:02:38 2015 >> New Revision: 277694 >> URL: https://svnweb.freebsd.org/changeset/base/277694 >>=20 >> Log: >> Remove ISA NICs. Anyone still using these on amd64 can build their >> own kernel. >>=20 >> Modified: >> head/sys/amd64/conf/GENERIC >=20 > If so, what about i386? (I'd rather not pc98) > What about device isa in DEFAULTS? isa is still needed in some scenarios. I just don't remember the full detail= s offhand (something about internal buses iirc... And IPMI for starters...) >> Modified: head/sys/amd64/conf/GENERIC >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/sys/amd64/conf/GENERIC Sun Jan 25 11:57:18 2015 (r277693)= >> +++ head/sys/amd64/conf/GENERIC Sun Jan 25 12:02:38 2015 (r277694)= >> @@ -260,16 +260,6 @@ device vr # VIA Rhi= ne, Rhine II >> device wb # Winbond W89C840F >> device xl # 3Com 3c90x (``Boomerang'', ``Cyc= lone'') >>=20 >> -# ISA Ethernet NICs. pccard NICs included. >> -device cs # Crystal Semiconductor CS89x0 NI= C >> -# 'device ed' requires 'device miibus' >> -device ed # NE[12]000, SMC Ultra, 3c503, DS= 8390 cards >> -device ex # Intel EtherExpress Pro/10 and P= ro/10+ >> -device ep # Etherlink III based cards >> -device fe # Fujitsu MB8696x based cards >> -device sn # SMC's 9000 series of Ethernet c= hips >> -device xe # Xircom pccard Ethernet >> - >> # Wireless NIC cards >> device wlan # 802.11 support >> options IEEE80211_DEBUG # enable debug msgs >=20 > --=20 > wbr, > pluknet >=20