Date: Wed, 7 Mar 2001 10:52:22 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c Message-ID: <200103071852.f27IqOP28701@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/03/07 10:52:22 PST
Modified files:
sys/pci if_vr.c
Log:
Remember to actually program the MAC address into the unicast filter
in vr_init(). The VIA Rhine chip happens to be able to automatically
read its station address from the EEPROM automatically when reset,
so you don't need to program the filter if you want to keep using the
factory default address, but if you want to change it with "ifconfig vr0
ether xx:xx:xx:xx:xx:xx" then we need to manually set it in the init
routine.
Revision Changes Path
1.42 +9 -2 src/sys/pci/if_vr.c
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?200103071852.f27IqOP28701>
