aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-193-3/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-12/+12
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-274-9/+9
* Add PNP info for ISA and PCI to the ed driver to prove design.Warner Losh2015-12-112-0/+6
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Unlock the main lock before returning rather than after to eliminateWarner Losh2015-03-011-1/+1
* Fix typoWarner Losh2015-02-041-1/+1
* Add comment about why checking for 0xff is OK. There's two bits in theWarner Losh2015-02-041-2/+4
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Add bus space barriers for page switches missed in r260050.Marius Strobl2014-02-052-0/+54
* - Switch to using the common MII bitbang'ing code instead of duplicating it.Marius Strobl2013-12-297-182/+218
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-265-0/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix off by one error in mbuf access. Previously it caused panic.Pyun YongHyeon2011-12-051-6/+13
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-12/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-5/+5
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-15/+11
* On second thought, we need to force 16-bit modeWarner Losh2010-08-251-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceWarner Losh2010-08-252-34/+46
* Add PNP id for Compex RL2000.Pyun YongHyeon2010-08-241-0/+1
* Fix a possible unaligned access to savebyte array.Pyun YongHyeon2010-08-231-6/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Use a private callout timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-173-20/+33
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* ifp->if_softc is managed entirely by the driver. We never set it toWarner Losh2009-05-131-8/+0
* Add Surecom EP-427X.Warner Losh2009-04-241-1/+2
* A couple of older Melco cards that missed the transition to newcardWarner Losh2009-04-221-1/+2
* Add Billionton LNT10TBWarner Losh2009-04-221-0/+1
* Add a few more models of AMBICOM cards from data from linux driver andWarner Losh2009-04-221-0/+4
* These were a placeholder and don't belong here. Remove them.Warner Losh2009-04-221-143/+1
* Kill stray bootverbose debug tool.Warner Losh2009-04-221-2/+0
* Turns out the code improvements I did for the TC5299J support wereWarner Losh2009-04-221-13/+154
* Sometimes we can call ed_detach() before the mtx has been initialized.Warner Losh2009-04-201-2/+4
* Cleanup resource allocation code a bit. Store the rids on theWarner Losh2009-04-205-47/+48
* Make sure that the data in the ROM with a valid signature isn't allWarner Losh2009-04-181-1/+5
* Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurferWarner Losh2009-04-181-1/+3
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-184-22/+29
* Remove debug write accidentally left in.Warner Losh2009-04-181-1/+0
* Don't specify a hint, since it isn't needed.Warner Losh2009-04-101-2/+2
* Fix commentWarner Losh2009-04-101-4/+3
* Improvements for TC5299J MII support.Warner Losh2009-04-101-25/+15
* The D-Link DE-650 isn't tagged as a network card, so allow it toWarner Losh2009-04-101-1/+2
* Fix some comments.Warner Losh2009-04-101-9/+12
* No need to check for chip type here.Warner Losh2009-04-101-1/+1
* More chip types, and fix a comment.Warner Losh2009-04-071-11/+14