summaryrefslogtreecommitdiffstats
path: root/sys/dev/en
Commit message (Expand)AuthorAgeFilesLines
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+1
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-1/+0
* Rename "struct device" to "struct midway_device" to avoid clashingphk2002-09-282-3/+3
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inbrooks2002-09-061-0/+4
* Remove __P.alfred2002-03-203-40/+38
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-13/+13
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typebmilekic2000-11-111-1/+1
* restore the freebsd local type-cast fixes that I mistakenly removedkjc2000-11-081-14/+15
* newbusify the en atm driver.kjc2000-11-071-144/+187
* newbusify the en atm driver.kjc2000-11-073-77/+90
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-041-1/+2
* Enabled the used include of <machine/bus.h> -- don't depend on evilbde2000-11-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Make LINT compile again.phk2000-10-222-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+1
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configpeter2000-01-291-5/+1
* remove unused #include, add $FreeBSD$phk1999-10-111-1/+2
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+0
* Missing revision markers.peter1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* clean up en atm driverkjc1999-05-081-319/+54
* Undo excess staticization - these two are meant to be callable frompeter1999-05-061-2/+4
* Suser() simplification:phk1999-04-271-2/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* Staticize.eivind1999-04-111-3/+3
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-1/+1
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* probe function changed from returning char * to const char *.dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-5/+5
* fix a bug which could lock up a transmitter.kjc1998-10-091-1/+5
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-13/+14
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-293-142/+642
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Staticize.eivind1998-02-091-1/+1
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Make INET a proper option.eivind1998-01-081-0/+1
* Removed unused #includes.bde1997-10-281-4/+0
OpenPOWER on IntegriCloud