jhb
b72917b520
- Change the ATM stack functions to use intptr_t instead of int for opaque
...
arguments.
- Fix a few other places that assumed that sizeof(int) == sizeof(void *).
Reviewed by: mdodd
2002-11-08 18:27:30 +00:00
robert
1ff9dd778b
Cast the first argument to bzero() to `void *' after casting it to
...
`uintptr_t' to pass it as the type bzero() expects.
2002-10-16 11:15:35 +00:00
arr
1482903cea
- Remove KM_ macro calls and replace with the real function we're calling.
...
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.
2002-04-19 17:43:11 +00:00
peter
452d13f651
Fix warnings
2002-02-27 23:53:02 +00:00
phk
8ae10410a6
Add back some now needed #include <sys/systm.h>
...
Fix various warnings while here anyway.
2000-12-07 22:19:06 +00:00
phk
16690ed6af
Remove 86 unneeded #includes
2000-10-27 21:32:10 +00:00
phk
beadbd4365
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
phk
afe5dc9e12
Remove even more nneeded #includes.
2000-10-14 15:57:44 +00:00
phk
fe59073f8d
Remove the #include kitchensink <netatm/kern_include.h> and add
...
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.
2000-10-12 08:14:20 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
phk
ef1becbf8e
Trivial stylish changes, mostly to silence gcc.
...
Reviewed by: Mike Spengler <mks@networkcs.com>
Submitted by: phk
1998-10-31 20:07:01 +00:00
phk
c3dd1fa899
Add new files for HARP3
...
Host ATM Research Platform (HARP), Network Computing Services, Inc.
This software was developed with the support of the Defense Advanced
Research Projects Agency (DARPA).
1998-09-15 08:23:17 +00:00