aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea/eni_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we have the en(4) driver, we no longer need the hea driver.Warner Losh2003-12-071-475/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* When we have found a chunk of memory that is large enough and have computedHartmut Brandt2003-02-271-1/+1
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-081-3/+3
* Cast the first argument to bzero() to `void *' after casting it toRobert Drehmel2002-10-161-1/+1
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)Matthew N. Dodd2002-06-031-1/+4
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-191-13/+9
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Fix warningsPeter Wemm2002-02-271-1/+1
* 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-8/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-141-23/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+40
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Shorten line.Eivind Eklund1999-04-121-3/+3
* Staticize.Eivind Eklund1999-04-111-3/+3
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+465