summaryrefslogtreecommitdiff
path: root/sys/dev/ed
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove ed(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-23kill traling white spaceWarner Losh
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-12-22Fix typos from last commit, these should have been #.Warner Losh
2017-12-22Use '#' rather than some made up name for fields we want to ignore.Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-21Yet more redundant parenthesis from r298431.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-12-11Add PNP info for ISA and PCI to the ed driver to prove design.Warner Losh
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-03-01Unlock the main lock before returning rather than after to eliminateWarner Losh
2015-02-04Fix typoWarner Losh
2015-02-04Add comment about why checking for 0xff is OK. There's two bits in theWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-02-05Add bus space barriers for page switches missed in r260050.Marius Strobl
2013-12-29- Switch to using the common MII bitbang'ing code instead of duplicating it.Marius Strobl
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-12-05Fix off by one error in mbuf access. Previously it caused panic.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-08-25On second thought, we need to force 16-bit modeWarner Losh
2010-08-25Prodded by Yongari, add support for Holtek HT80232. Add the deviceWarner Losh
2010-08-24Add PNP id for Compex RL2000.Pyun YongHyeon
2010-08-23Fix a possible unaligned access to savebyte array.Pyun YongHyeon
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-17Use a private callout timer to drive the transmit watchdog instead of usingJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-13ifp->if_softc is managed entirely by the driver. We never set it toWarner Losh
2009-04-24Add Surecom EP-427X.Warner Losh
2009-04-22A couple of older Melco cards that missed the transition to newcardWarner Losh
2009-04-22Add Billionton LNT10TBWarner Losh
2009-04-22Add a few more models of AMBICOM cards from data from linux driver andWarner Losh
2009-04-22These were a placeholder and don't belong here. Remove them.Warner Losh
2009-04-22Kill stray bootverbose debug tool.Warner Losh