CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/06/03 21:19:42
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Implement mcx_media_change(). This disables the port, sets the media type to
the requested type (or all available types, if none specified), then
re-enables it to start negotiation. While here, only set up the available
media types during attach, rather than on every mcx_media_status() call, as
they don't reflect the type of module or cable present so they won't change
over time.
ok dlg@