freebsd-dev/sys/dev/bktr
John Baldwin 7e1f6dfe9d Modify the critical section API as follows:
- The MD functions critical_enter/exit are renamed to start with a cpu_
  prefix.
- MI wrapper functions critical_enter/exit maintain a per-thread nesting
  count and a per-thread critical section saved state set when entering
  a critical section while at nesting level 0 and restored when exiting
  to nesting level 0.  This moves the saved state out of spin mutexes so
  that interlocking spin mutexes works properly.
- Most low-level MD code that used critical_enter/exit now use
  cpu_critical_enter/exit.  MI code such as device drivers and spin
  mutexes use the MI wrappers.  Note that since the MI wrappers store
  the state in the current thread, they do not have any return values or
  arguments.
- mtx_intr_enable() is replaced with a constant CRITICAL_FORK which is
  assigned to curthread->td_savecrit during fork_exit().

Tested on:	i386, alpha
2001-12-18 00:27:18 +00:00
..
bktr_audio.c Upgrade to driver 2.18 2000-10-31 13:09:56 +00:00
bktr_audio.h Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_card.c Upgrade to driver 2.18 2000-10-31 13:09:56 +00:00
bktr_card.h Update to driver 2.13. 2000-06-26 09:41:32 +00:00
bktr_core.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
bktr_core.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
bktr_i2c.c Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. 2001-01-20 02:24:07 +00:00
bktr_i2c.h Upgrade the bktr driver from 2.07 to 2.10. 2000-04-04 16:54:13 +00:00
bktr_mem.c o Add #include <sys/systm.h> to fix a warning about printf() being 2001-11-26 04:06:47 +00:00
bktr_mem.h Update to driver 2.15. 2000-09-10 14:34:08 +00:00
bktr_os.c Don't call cdevsw_add(). 2001-11-04 11:50:08 +00:00
bktr_os.h Modify the critical section API as follows: 2001-12-18 00:27:18 +00:00
bktr_reg.h Upgrade to driver 2.18 2000-10-31 13:09:56 +00:00
bktr_tuner.c Update to driver 2.17 2000-10-19 07:33:28 +00:00
bktr_tuner.h
CHANGELOG.TXT Upgrade to driver 2.18 2000-10-31 13:09:56 +00:00
ioctl_bt848.h Fix typo in comments 2000-10-31 14:30:29 +00:00
ioctl_meteor.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00