freebsd-src/sys/dev/hea
Hartmut Brandt dce4c82d8e When we have found a chunk of memory that is large enough and have computed
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)
2003-02-27 08:56:41 +00:00
..
eni.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni.h Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
eni_buffer.c When we have found a chunk of memory that is large enough and have computed 2003-02-27 08:56:41 +00:00
eni_globals.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni_if.c Remove __P. 2002-03-20 02:08:01 +00:00
eni_init.c Adjust some casts to quiet warnings. 2002-11-06 22:58:55 +00:00
eni_intr.c Remove __P. 2002-03-20 02:08:01 +00:00
eni_receive.c Adjust some casts to quiet warnings. 2002-11-06 22:58:55 +00:00
eni_stats.h
eni_suni.h
eni_transmit.c Adjust some casts to quiet warnings. 2002-11-06 22:58:55 +00:00
eni_var.h - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni_vcm.c - Change the ATM stack functions to use intptr_t instead of int for opaque 2002-11-08 18:27:30 +00:00
hea_freebsd.c Create/destroy memory zones on module load/unload, not on device 2002-10-02 04:42:24 +00:00
hea_freebsd.h Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) 2002-06-03 09:16:52 +00:00
hea_pci.c Create/destroy memory zones on module load/unload, not on device 2002-10-02 04:42:24 +00:00