aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea/eni_transmit.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we have the en(4) driver, we no longer need the hea driver.Warner Losh2003-12-071-846/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-0/+1
* Adjust some casts to quiet warnings.John Baldwin2002-11-061-2/+2
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-3/+3
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-191-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-5/+5
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-0/+1
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-271-1/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-141-19/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+40
* Incorrect uses of NULL changed to 0Eivind Eklund1999-12-211-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-4/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+823