From owner-cvs-all Thu Oct 14 14:49:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A83D14BDC; Thu, 14 Oct 1999 14:49:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66116; Thu, 14 Oct 1999 14:49:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199910142149.OAA66116@freefall.freebsd.org> From: Bill Paul Date: Thu, 14 Oct 1999 14:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/10/14 14:49:18 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: Make some small tweaks: - When setting/clearing promisc mode, just update the filter, don't reset the whole interface. - Call xl_init() in xl_ifmedia_upd() when setting miibus media modes. This fixes a problem with the 3c905B-COMBO where switching from 10base5/AUI or 10base2/BNC to a 10/100 mode doesn't always work right. - Attempt to reset the interface in xl_init() so that we know we're getting the receive and transmit rings reset properly. Revision Changes Path 1.68 +28 -6 src/sys/pci/if_xl.c 1.24 +2 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message