freebsd-dev/sys/dev/bktr
Jeff Roberson 5df87b21d3 Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.

 - Normalize functions that allocate memory to use kmem_*
 - Those that allocate address space are named kva_*
 - Those that operate on maps are named kmap_*
 - Implement recursive allocation handling for kmem_arena in vmem.

Reviewed by:	alc
Tested by:	pho
Sponsored by:	EMC / Isilon Storage Division
2013-08-07 06:21:20 +00:00
..
bktr_audio.c Fix typo; s/ouput/output 2012-11-07 07:00:59 +00:00
bktr_audio.h
bktr_card.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
bktr_card.h
bktr_core.c Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
bktr_core.h
bktr_i2c.c
bktr_i2c.h
bktr_mem.c Revert previous commit... 2012-10-10 08:36:38 +00:00
bktr_mem.h
bktr_os.c - Corrrect mispellings of word useful 2013-04-17 11:45:15 +00:00
bktr_os.h
bktr_reg.h Remove a few bits of FreeBSD 2.x compatibility code. 2011-11-14 18:21:27 +00:00
bktr_tuner.c
bktr_tuner.h
CHANGELOG.TXT - Corrrect mispellings of word useful 2013-04-17 11:45:15 +00:00
ioctl_bt848.h
ioctl_meteor.h
msp34xx.c Pass a format string to kproc_create() [1] and thus fix the build with 2013-04-30 05:08:17 +00:00