From owner-cvs-src-old@FreeBSD.ORG Thu Apr 2 17:16:05 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 779911065680 for ; Thu, 2 Apr 2009 17:16:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64A448FC19 for ; Thu, 2 Apr 2009 17:16:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n32HG5HP074810 for ; Thu, 2 Apr 2009 17:16:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n32HG5IU074809 for cvs-src-old@freebsd.org; Thu, 2 Apr 2009 17:16:05 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200904021716.n32HG5IU074809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 2 Apr 2009 17:15:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ed dl100xxreg.h if_ed_pccard.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 17:16:06 -0000 imp 2009-04-02 17:15:49 UTC FreeBSD src repository Modified files: sys/dev/ed dl100xxreg.h if_ed_pccard.c Log: SVN rev 190645 on 2009-04-02 17:15:49Z by imp Minor DLINK DL100xx support tweaks: The DIROUT bit difference between the 19 and 22 is annoying. We can set both bits on both parts without ill effect. Use this trick to simplify the code. The DELAYS in the MII bus bit-bang code for the DL100xx parts aren't needed. Eliminate them. Revision Changes Path 1.2 +1 -0 src/sys/dev/ed/dl100xxreg.h 1.128 +2 -15 src/sys/dev/ed/if_ed_pccard.c