opnsense-src/sys/dev/utopia
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
..
idtphy.c Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00
idtphy.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
suni.c Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00
suni.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
utopia.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
utopia.h Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00
utopia_priv.h Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00