summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-233-0/+29
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-073-43/+216
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Add missing delay after card reset.pb2000-11-091-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+2
* Added support for SMC9432BTX cards.semenu2000-06-213-11/+87
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-241-0/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-50/+0
* Depend on miibus.peter2000-04-291-0/+2
* Driver is now using miibus, and newbus.semenu2000-04-123-1104/+678
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Added code to enable BusMaster operations.semenu1999-10-293-4/+39
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
OpenPOWER on IntegriCloud