aboutsummaryrefslogtreecommitdiff
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.Warner Losh2003-12-071-475/+0
| | | | | | | Approved by: harti@ Notes: svn path=/head/; revision=123210
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119418
* When we have found a chunk of memory that is large enough and have computedHartmut Brandt2003-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) Notes: svn path=/head/; revision=111607
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-081-3/+3
| | | | | | | | | | arguments. - Fix a few other places that assumed that sizeof(int) == sizeof(void *). Reviewed by: mdodd Notes: svn path=/head/; revision=106651
* Cast the first argument to bzero() to `void *' after casting it toRobert Drehmel2002-10-161-1/+1
| | | | | | | `uintptr_t' to pass it as the type bzero() expects. Notes: svn path=/head/; revision=105232
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)Matthew N. Dodd2002-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. Notes: svn path=/head/; revision=97761
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-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. Notes: svn path=/head/; revision=95062
* Remove __P.Alfred Perlstein2002-03-201-1/+1
| | | | Notes: svn path=/head/; revision=92739
* Fix warningsPeter Wemm2002-02-271-1/+1
| | | | Notes: svn path=/head/; revision=91446
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-0/+1
| | | | | | | | | doesn't mess us up. Noted by: Harti Brandt <brandt@fokus.gmd.de> Notes: svn path=/head/; revision=68002
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-271-8/+0
| | | | Notes: svn path=/head/; revision=67731
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-141-23/+0
| | | | Notes: svn path=/head/; revision=67114
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-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. Notes: svn path=/head/; revision=67004
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Shorten line.Eivind Eklund1999-04-121-3/+3
| | | | | | | Prodded by: bde Notes: svn path=/head/; revision=45619
* Staticize.Eivind Eklund1999-04-111-3/+3
| | | | Notes: svn path=/head/; revision=45575
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
| | | | | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk Notes: svn path=/head/; revision=40799
* Add new files for HARP3Poul-Henning Kamp1998-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). Notes: svn path=/head/; revision=39232