aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tx
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-14/+14
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-3/+0
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+5
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Fix shutdown prototypes.Warner Losh2009-02-101-2/+3
* Use the parent device's DMA tag when creating our own DMA tags. This fixesJohn Baldwin2008-09-121-9/+10
* Make tx(4) MPSAFEJohn Baldwin2008-06-102-117/+134
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-8/+0
* Convert to ANSI C function declarations.Robert Watson2006-01-211-83/+36
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-9/+9
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-30/+36
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Since if_tx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-28/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Mark the VLAN_MTU capability as initially enabled since it'sYaroslav Tykhiy2004-05-231-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-4/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-12/+9
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - No need to bzero() the softc structure.Maxime Henrion2003-08-121-7/+3
* Mega busdma API commit.Scott Long2003-07-011-4/+7
* Convert the tx(4) driver to use the busdma API.Maxime Henrion2003-04-202-126/+328
* Better comment, more style(9) fixes.Maxime Henrion2003-04-201-4/+4
* style(9).Maxime Henrion2003-04-201-8/+11
* Make this file closer to style(9) paradigm.Maxime Henrion2003-04-191-212/+215
* - Enable interrupts only at the end of epic_attach() when all theMaxime Henrion2003-04-191-39/+35
* - Correct a comment made bogus by my last commit.Maxime Henrion2003-04-191-2/+4
* Various cleanups:Maxime Henrion2003-04-191-20/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andBosko Milekic2003-02-211-13/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-6/+6
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* network interface driver changes:Sam Leffler2002-11-141-14/+8