summaryrefslogtreecommitdiff
path: root/sys/dev/ep
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove ep(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-10-20Remove incorrect BSD-2-Clause-FreeBSD SPDX tagsEd Maste
2018-10-20Remove incorrect BSD-2-Clause-FreeBSD SPDX tagEd Maste
2017-12-30Fix r327383:Cy Schubert
2017-12-30elink.[ch]: Move historic VCS tags after the license.Pedro F. Giffuni
2017-12-30Move i386/isa/elink.[hc] to dev/ep.Konstantin Belousov
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-16Remove EISA support for ep driver. Left in place EISA strings that areWarner Losh
2017-02-16Remove references to EISA support from the vx driver, along with EISAWarner Losh
2017-02-15Remove Micro Channel Architecture support. Of the commonly availableWarner Losh
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-21Add missing locking.Adrian Chadd
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-08Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala
2009-11-19- Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin
2009-09-08Cleanup tortured logic a big. Noticed by FlexLint, per phk.Warner Losh
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-05-15Add a missing break in a switch statement.Christian Brueffer
2009-04-11Two refinements to the 3c1 support:Warner Losh
2009-04-11o Report ethernet status for at least 10BaseT media. Since I don'tWarner Losh
2007-02-23 o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-01ALTQify ep(4).Max Laier
2006-02-04Remove ifdef notdef SIOCHWADDR vestige.Warner Losh
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-09-20Better use of gone.Warner Losh
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-13MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanWarner Losh
2005-08-29Simplify names.Warner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-07-31The isa attachment calls ep_free after it has already been called onceWarner Losh
2005-07-31Add newer commandsWarner Losh
2005-07-19Spell destroy in a more traditional wayWarner Losh
2005-07-13NitsWarner Losh
2005-07-01Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh
2005-07-01Make a pass and cleanup the printfs from this driver.Warner Losh
2005-07-01Minor cleanup of ep driver and pccard attachment:Warner Losh
2005-06-28Add a chipset field to the lookup. Use this chipset type to determineWarner Losh