aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_media.c
Commit message (Expand)AuthorAgeFilesLines
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theGleb Smirnoff2006-02-141-0/+22
* add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUGSam Leffler2005-12-251-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-291-0/+11
* o add support for multi-mode devices like 802.11 wireless cards that supportSam Leffler2003-04-281-4/+20
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-1/+3
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+10
* Protect against negative numbers as wellAlfred Perlstein2001-02-261-0/+3
* fix typo in commentAlfred Perlstein2001-02-261-1/+1
* Santize a size variable passed to kernel malloc.Alfred Perlstein2001-02-261-10/+20
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,Peter Wemm1999-08-181-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+14
* Staticize.Eivind Eklund1998-02-091-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Make it compile on FreeBSD, add $Id$Peter Wemm1997-05-031-1/+2
* Backend support for if_media interface ioctl's. This is for supportingPeter Wemm1997-05-031-0/+475