freebsd-dev/sys/i386/bios
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
..
apm.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
apm.h APM was calling the suspend process from a timeout. This meant that 2006-05-25 23:06:38 +00:00
mca_machdep.c Clarify SDT feature word bits. 2004-08-31 21:51:51 +00:00
mca_machdep.h
smapi_bios.S Fix build (including both asm.h and asmacros.h is evil). 2005-07-22 15:01:07 +00:00
smapi.c Tweak the probe/attach order of devices on the x86 nexus devices. 2007-03-20 20:21:44 +00:00
smbios.c Tweak the probe/attach order of devices on the x86 nexus devices. 2007-03-20 20:21:44 +00:00
vpd.c Tweak the probe/attach order of devices on the x86 nexus devices. 2007-03-20 20:21:44 +00:00