From owner-cvs-all@FreeBSD.ORG Thu Feb 17 18:15:14 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C61E16A4CE; Thu, 17 Feb 2005 18:15:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E725743D1F; Thu, 17 Feb 2005 18:15:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1HIFDEc035480; Thu, 17 Feb 2005 18:15:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1HIFDso035479; Thu, 17 Feb 2005 18:15:13 GMT (envelope-from imp) Message-Id: <200502171815.j1HIFDso035479@repoman.freebsd.org> From: Warner Losh Date: Thu, 17 Feb 2005 18:15:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 18:15:14 -0000 imp 2005-02-17 18:15:13 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Fix the support for the ax88[17]90 to print the right type, rather than the generic ne-2000 string. This should have no effect on the actual support of the parts, just reporting what the part was. Also, rename a few functins and symbols to reflect a more generic part support that grew out of the early specific support. Revision Changes Path 1.80 +31 -27 src/sys/dev/ed/if_ed_pccard.c