Bill Paul ef617c0842 - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and
ntoskrnl_unlocl_dpc().
- hal_raise_irql(), hal_lower_irql() and hal_irql() didn't work right
  on SMP (priority inheritance makes things... interesting). For now,
  use only two states: DISPATCH_LEVEL (PI_REALTIME) and PASSIVE_LEVEL
  (everything else). Tested on a dual PIII box.
- Use ndis_thsuspend() in ndis_sleep() instead of tsleep(). (I added
  ndis_thsuspend() and ndis_thresume() to replace kthread_suspend()
  and kthread_resume(); the former will preserve a thread's priority
  when it wakes up, the latter will not.)
- Change use of tsleep() in ndis_stop_thread() to prevent priority
  change on wakeup.
2004-04-16 00:04:28 +00:00
..
2004-04-11 05:08:26 +00:00
2004-04-15 12:12:15 +00:00
2004-02-21 21:32:15 +00:00
2004-04-15 15:11:04 +00:00
2004-01-25 17:18:12 +00:00
2004-04-11 06:02:24 +00:00
2004-04-11 06:02:24 +00:00
2004-01-17 03:28:27 +00:00