summaryrefslogtreecommitdiff
path: root/sys/dev/mii/miivar.h
AgeCommit message (Expand)Author
2010-04-20mii_activate() is unusedTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-11-08Add a softc field mii_oui to store the OUI.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-12-28Add function to detect flow control status. From NetBSD.Mark Kettenis
2005-11-06move some macros from mii.h to miivar.hBrad Smith
2005-07-23back out last commit, this causes problems on some systems.Brad Smith
2005-07-22Reading the IEEE specs shows that the bits have to be reversed whenBrad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2004-12-16Make sure ifp->if_baudrate is valid when the parent's statchgBrad Smith
2004-11-18add mii_phy_match() for table-driven lookup.Brad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2004-08-02more MII flagsBrad Smith
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05Differentiate between 1000baseT and 1000baseX.Nathan Binkert
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-06-25Change autonegotiation timeout for devices with a gigabit phy to 10s. AllNathan Binkert
2001-06-08Add some general support info for gigabit physNathan Binkert
2001-05-03Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.Aaron Campbell
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-08-26sync mii code with netbsdNathan Binkert
2000-06-30Convert to new timeouts.Artur Grabowski
2000-04-24Add simple mii detach routine while waiting for the post-2.7Niklas Hallqvist
1999-12-07Merge with NetBSD:Jason Wright
1999-07-16Sync with NetBSD:Jason Wright
1998-11-11Merge with NetBSD:Jason Wright
1998-09-10OpenBSD gets sys/dev/mii layer from NetBSDJason Wright