summaryrefslogtreecommitdiff
path: root/sys/dev/tx
AgeCommit message (Expand)Author
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-02-21Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andBosko Milekic
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-19Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien
2002-11-14network interface driver changes:Sam Leffler
2002-10-25o m_adj rx buffer so IP header is 32-bit alignedSam Leffler
2002-10-22Remove the OpenBSD comatibility stuff. Many changes to be more style(9)Semen Ustimenko
2002-08-19Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko
2002-08-19Do not reset card in epic_freebsd_attach() as reset is done inSemen Ustimenko
2002-05-01Add an epic_stats_update() function (called once per second). Even thoughSemen Ustimenko
2002-04-25Implement true multicast filtering.Semen Ustimenko
2002-04-20Update the email appearing in copyright string.Semen Ustimenko
2002-04-20Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectSemen Ustimenko
2002-04-19Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantsSemen Ustimenko
2002-03-20Remove __P.Alfred Perlstein
2002-03-19Cast pointers to uintptr_t rather than u_int32_t. This doesn't work tooPeter Wemm
2002-02-11Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack
2001-09-05Update tx(4) to always enable vlan(4) support.Brooks Davis
2001-08-13Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingSemen Ustimenko
2001-08-13Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko
2001-06-23Add initializetion of NVCTL register with EEPROM stored value.Semen Ustimenko
2001-02-07Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familySemen Ustimenko
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-11-09Add missing delay after card reset.Pierre Beyssac
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-06-21Added support for SMC9432BTX cards.Semen Ustimenko
2000-05-24Avoid double-call to bpf_mtap(). This is now handled in ether_input().Archie Cobbs
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-04-29Depend on miibus.Peter Wemm
2000-04-12Driver is now using miibus, and newbus.Semen Ustimenko
1999-12-21Change incorrect NULLs to 0sEivind Eklund
1999-10-29Added code to enable BusMaster operations.Semen Ustimenko
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-21Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-07-03Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm
1999-05-22Move arpcom structure be the first in softc structure. NeededSemen Ustimenko
1999-05-10#if 0 some unused code (debug?) to quiet a warning.Peter Wemm
1999-05-09Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-17Well folks, this is it - The second stage of the removal for build supportPeter Wemm
1999-03-31Add support for bridging to if_tx.cNick Sayer
1999-03-14Implemented workaround for EPIC's Application Note 7-15 (concerningSemen Ustimenko
1999-03-09Fix from author of the driver:Andreas Klemm
1998-12-14 probe function changed from returning char * to const char *.Matthew Dillon
1998-12-09Adjust prototype to match definition (by adding a 'const').Eivind Eklund