From owner-svn-src-all@FreeBSD.ORG Sun Jan 25 12:43:21 2015 Return-Path: Delivered-To: svn-src-all@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 F0766E45; Sun, 25 Jan 2015 12:43:20 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (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 82CC19C; Sun, 25 Jan 2015 12:43:20 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id w62so4816497wes.7; Sun, 25 Jan 2015 04:43:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=8XhxnPeQeWbb9+Li7WYB5MUY/LHY0EroTXwCb6cQLfA=; b=hQLGBrWfKalbcCsR2tLZ6YptwsN/mYu5/Mfd3NID7Qtv+If2rz5rIq3I0lG7cqUAXi vovS5Ga44YjUrN6mHp6WpO/YKmac1LVJH6gDuaVACAgZHlivboS0/gwm6Z50TeAxisuK 1EokXkq0W9jI9iI6s9I8DH8Kyw95SIHfu7i4OCgM308YFabeCj9wCTxMffu1YzHV5iEc Ss69i9Up4neHIljzlRfxcHQ+t5ijSm+9hOdejynGMOI+hBvyBqjMlKf0GN5P+AsSBlcZ tGc/9dXu3amEFZKDU/Re+28xetjEP4WxADotqxbV7k2fflfukHgs5m1ydSlmBC6La2qQ 3FAQ== MIME-Version: 1.0 X-Received: by 10.194.48.74 with SMTP id j10mr34163655wjn.38.1422189798927; Sun, 25 Jan 2015 04:43:18 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.216.91.4 with HTTP; Sun, 25 Jan 2015 04:43:18 -0800 (PST) In-Reply-To: <201501251202.t0PC2crJ029665@svn.freebsd.org> References: <201501251202.t0PC2crJ029665@svn.freebsd.org> Date: Sun, 25 Jan 2015 16:43:18 +0400 X-Google-Sender-Auth: uOmU63IE6qXUFmZWJ0zswXxRQm0 Message-ID: Subject: Re: svn commit: r277694 - head/sys/amd64/conf From: Sergey Kandaurov To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 25 Jan 2015 12:43:21 -0000 On 25 January 2015 at 15:02, Dag-Erling Sm=F8rgrav wrote: > Author: des > Date: Sun Jan 25 12:02:38 2015 > New Revision: 277694 > URL: https://svnweb.freebsd.org/changeset/base/277694 > > Log: > Remove ISA NICs. Anyone still using these on amd64 can build their > own kernel. > > Modified: > head/sys/amd64/conf/GENERIC > If so, what about i386? (I'd rather not pc98) What about device isa in DEFAULTS? > 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'', ``Cy= clone'') > > -# 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 wbr, pluknet