Date: Tue, 7 Apr 2009 05:41:38 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pci.c if_edvar.h Message-ID: <200904070541.n375fsIK042916@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2009-04-07 05:41:38 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pci.c if_edvar.h Log: SVN rev 190794 on 2009-04-07 05:41:38Z by imp Provide a generic ifmedia set of routines as a fallback. The DP8390-based cards have no generic way of reporting status of the link or setting the media type. Some specific versions of these cards do, however, allow for this, and we already support some of them. Make the 'ed' experience more uniform by providing "autoselect" as the meida and status "active" always. This won't affect the chips that provide more specific details. Revision Changes Path 1.278 +35 -0 src/sys/dev/ed/if_ed.c 1.29 +2 -1 src/sys/dev/ed/if_ed_cbus.c 1.32 +2 -1 src/sys/dev/ed/if_ed_isa.c 1.51 +5 -6 src/sys/dev/ed/if_ed_pci.c 1.45 +2 -0 src/sys/dev/ed/if_edvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904070541.n375fsIK042916>