freebsd-dev/sys/dev/pdq
Alan Cox 13a7f14fb8 Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and
kmem_free().  Note: The FreeBSD-specific code in this file has been
subsumed by the FreeBSD-specific header file, pdq_freebsd.h.  That header
file already specifies the use of contigmalloc() and contigfree().  Thus,
the purpose of this change is to avoid having nonsensical examples of
FreeBSD-specific memory allocation in our source tree.
2004-01-13 20:36:03 +00:00
..
if_fea.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_fpa.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
pdq_freebsd.h Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
pdq_ifsubr.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
pdq.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
pdqreg.h - Merge the pdq driver (if_fpa and if_fea) from NetBSD. 2002-03-29 11:22:22 +00:00
pdqvar.h Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and 2004-01-13 20:36:03 +00:00