From owner-cvs-src@FreeBSD.ORG Fri Feb 11 06:02:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E60116A4CE; Fri, 11 Feb 2005 06:02:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E0E43D2D; Fri, 11 Feb 2005 06:02:28 +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 j1B62RV6053415; Fri, 11 Feb 2005 06:02:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1B62Rf8053414; Fri, 11 Feb 2005 06:02:27 GMT (envelope-from imp) Message-Id: <200502110602.j1B62Rf8053414@repoman.freebsd.org> From: Warner Losh Date: Fri, 11 Feb 2005 06:02:27 +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_novell.c if_ed_pccard.c if_edreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 06:02:28 -0000 imp 2005-02-11 06:02:27 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_novell.c if_ed_pccard.c if_edreg.h Log: Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really are NOVELL NE2000 with just a tiny quirk that's non vendor specific. Instead, use the chip_type of DL100XX instead. This is more inline with how the AX88190 support was added, and seems a little cleaner. Revision Changes Path 1.4 +1 -0 src/sys/dev/ed/if_ed_novell.c 1.73 +5 -4 src/sys/dev/ed/if_ed_pccard.c 1.34 +3 -4 src/sys/dev/ed/if_edreg.h