aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en
Commit message (Expand)AuthorAgeFilesLines
...
* Delete a superfluous semi-colon.Hartmut Brandt2003-07-041-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+4
* Implement the ioctl that returns a list of currently open VCCs.Hartmut Brandt2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-133-6/+86
* Use __FBSDID().David E. O'Brien2003-06-111-3/+4
* Make the internal statistics sysctl an array of integers rather than a string.Hartmut Brandt2003-06-041-33/+10
* Fix off-by-one error in range check of VC index.Poul-Henning Kamp2003-05-311-1/+1
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-053-65/+84
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-292-5/+7
* Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt2003-04-254-3182/+2992
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+1
* clean up the en driver since it will survice for a while byKenjiro Cho2003-03-121-96/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-1/+0
* Rename "struct device" to "struct midway_device" to avoid clashingPoul-Henning Kamp2002-09-282-3/+3
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inBrooks Davis2002-09-061-0/+4
* Remove __P.Alfred Perlstein2002-03-203-39/+37
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-13/+13
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typeBosko Milekic2000-11-111-1/+1
* restore the freebsd local type-cast fixes that I mistakenly removedKenjiro Cho2000-11-081-14/+15
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187
* newbusify the en atm driver.Kenjiro Cho2000-11-073-77/+90
* Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans2000-11-041-1/+2
* Enabled the used include of <machine/bus.h> -- don't depend on evilBruce Evans2000-11-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Make LINT compile again.Poul-Henning Kamp2000-10-222-2/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+1
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configPeter Wemm2000-01-291-5/+1
* remove unused #include, add $FreeBSD$Poul-Henning Kamp1999-10-111-1/+2
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+0
* Missing revision markers.Peter Wemm1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* clean up en atm driverKenjiro Cho1999-05-081-319/+54
* Undo excess staticization - these two are meant to be callable fromPeter Wemm1999-05-061-2/+4
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Staticize.Eivind Eklund1999-04-111-3/+3
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-1/+1
* cleanup: remove part of the code for 2.1.Kenjiro Cho1999-01-091-36/+128
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-5/+5