From owner-svn-src-all@FreeBSD.ORG Tue Apr 7 16:15:59 2009 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 84A5C1065674; Tue, 7 Apr 2009 16:15:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 729F28FC0C; Tue, 7 Apr 2009 16:15:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n37GFxMq013993; Tue, 7 Apr 2009 16:15:59 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n37GFxgW013992; Tue, 7 Apr 2009 16:15:59 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200904071615.n37GFxgW013992@svn.freebsd.org> From: Warner Losh Date: Tue, 7 Apr 2009 16:15:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190807 - head/sys/dev/ed 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, 07 Apr 2009 16:16:00 -0000 Author: imp Date: Tue Apr 7 16:15:59 2009 New Revision: 190807 URL: http://svn.freebsd.org/changeset/base/190807 Log: Fix a comment to match the code. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c ============================================================================== --- head/sys/dev/ed/if_ed_pccard.c Tue Apr 7 16:13:10 2009 (r190806) +++ head/sys/dev/ed/if_ed_pccard.c Tue Apr 7 16:15:59 2009 (r190807) @@ -508,8 +508,7 @@ ed_pccard_attach(device_t dev) * data from the standard NE-2000 data roms. If that fails, * check to see if the card has a hint about where to look in * its CIS. If that fails, maybe we should look at some - * default value. In all fails, we should fail the attach, - * but don't right now. + * default value. In all fails, we fail the attach. */ for (i = 0, sum = 0; i < ETHER_ADDR_LEN; i++) sum |= sc->enaddr[i];