freebsd-dev/sys/dev/bktr
Julian Elischer 3745c395ec Rename the kthread_xxx (e.g. kthread_create()) calls
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.

I'd LOVE to do this rename in 7.0  so that we can eventually MFC the
new kthread_xxx() calls.
2007-10-20 23:23:23 +00:00
..
bktr_audio.c
bktr_audio.h
bktr_card.c
bktr_card.h
bktr_core.c
bktr_core.h
bktr_i2c.c remove delays that have been unnecessary since 2002... The iicbb driver 2006-12-31 19:42:47 +00:00
bktr_i2c.h Update prototype for smbus callback change. 2006-09-18 20:17:42 +00:00
bktr_mem.c
bktr_mem.h
bktr_os.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
bktr_os.h
bktr_reg.h
bktr_tuner.c
bktr_tuner.h
CHANGELOG.TXT Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
ioctl_bt848.h
ioctl_meteor.h
msp34xx.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00