aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en/midway.c
Commit message (Expand)AuthorAgeFilesLines
* 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-67/+88
* 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
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+1
* 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
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* 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
* Staticize.Eivind Eklund1999-04-111-3/+3
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-1/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+4
* fix a bug which could lock up a transmitter.Kenjiro Cho1998-10-091-1/+5
* FIxed printf format errors. Most of them were exposed by our ntohl()Bruce Evans1998-08-171-25/+31
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-13/+14
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-291-140/+638
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-1/+1
* Staticize.Eivind Eklund1998-02-091-1/+1
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Make INET a proper option.Eivind Eklund1998-01-081-0/+1
* Removed unused #includes.Bruce Evans1997-06-141-7/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+3208