Age | Commit message (Collapse) | Author |
|
when there are multiple matches for the requested media, select the
first matching instance rather than the last one.
From chs NetBSD
|
|
|
|
From itojun NetBSD
- Fix signed/unsigned comparison warnings.
- Make ifm_data unsigned.
- Make media and mask unsigned.
From thorpej NetBSD
ok deraadt@
|
|
when changing to an unsupported media type, return EINVAL instead of
ENXIO.
From NetBSD
|
|
some problem setting the media to the requested value (usually IFM_AUTO),
we now force the media selection to IFM_NONE.
From NetBSD
|
|
Avoid DoS attack by setting ifm->ifm_media to a high number and running the
kernel out of memory.
From NetBSD
Fixes panic mentioned in PR 4088.
ok krw@ mcbride@ dhartmei@
|
|
|
|
|
|
|
|
|
|
|
|
adds detach functionality for phys
some code cleanup
Nobody really had time to test all of this out, but theo said commit anyway
|
|
|
|
From netbsd
add 802.11 media types and options
add ifmedia_delete_instance() to be used in *detach() routines.
a few minor knits.
jason@ ok.
|
|
|
|
o rework/simplify if_xl to use it
|