Date: Thu, 14 Oct 1999 14:49:18 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Message-ID: <199910142149.OAA66116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910142149.OAA66116>
