summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea/eni_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)mdodd2002-06-031-1/+4
| | | | | | | Module loads and unloads properly. Thanks to Richard Hodges <rh@matriplex.com> for donating the hardware to allow me to work on this driver.
* - Remove KM_ macro calls and replace with the real function we're calling.arr2002-04-191-13/+9
| | | | | | As a note, this driver needs the same updating as the hfa driver was just given; removing these macros since I will be nuking them from netatm.
* Remove __P.alfred2002-03-201-1/+1
|
* Fix warningspeter2002-02-271-1/+1
|
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-301-0/+1
| | | | | | doesn't mess us up. Noted by: Harti Brandt <brandt@fokus.gmd.de>
* Remove 86 unneeded #includesphk2000-10-271-8/+0
|
* Remove even more nneeded #includes.phk2000-10-141-23/+0
|
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-121-1/+40
| | | | | | | | | the #includes to the respective source files. Also un-nest includes in <dev/hfa/fore_include.h> I have run src/tools/tools/kerninclude to remove 1239 clearly unneeded #includes reducing the total from 3524 includes to 2285.
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Shorten line.eivind1999-04-121-3/+3
| | | | Prodded by: bde
* Staticize.eivind1999-04-111-3/+3
|
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-5/+5
| | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk
* Add new files for HARP3phk1998-09-151-0/+465
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud