summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266270brueffer2014-05-311-2/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+5
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Fix shutdown prototypes.imp2009-02-101-2/+3
* Use the parent device's DMA tag when creating our own DMA tags. This fixesjhb2008-09-121-9/+10
* Make tx(4) MPSAFEjhb2008-06-102-117/+134
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-8/+0
* Convert to ANSI C function declarations.rwatson2006-01-211-83/+36
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-9/+9
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-30/+36
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-1/+1
* Since if_tx doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-28/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Mark the VLAN_MTU capability as initially enabled since it'syar2004-05-231-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-4/+0
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-12/+9
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - No need to bzero() the softc structure.mux2003-08-121-7/+3
* Mega busdma API commit.scottl2003-07-011-4/+7
* Convert the tx(4) driver to use the busdma API.mux2003-04-202-126/+328
* Better comment, more style(9) fixes.mux2003-04-201-4/+4
* style(9).mux2003-04-201-8/+11
* Make this file closer to style(9) paradigm.mux2003-04-191-212/+215
* - Enable interrupts only at the end of epic_attach() when all themux2003-04-191-39/+35
* - Correct a comment made bogus by my last commit.mux2003-04-191-2/+4
* Various cleanups:mux2003-04-191-20/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-6/+6
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* network interface driver changes:sam2002-11-141-14/+8
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)semenu2002-10-223-621/+355
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likesemenu2002-08-192-25/+18
OpenPOWER on IntegriCloud