freebsd-dev/sys/dev/atkbdc
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
atkbd_atkbdc.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
atkbd_isa.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
atkbd.c Assign keycodes for Power, Sleep and Wake keys. 2003-10-07 09:21:59 +00:00
atkbdc_isa.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
atkbdc_subr.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
atkbdc.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
atkbdcreg.h Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to 2003-07-12 18:36:04 +00:00
atkbdreg.h
psm.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00