summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Do not reset card in epic_freebsd_attach() as reset is done insemenu2002-08-191-7/+0
* Add an epic_stats_update() function (called once per second). Even thoughsemenu2002-05-011-9/+27
* Implement true multicast filtering.semenu2002-04-251-16/+64
* Update the email appearing in copyright string.semenu2002-04-201-1/+1
* Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectsemenu2002-04-201-1/+1
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-193-380/+12
* Remove __P.alfred2002-03-201-41/+41
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-191-1/+1
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-2/+0
* Update tx(4) to always enable vlan(4) support.brooks2001-09-051-6/+0
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingsemenu2001-08-131-9/+7
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-133-4/+34
OpenPOWER on IntegriCloud