| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the tx(4) driver to use the busdma API. | mux | 2003-04-20 | 2 | -126/+328 |
* | Better comment, more style(9) fixes. | mux | 2003-04-20 | 1 | -4/+4 |
* | style(9). | mux | 2003-04-20 | 1 | -8/+11 |
* | Make this file closer to style(9) paradigm. | mux | 2003-04-19 | 1 | -212/+215 |
* | - Enable interrupts only at the end of epic_attach() when all the | mux | 2003-04-19 | 1 | -39/+35 |
* | - Correct a comment made bogus by my last commit. | mux | 2003-04-19 | 1 | -2/+4 |
* | Various cleanups: | mux | 2003-04-19 | 1 | -20/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and | bmilekic | 2003-02-21 | 1 | -13/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -6/+6 |
* | Remove miidevs.h and generate it from miidevs at compile time. | obrien | 2003-01-19 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -14/+8 |
* | o m_adj rx buffer so IP header is 32-bit aligned | sam | 2002-10-25 | 2 | -18/+21 |
* | Remove the OpenBSD comatibility stuff. Many changes to be more style(9) | semenu | 2002-10-22 | 3 | -621/+355 |
* | Stop trying to align malloc()ed memory. Rely on malloc() instead, just like | semenu | 2002-08-19 | 2 | -25/+18 |
* | Do not reset card in epic_freebsd_attach() as reset is done in | semenu | 2002-08-19 | 1 | -7/+0 |
* | Add an epic_stats_update() function (called once per second). Even though | semenu | 2002-05-01 | 1 | -9/+27 |
* | Implement true multicast filtering. | semenu | 2002-04-25 | 1 | -16/+64 |
* | Update the email appearing in copyright string. | semenu | 2002-04-20 | 1 | -1/+1 |
* | Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effect | semenu | 2002-04-20 | 1 | -1/+1 |
* | Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants | semenu | 2002-04-19 | 3 | -380/+12 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -41/+41 |
* | Cast pointers to uintptr_t rather than u_int32_t. This doesn't work too | peter | 2002-03-19 | 1 | -1/+1 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 1 | -2/+0 |
* | Update tx(4) to always enable vlan(4) support. | brooks | 2001-09-05 | 1 | -6/+0 |
* | Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing | semenu | 2001-08-13 | 1 | -9/+7 |
* | Add support for 802.1Q VLAN and oversized ethernet frames. | semenu | 2001-08-13 | 3 | -4/+34 |
* | Add initializetion of NVCTL register with EEPROM stored value. | semenu | 2001-06-23 | 3 | -0/+29 |
* | Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family | semenu | 2001-02-07 | 3 | -43/+216 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Add missing delay after card reset. | pb | 2000-11-09 | 1 | -0/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -6/+2 |
* | Added support for SMC9432BTX cards. | semenu | 2000-06-21 | 3 | -11/+87 |
* | Avoid double-call to bpf_mtap(). This is now handled in ether_input(). | archie | 2000-05-24 | 1 | -0/+2 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -50/+0 |
* | Depend on miibus. | peter | 2000-04-29 | 1 | -0/+2 |
* | Driver is now using miibus, and newbus. | semenu | 2000-04-12 | 3 | -1104/+678 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | Added code to enable BusMaster operations. | semenu | 1999-10-29 | 3 | -4/+39 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | msmith | 1999-08-21 | 1 | -1/+2 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 1 | -5/+6 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -11/+11 |
* | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | peter | 1999-07-03 | 1 | -4/+1 |
* | Move arpcom structure be the first in softc structure. Needed | semenu | 1999-05-22 | 2 | -4/+4 |
* | #if 0 some unused code (debug?) to quiet a warning. | peter | 1999-05-10 | 1 | -2/+5 |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | peter | 1999-05-09 | 1 | -6/+3 |