From owner-svn-src-all@freebsd.org Fri Feb 24 01:31:47 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F5D4CE8D0B for ; Fri, 24 Feb 2017 01:31:47 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B76C31715 for ; Fri, 24 Feb 2017 01:31:46 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22c.google.com with SMTP id y135so6752517itc.1 for ; Thu, 23 Feb 2017 17:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=tC22iJiMo+GyJxXL1UC3fN+J8UR2Lo9s3VRpfbLEJmA=; b=WEnzQbL/OReo9FeIW0QIPZMTPoD5dnCHpMJXxPxMeo4xiSTTi6nqocbJujwYy7BK4t wwfdxPL5GYw39rNtWO9EJlWKMiJUvvyrmTkTwpQKhxVxzqdbhjDpIV3KxR8jjRvNDogI AYd0A08oyvzoOtlaFAVH7s+j1lB04IDeKxbf0UINUZnbtpK/PinbiZ/mqNqusrZUB49T B3xlEF8gUfMie35oJzAH18FJ+uOMH3VmVwSvmbG3zJ1UMjp0RwNYphzJpPvTvm8dpE+y ZvMsNaFNxeUOKdDPf367On9zNMBDJQlzcK/XMp1NcB3ApeZB21k17AInX+nz7v97paUt HPmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=tC22iJiMo+GyJxXL1UC3fN+J8UR2Lo9s3VRpfbLEJmA=; b=RapR7HhqMskeFX16fqdCdhu2EexYbkAPwvsCH3aPWHZmexH3hPKtk/DkoI6xMPV3Oo PgHEyEhEZHbpgUnr8Ew9Knw6C+8c07hoRIndfB2uiirEI1jx0fVB3zKasa2GKhdH0gIC 4nzaqRjiMdZSe5ofhRXRL4kx45aSp2ptITXszQORKnvqZRkNVxqovkJOkxeZf3qHl/0j ZIjrIH0V04x0IZAFGfGTdqdDY/CSxk43okdqpnfyA1FCt1RIsHSvv6u/4cRah0ytdXJ5 8M1vPeRbRL4/xtyFq4IhHQEwbniCGi1NLHFq9OoUdvEgYqiKRLkk8IZGDCVNY+q/2DF7 wiqA== X-Gm-Message-State: AMke39lFl5aUxFV0M6Ibmcnc0c5sKl/KkLV7gdDzmvWHCV6J//+NJGHGPqQDFsmw82oj5WTQ9wMLpXkeVxgLyg== X-Received: by 10.36.93.213 with SMTP id w204mr552062ita.60.1487899906091; Thu, 23 Feb 2017 17:31:46 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.145.132 with HTTP; Thu, 23 Feb 2017 17:31:45 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <20170224002837.GU8899@FreeBSD.org> References: <201702231530.v1NFULwx024028@repo.freebsd.org> <20170224002837.GU8899@FreeBSD.org> From: Warner Losh Date: Thu, 23 Feb 2017 18:31:45 -0700 X-Google-Sender-Auth: 0k7l9qfDOHavjC_6nhUafrgoYWY Message-ID: Subject: Re: svn commit: r314142 - head/sys/dev/ce To: Gleb Smirnoff Cc: "Pedro F. Giffuni" , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 24 Feb 2017 01:31:47 -0000 On Thu, Feb 23, 2017 at 5:28 PM, Gleb Smirnoff wrote: > On Thu, Feb 23, 2017 at 03:30:21PM +0000, Pedro F. Giffuni wrote: > P> Author: pfg > P> Date: Thu Feb 23 15:30:21 2017 > P> New Revision: 314142 > P> URL: https://svnweb.freebsd.org/changeset/base/314142 > P> > P> Log: > P> dev/ce: double assignment. > P> > P> The code is not operational right now so just comment away an obviously > P> useless assignment. Fix some typos while here. > P> > P> Found with: coccinelle (da.cocci) > > What is interesting is that vendor still exists and sells the hardware, but > explicitly says "FreeBSD 7.x isn't supported" :) > > http://cronyx.ru/hardware/tau32.html > > I don't see any reasons for the driver to get broken between 6.0 and 7.0. Murray Stokely was the contact for this hardware. I think he gave it to me years ago, but I just checked and I can't find it in the usual places. IIRC, they were ISA cards though, not PCI... Warner