summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea/eni_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Now that we have the en(4) driver, we no longer need the hea driver.imp2003-12-071-475/+0
| | | | Approved by: harti@
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* When we have found a chunk of memory that is large enough and have computedharti2003-02-271-1/+1
| | | | | | | | | | a correctly aligned address in this block we really want to check, that the part of the chunk that starts at the aligned address is large enough with regard to the original request. Comparing it to 0 makes no sense, because this is always true except in the rare case, that the aligned address is just at the end of the chunk. Approved by: jake (mentor)
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-3/+3
| | | | | | | arguments. - Fix a few other places that assumed that sizeof(int) == sizeof(void *). Reviewed by: mdodd
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-161-1/+1
| | | | `uintptr_t' to pass it as the type bzero() expects.
* 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