From owner-freebsd-arch@freebsd.org Thu Oct 4 15:53:49 2018 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A284510AFD20 for ; Thu, 4 Oct 2018 15:53:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it1-x12d.google.com (mail-it1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 339A475531 for ; Thu, 4 Oct 2018 15:53:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it1-x12d.google.com with SMTP id w200-v6so14703207itc.4 for ; Thu, 04 Oct 2018 08:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dB0vU18jO+K8xwwl4vXxW3H0Qrno7/GlJCT85H+qyDI=; b=JqXwPAGzj5oOtDfkXmkQC33LC9adNykBe3EcP4XaczRYrChUI/bxSb/dlD/9+RHwhS txA4L9Pq7QP4n5dTzICmOx34PdpW8TKaIk3b+mKNWlKMMWOTVCc746ctVyH02Ix32z9d bmCtEbcdYiF4N184vnFNG0418MuFjuxouFHyVXfBVOX7cvWVCeOhKPmssXTqPC/YCLV0 cluwtkCCzgdvHzbxvUSoz+jHb8aAnFDF2xrh0GpYgwgKwhPG1HNBuhMnc4kjR5WlN5An v+oDklrJok/UXOpag/zkZ5nispI0DUsxTDIpd1nnYmKJnJ3lkQS7NRwFvBFNwavMrGIh nDtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dB0vU18jO+K8xwwl4vXxW3H0Qrno7/GlJCT85H+qyDI=; b=QGydReUGzx4csKsV39Qo+dR7iUIFU5RNkAVn9NYHtbCWtGJGgDkYX08wdJ5hmJHaxL g5nbpgETHDjactQNLC9vUxwCBG/el5gycPpmSQVVIWs9ZxVZ/5NXVCrLVRwBcFsij1Re e1aKq2Z/KxZcQ9O6WyvqNdABlaZFJQeotXGAh9Z4buHsi0ANIZOyIJyR3WInzmsrevGj c4HPw7DpJlH25UuHAWk+pyN5bGdjLcZYA9HwgD8xyBgONUsb8vL1FPBOrL0cLjCp6rxL /I3rd5PWgQYMUVoi0I8OW5yNryD6JhfORAPCrwQe1m/APvpBf0KaqlHnMqqWwQm8XDn/ 6k6g== X-Gm-Message-State: ABuFfoi/zuWXwXadl6slBKml3cfs3M0aL9ZsZRiZYCcfDsYZc1FJzWXF 96Pvld1vG/ngh2md82GBIpC9QH9TfdlM1oWOL7bpFA== X-Google-Smtp-Source: ACcGV62WFya3GcyBdemgjkR86qUYoyUcDI0t8MgoNPGjiGk4UzFkvGOPX41a/9xx+XJ+ZSpdsfBVHeOZQb/upa96nJQ= X-Received: by 2002:a24:ac5:: with SMTP id 188-v6mr5112743itw.39.1538668428558; Thu, 04 Oct 2018 08:53:48 -0700 (PDT) MIME-Version: 1.0 References: <20181004154744.79EA3154E@spqr.komquats.com> In-Reply-To: <20181004154744.79EA3154E@spqr.komquats.com> From: Warner Losh Date: Thu, 4 Oct 2018 09:53:37 -0600 Message-ID: Subject: Re: FCP-0101: Deprecating most 10/100 Ethernet drivers To: Cy Schubert Cc: Poul-Henning Kamp , Alexey Dokuchaev , Brooks Davis , FreeBSD-STABLE Mailing List , FreeBSD Net , "freebsd-arch@freebsd.org" , freebsd-fcp@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 15:53:49 -0000 On Thu, Oct 4, 2018 at 9:46 AM Cy Schubert wrote: > I'm willing to help out with rl(4) as I have one here. Others, not > scheduled for removal, that I can help one way or another are are NICs, > including wireless, currently installed here. > There's an iflib man page that's a decent place to start. The API has evolved over time, so corrections to the man page would be welcome (and committed as quickly as the freeze allows). I'm reading through the current iflib drivers to see which one would be best to recommend. Warner