summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added new commands to ifconfig used by net80211 interfaces:reyk2004-11-021-4/+26
| | | | | | | mode (set mode for multi-mode interfaces) and chan (set the radio channel). some additional output will be printed by "ifconfig -m". ok deraadt@ millert@ damien@
* media descriptions and such for carp, ryan daniel okhenning2004-10-281-1/+9
|
* Add an Ethernet option bit for master mode (for 1000baseT, the linkbrad2004-10-071-1/+5
| | | | | | | master provides the clock -- this is normally the switch, but if you are doing back-to-back NICs, you need to tell one side to be the master). ok mcbride@
* Media support for the 802.11 framework, missing in that commit the other day.millert2004-06-271-1/+32
|
* starting TDM T1->E3->whatever media interface model we will attemptderaadt2004-06-191-1/+59
| | | | | to program to over the next week; thanks for feedback in developing this from cedric, claudio, chris, alex
* defines and struct for the ieee80211 framework; deraadt@ ok.fgsch2003-08-241-1/+3
|
* 1000baseTX -> 1000baseTnate2002-11-261-5/+8
| | | | | | | - More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@
* o Add ibss and ibss-master mediaopt for ifconfigmillert2002-04-101-1/+5
| | | | | o Map port type 4 to ibss regardless of firmware type. This gives us a consistent way to set ibss mode.
* i forgot these for if_wimickey2002-03-281-1/+3
|
* First round of __P removal in sysmillert2002-03-141-13/+13
|
* sync mii code with netbsdnate2000-08-261-15/+62
| | | | | | | adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
* small knits in .c, more media definitions from netbsd in .hmickey2000-03-211-1/+38
|
* use LIST_* macros where appropriate instead of using LIST* internals.mickey2000-02-261-1/+25
| | | | | | | | 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.
* From NetBSD:jason2000-02-181-4/+6
| | | | | Bump media variant bits and alter IFM_TMASK accordingly Add IFM_HPNA_1 (HomePNA 1.0)
* expose ifmedia_matchjason2000-01-081-1/+5
|
* 1000baseXX mediajason1999-07-211-2/+10
|
* o OpenBSD gets if_media support (from NetBSD)jason1998-09-031-0/+356
o rework/simplify if_xl to use it