summaryrefslogtreecommitdiff
path: root/sys/net/if_media.h
AgeCommit message (Collapse)Author
2003-08-24defines and struct for the ieee80211 framework; deraadt@ ok.Federico G. Schwindt
2002-11-261000baseTX -> 1000baseTNathan Binkert
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@
2002-04-10o Add ibss and ibss-master mediaopt for ifconfigTodd C. Miller
o Map port type 4 to ibss regardless of firmware type. This gives us a consistent way to set ibss mode.
2002-03-28i forgot these for if_wiMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2000-08-26sync mii code with netbsdNathan Binkert
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
2000-03-21small knits in .c, more media definitions from netbsd in .hMichael Shalayeff
2000-02-26use LIST_* macros where appropriate instead of using LIST* internals.Michael Shalayeff
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.
2000-02-18From NetBSD:Jason Wright
Bump media variant bits and alter IFM_TMASK accordingly Add IFM_HPNA_1 (HomePNA 1.0)
2000-01-08expose ifmedia_matchJason Wright
1999-07-211000baseXX mediaJason Wright
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
o rework/simplify if_xl to use it