Date: Fri, 27 Jan 2006 08:00:40 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_hpp.c Message-ID: <200601270800.k0R80euH088635@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2006-01-27 08:00:40 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_hpp.c Log: Transition from ALTPHYS to LINK2. We already document in the ed(4) man page that the ifconfig option link2 is used to disable the AUI transceiver on the 3com boards (should also say HP PC Lan+). This makes the connection clearer. Add a note about why we set this flag prior to attaching the device. We never set or clear the flag later, only test it. There can be no races here, but this might be asthetically displeasing to some. Also note that we may no longer need to have this knob at all as we may be able to do it with the more sophisticated rc.d scripts we have today I think the only reason it is there is because we didn't used to allow its proper setting when configured to get the IP address via DHCP. I'll note that this would be better handled by using ifmedia for all ed cards, not just those with a miibus... Revision Changes Path 1.267 +13 -9 src/sys/dev/ed/if_ed.c 1.4 +1 -1 src/sys/dev/ed/if_ed_hpp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601270800.k0R80euH088635>