From owner-svn-src-all@FreeBSD.ORG Fri Apr 10 17:34:30 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 968E41065670; Fri, 10 Apr 2009 17:34:30 +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 864E68FC1B; Fri, 10 Apr 2009 17:34:30 +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 n3AHYU02055298; Fri, 10 Apr 2009 17:34:30 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3AHYUYG055297; Fri, 10 Apr 2009 17:34:30 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200904101734.n3AHYUYG055297@svn.freebsd.org> From: Warner Losh Date: Fri, 10 Apr 2009 17:34:30 +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: r190901 - 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: Fri, 10 Apr 2009 17:34:31 -0000 Author: imp Date: Fri Apr 10 17:34:30 2009 New Revision: 190901 URL: http://svn.freebsd.org/changeset/base/190901 Log: Fix comment Submitted by: danfe@ 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 Fri Apr 10 16:12:00 2009 (r190900) +++ head/sys/dev/ed/if_ed_pccard.c Fri Apr 10 17:34:30 2009 (r190901) @@ -469,10 +469,9 @@ ed_pccard_attach(device_t dev) goto bad; /* - * Determine which chipset we are. Almost the PC Card chipsets have - * the ASIC and NIC offsets in the same place. There's a tiny - * minority (2?) that follow the WD80x3 conventions, which are handled - * as a special case. + * Determine which chipset we are. Almost all the PC Card chipsets + * have the Novel ASIC and NIC offsets. There's 2 known cards that + * follow the WD80x3 conventions, which are handled as a special case. */ sc->asic_offset = ED_NOVELL_ASIC_OFFSET; sc->nic_offset = ED_NOVELL_NIC_OFFSET;