summaryrefslogtreecommitdiff
path: root/sys/dev/tx
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove tx(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2014-05-16Remove some unused variables.Christian Brueffer
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-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-10Fix shutdown prototypes.Warner Losh
2008-09-12Use the parent device's DMA tag when creating our own DMA tags. This fixesJohn Baldwin
2008-06-10Make tx(4) MPSAFEJohn Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-02-14Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff
2006-01-21Convert to ANSI C function declarations.Robert Watson
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh
2004-08-13Since if_tx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-23Mark the VLAN_MTU capability as initially enabled since it'sYaroslav Tykhiy
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-12-08Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien
2003-11-14Remove duplicate FBSDID's, move others to their right place.David E. O'Brien
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-12- No need to bzero() the softc structure.Maxime Henrion
2003-07-01Mega busdma API commit.Scott Long
2003-04-20Convert the tx(4) driver to use the busdma API.Maxime Henrion
2003-04-20Better comment, more style(9) fixes.Maxime Henrion
2003-04-20style(9).Maxime Henrion
2003-04-19Make this file closer to style(9) paradigm.Maxime Henrion
2003-04-19- Enable interrupts only at the end of epic_attach() when all theMaxime Henrion
2003-04-19- Correct a comment made bogus by my last commit.Maxime Henrion
2003-04-19Various cleanups:Maxime Henrion