From owner-cvs-all@FreeBSD.ORG Thu Sep 15 04:05:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3595A16A41F; Thu, 15 Sep 2005 04:05:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C080243D49; Thu, 15 Sep 2005 04:05:09 +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 j8F459iZ024308; Thu, 15 Sep 2005 04:05:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F459GD024307; Thu, 15 Sep 2005 04:05:09 GMT (envelope-from imp) Message-Id: <200509150405.j8F459GD024307@repoman.freebsd.org> From: Warner Losh Date: Thu, 15 Sep 2005 04:05:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Sep 2005 04:05:10 -0000 imp 2005-09-15 04:05:09 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: When stopping the card, and returning to page 0, it is best if you do that with the NIC set of registers rather than the ASIC registers. I believe this was a harmless oversight, since we set ED_P0_CR to the same value 5ms later, but just to be safe... Revision Changes Path 1.99 +1 -1 src/sys/dev/ed/if_ed_pccard.c