From owner-svn-src-all@FreeBSD.ORG Tue Jun 21 20:54:26 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 55F7E106566C; Tue, 21 Jun 2011 20:54:26 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id DF4468FC1F; Tue, 21 Jun 2011 20:54:25 +0000 (UTC) Received: by yic13 with SMTP id 13so98629yic.13 for ; Tue, 21 Jun 2011 13:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+CEzp/x7ZaBWGZ09K2qD+B8vr5VFEcAT4e3qVHSuhmA=; b=rQeVwbZg3Bukvu599oVHHm1FhtL+lxboJEHoN9W6wiU4B4+f5huzF1A9KCJP4EFe+l +vKwnecT5uLmU7ZKPucID15fgKYn1bhhB/oZtzJ4qn4xmbX9/i3M54H2ud/KbJreheEM UvaJDUHYFveruKZQy7kRp88aclbKyChh3wvUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lUrE6iLPbL3K2v6Ws5a/SJbuGHe9iFVSENsJzqjMxtOEu6IufHotE1F0gALz5aSRtj KFIblNJHabNgfmyYIDM4/9LhCr2C+kOgKYYEoSv8YfAbusqkJ4b6SFaY8jOJAQpwmRI+ AomNs+E31yO6xSeZRusnDQgpHUxbLNhXtKiq0= MIME-Version: 1.0 Received: by 10.236.153.34 with SMTP id e22mr6434574yhk.31.1308689665040; Tue, 21 Jun 2011 13:54:25 -0700 (PDT) Received: by 10.236.108.1 with HTTP; Tue, 21 Jun 2011 13:54:24 -0700 (PDT) In-Reply-To: <201106212051.p5LKp9xX016460@svn.freebsd.org> References: <201106212051.p5LKp9xX016460@svn.freebsd.org> Date: Tue, 21 Jun 2011 16:54:24 -0400 Message-ID: From: Ben Kaduk To: Warner Losh 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 Subject: Re: svn commit: r223380 - head/sys/dev/xl 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: Tue, 21 Jun 2011 20:54:26 -0000 On Tue, Jun 21, 2011 at 4:51 PM, Warner Losh wrote: > Author: imp > Date: Tue Jun 21 20:51:09 2011 > New Revision: 223380 > URL: http://svn.freebsd.org/changeset/base/223380 > > --- head/sys/dev/xl/if_xl.c =A0 =A0 Tue Jun 21 20:50:55 2011 =A0 =A0 =A0 = =A0(r223379) > +++ head/sys/dev/xl/if_xl.c =A0 =A0 Tue Jun 21 20:51:09 2011 =A0 =A0 =A0 = =A0(r223380) > @@ -334,7 +334,7 @@ xl_dma_map_addr(void *arg, bus_dma_segme > =A0* only a finite amount of time to avoid getting caught in an > =A0* infinite loop. Normally this delay routine would be a macro, > =A0* but it isn't called during normal operation so we can afford > - * to make it a function. > + * to make it a function. =A0Spress warning when card gone. ^^^u -Ben Kaduk