summaryrefslogtreecommitdiff
path: root/sys/net/if_media.h
AgeCommit message (Expand)Author
2010-02-09Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attachedClaudio Jeker
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-19add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded orReyk Floeter
2007-10-05add a 2.5 Gbps fiber media type.Brad Smith
2007-09-19Use the proper baudrate for 10Gb hw now that it can fit into the buadrateBrad Smith
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2007-05-29remove token ring leftovers, ok mcbride pvalHenning Brauer
2006-12-29Add IFM_ETH_FMASK. From NetBSD.Mark Kettenis
2006-12-27Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD.Mark Kettenis
2006-06-21add media types for 10Gb Ethernet, though only using a baudrateBrad Smith
2005-08-10kill spaces OK deraadt@Claudio Jeker
2005-08-10Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces.Claudio Jeker
2005-07-05- prototype must not have variable name.Brad Smith
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
2004-10-28media descriptions and such for carp, ryan daniel okHenning Brauer
2004-10-07Add an Ethernet option bit for master mode (for 1000baseT, the linkBrad Smith
2004-06-27Media support for the 802.11 framework, missing in that commit the other day.Todd C. Miller
2004-06-19starting TDM T1->E3->whatever media interface model we will attemptTheo de Raadt
2003-08-24defines and struct for the ieee80211 framework; deraadt@ ok.Federico G. Schwindt
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-04-10o Add ibss and ibss-master mediaopt for ifconfigTodd C. Miller
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
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
2000-02-18From NetBSD:Jason Wright
2000-01-08expose ifmedia_matchJason Wright
1999-07-211000baseXX mediaJason Wright
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright